Published onMay 9, 2025Building a key-value database in Ruby using TDD: Part 01testingtddrubydatabasesIn this first part, we'll see the theory behind the implementation of a key-value database in Ruby inspired by the Bitcask model.Read more →
Published onSeptember 24, 2024Integrating Laravel Sanctum with Next.js SSR: Key PointslaravelphpjavascripttypescriptnextjsfullstackIn this article we'll see the key points to handle the authentication process with Laravel Sanctum when using SSR in Next.js.Read more →
Published onMay 14, 2025Building a key-value database in Ruby using TDD: Part 06testingtddrubydatabasesIn this sixth part, we'll finish working on the tests and implementations to get and put data in a file.Read more →
Published onMay 13, 2025Building a key-value database in Ruby using TDD: Part 05testingtddrubydatabasesIn this fifth part, we'll finish working on the tests and implementations to serialize and deserialize data.Read more →
Published onMay 12, 2025Building a key-value database in Ruby using TDD: Part 04testingtddrubydatabasesIn this fourth part, we'll keep working on the tests and implementations to serialize and deserialize data.Read more →
Published onMay 11, 2025Building a key-value database in Ruby using TDD: Part 03testingtddrubydatabasesIn this third part, we'll keep working on the tests and implementations to serialize and deserialize data.Read more →
Published onMay 10, 2025Building a key-value database in Ruby using TDD: Part 02testingtddrubydatabasesIn this second part, we'll start working on the tests and implementations to serialize and deserialize data.Read more →