Projects

Open source projects and personal experiments. Most are built with Go, focusing on backend, infrastructure, and developer tools.

htmx-golang-ecommerce

4

This project is a simple e-commerce application developed in Go (Golang) using HTMX for frontend interactivity. The project includes basic features such as product management, shopping cart, user authentication, and invoice generation.

HTML
View on GitHub

easycab

1

EasyCab is a distributed system that simulates an autonomous taxi service. It manages real-time communication between taxis, sensors, customers, and a central control server. The project integrates Spring Boot, Kafka for message streaming, and PostgreSQL for database management, ensuring scalability and fault tolerance.

Java
View on GitHub

SpringbootProject

1

Learn SpringBoot backend development and integrate with frontend technologies. Master core features, RESTful APIs, database integration, authentication, testing, deployment, and best practices. Gain hands-on experience in building robust and scalable applications. Elevate your skills as a full-stack developer.

Java
View on GitHub

CrispLite

Real-time 1:1 chat in Go — WebSockets, Redis Pub/Sub, PostgreSQL. Built to learn how real-time messaging systems work under the hood.

Go
View on GitHub

DDD-Ecommerce

Designed and built an e-commerce backend applying Domain-Driven Design principles: bounded contexts (Order, Catalog), aggregates enforcing business invariants, domain events with a decoupled event bus, value objects, and layered architecture (domain, application, infrastructure). PostgreSQL persistence and REST API.

Go
View on GitHub

Data-structures

Common data structures implemented from scratch in Go using generics.

Go
View on GitHub