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
// Building type-safe applications
interface User {
  id: string;
  email: string;
  role: 'admin' | 'user';
}

const getUser = async (id: string): Promise<User> => {
  const response = await api.get(`/users/${id}`);
  return response.data;
};

Projects

Projects