14 Years of Pastebin on Scala: Lessons of Support https://sudonull.com/14-years-of-pastebin-on-scala-lessons-of-support
Evolution of the internal Pastebin on Scala, Spring, Hibernate over 14 years. Problems of dead frameworks, stack selection and migrations. For middle/senior dev. Understand the risks of legacy.
How to Design a Scalable Web Application Architecture https://sudonull.com/how-to-design-a-scalable-web-application-architecture
Learn how to design a scalable web application architecture with practical strategies for statelessness, database sharding, caching, and observability. Expert guide with actionable steps.
DDD in ASP.NET: scalability issues after 30 aggregates https://sudonull.com/ddd-in-asp-net-scalability-issues-after-30-aggregates
Breaking down why classic DDD with EF Core slows down in projects with 30+ aggregates: heavy queries, specifications, transactions. Hybrid approaches for optimization. Learn how to speed up development.
How to Design a Scalable System Architecture: Step-by-Step Guide https://sudonull.com/how-to-design-a-scalable-system-architecture-step-by-step-guide
Learn how to design a scalable system architecture with a step-by-step framework. Master scaling principles, microservices, and database strategies for resilient systems.
Fastify Optimization: Bloom Filters and Scalable Backends https://sudonull.com/fastify-optimization-bloom-filters-and-scalable-backends
Explore practical solutions for creating a high-load backend on Fastify: custom IDs, Bloom filters for users and images, loginless authorization, asynchronous DB writes, API protection, and TypeScript typing.