Creating software and APIs that run smoothly and deliver a balanced experience across frontend and backend
Consultant
Software Engineer III (Full stack)
1 yr 3 months
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
4 years
Building scalable web applications with type safety
3 years
High-performance backend services and APIs
4 years
Database design and optimization
// 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
}
A simple way for freelancers, contractors and small musinesses to manage their clients and invoices
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 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.