In Progress

2
01-blogin-progress

Full-stack blogging platform built with Spring Boot, Angular, and PostgreSQL. Applied clean architecture, design patterns, and RESTful API design.

Spring BootAngularPostgreSQL
blogtoolsin-progress

A Go CLI module with utilities for markdown-based blog workflows. Validates frontmatter, generates slugs, and estimates reading time. Used in my own blog pipeline.

GoCLIDeveloper ToolsMarkdown

Completed

6
Social Networkcomplete

Facebook-style social platform built with Next.js and Go. Implemented authentication, real-time features, and relational data modeling.

Next.jsGoPostgreSQL
net-catcomplete

Unix NetCat rebuilt from scratch in Go. TCP server-client architecture with support for multiple concurrent connections.

GoTCPNetworking
lem-incomplete

Graph-based pathfinding algorithm in Go simulating ant colony movement through a weighted network of rooms.

GoAlgorithmsGraph Theory
0-shellcomplete

Functional Unix shell built in Rust supporting core Linux commands. Focused on process management and systems-level programming.

RustSystemsLinux
bomberman-domcomplete

Real-time multiplayer browser game using JavaScript and WebSockets. Handles concurrent game state synchronization across clients.

JavaScriptWebSocketsGame Dev
make-your-gamecomplete

Space Invaders clone in vanilla JavaScript. Focused on game loop architecture, collision detection, and DOM performance.

JavaScriptGame DevDOM