Notes on backend systems, performance, and building software that scales.
OFFSET and cursor based pagination strategies: covering database internals, B-tree traversal, performance characteristics, data consistency problems.
Nginx architecture and production configuration.
A practical guide to CPU scheduling, memory management, and process control using SimuKernel an educational operating system simulator.
Three practical ways to build custom middleware in ASP.NET Core.
Database indexing with comprehensive guide on clustered and non-clustered indexes. Learn B-Tree architecture.
A practical guide to boxing and unboxing in C# and their performance impact.