A modular airline reservation & booking system built with .NET 9 Clean Architecture, CQRS, and MediatR. Features a RESTful API, JWT authentication, and supplementary microservices in Go for payments and other specialized tasks.
Track your reading journey with style. Manage your library, log daily progress, set goals, and visualize your reading habits with beautiful heatmaps and statistics. One-command Docker deployment included.
NovaDB is a lightweight, command-line interface (CLI) based database management system built in C++. It supports a subset of SQL for DDL and DML, along with basic transaction management, page-based storage, WAL, and B-Tree indexing. Designed for learning and efficiency, it provides a foundational understanding of database internals.
A simple, educational programming language (Nova) with a C++-built compiler (Supernova), designed to teach compiler concepts without complexity. Features robust error handling, float and char support, and a clear syntax.