Consultant
Software Engineer III (Full stack)
present
Contract
Software Engineer III (Frontend)
5 months
Full Time
Software Engineer II (Full stack developer)
1 year
Part Time
Software Engineer II (Backend developer)
8 months
Contract
Software Engineer I (Machine Learning & Blockchain)
5 months
Contract
Software Engineer I (Data Engineer)
8 months
Apprenticeship
Business Intelligence Developer
3 months
5 years
Building scalable web applications with type safety
2 years
High-performance backend services and APIs
4 years
Database design and optimization
// 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;
};
A lead generation site to help SMEs and MSMEs find business lead based on businesses categories and locations
A custom local-first data service built with typescript, utilizing Zustand for state management and SQL.js for complex data storage.
A collection of git addons to help you with your git workflow.
A simple go based CLI to help developers generate sample code with a widely accepted file tree structure for a Go API SERVER.
A simple bash script that you can run remotely to install and setup go on your machine (linux only)
This project is a TypeScript-based lexer that converts Markdown input into LaTeX output.
A vendor Onboarding platform with connection to Multivendor with Shopify.
A minimalist platform to help people share and generate quotes with an option for downloads and uploads.