← Projects · Open source
Neobase
Next-generation database solution
Neobase is a next-generation database solution that combines the flexibility of NoSQL with the reliability of traditional relational databases. It is designed for modern applications that need to scale without compromising on data integrity.
Building a database from scratch taught me more about computer science fundamentals than any course ever could. From implementing B-trees to designing a query optimizer, every component required deep understanding of data structures and algorithms. The result is a database that is both powerful and approachable.