A collection of things I've built and learned from
FEATURED
A modern portfolio website built with Next.js and TypeScript. Features a dark/light theme toggle using Catppuccin colors and a responsive design.
Next.js
TypeScript
Chakra UI
Node.js
Express
FEATURED
A web application for discovering and reviewing local cafés. Users can search by location, read reviews, and add their own recommendations.
React
Node.js
PostgreSQL
Express
CSS
A compiler for an esoteric language to compile to x86, supporting function calls, arrays, variables and basic operations.
Java
Antlr
x86
A user thread scheduler in C, supporting priority scheduling and round robin scheduling, with proper locks and interrupts to ensure safety and efficiency.
C