Software Engineer III

shadrack meoli . n

Creating software and APIs that run smoothly and deliver a balanced experience across frontend and backend

Lang: TypeScript / Go / python
Frameworks: Vue / React / Alpine.js
Native: React Native
DBs: postgres / S3 / Redis

Work Experience

Work Experience

Creativebear Tech

Consultant

Software Engineer III (Full stack)

1 yr 3 months

Chpter

Contract

Software Engineer III (Frontend)

5 months

Shopzetu

Full Time

Software Engineer II (Full stack developer)

1 year

Robodine

Part Time

Software Engineer II (Backend developer)

8 months

Paylend

Contract

Software Engineer I (Machine Learning & Blockchain)

5 months

Indepth Research Kenya

Contract

Software Engineer I (Data Engineer)

8 months

Trivayu

Apprenticeship

Business Intelligence Developer

3 months

Tech Stack

Tech Stack

TypeScript/JavaScript

4 years

Building scalable web applications with type safety

Go

3 years

High-performance backend services and APIs

SQL & Databases

4 years

Database design and optimization

app.ts

// INFO: was asked why not use types and I didn't have a reason to not use either
// Matt would agree
interface User {
  techStack: "react-next" | "react-remix" | "alpine-js",
  yearsOfExperience: int;

}

async function getUserDetails() {
  // INFO: can't use backticks on the URL
  // it will break my parser : ).
  const { techStack, yearsOfExperience } = await to<User>(axios.get('/users/$<ID>'))
  if (yearsOfExperience < 0) {
    raise Error(42069)
  }
  return
}

Projects

Projects