InStackademicbyMohit BajajHow I Optimized a Spring Boot Application to Handle 1M Requests/Second 🚀Discover the exact techniques I used to scale a Spring Boot application from handling 50K to 1M requests per second. I’ll share the…Mar 27Mar 27
Oz AnaniIntroducing Swark: Automatic Architecture Diagrams from CodeSoftware architecture is hard to get right. Misaligned teams, unclear diagrams, and time-consuming processes often result in frustration…Jan 410Jan 410
Ondrej KvasnovskyHow to avoid DTOs in Spring JPAIn the world of Spring Boot development, we often find ourselves caught in the tedious cycle of creating Data Transfer Objects (DTOs) and…Sep 26, 202418Sep 26, 202418
InStackademicbyGrigor OganesyanEveryone is Wrong About the “S” in SOLID.Unfortunately, this isn’t clickbait.Sep 4, 202430Sep 4, 202430
InJavarevisitedbyDylan SmithInterview: How to Check Whether a Username Exists Among One Billion Users?My articles are open to everyone; non-member readers can read the full article by clicking this link.Aug 18, 202449Aug 18, 202449
InWalmart Global Tech BlogbyRavinder MatteReliably Processing Trillions of Kafka Messages Per DayAuthors: Vilas Athavale, Ravinder Matte, Sid Anand, Shrity Verma, Naresh Gopalani, Bhaven AvalaniJun 13, 202415Jun 13, 202415
GaspardWhat we learned building our SaaS with Rust 🦀In this post we will not answer the question everybody asks when starting a new project: Should I do it in Rust ?Apr 29, 20246Apr 29, 20246
Mayank SharmaHow Twitter improved the processing of 400 billion events.IntroductionMar 30, 20249Mar 30, 20249
InCapital One TechbyCapital One Tech10 microservices design patterns for better architectureConsider using these popular design patterns in your next microservices app and make organization more manageable.Jan 9, 202416Jan 9, 202416
InDev GeniusbyVitor LacerdaCreating an Api with Rust, Clean Architecture, CQRS, Axum and SurrealDB — Part 2In the last chapter, you learned how to set up a simple Rust project, build a basic API with Axum, implement Clean Architecture, and make…Jan 15, 20242Jan 15, 20242
InDev GeniusbyTechiereadsMastering Rust Design Patterns: A Comprehensive Guide with Code ExamplesExploring Advanced Software Architecture Concepts with Rust’s VersatilityNov 16, 20234Nov 16, 20234
Thomas SimmerRust: Reading a file line by line while being mindful of RAM usageImagine your task is to read a file and do some work with each of its lines. In Rust, you could do something like :Feb 10, 20244Feb 10, 20244
David MosyanPayPal’s Microservices Architecture JourneyDuring early 2000 the architecture was way simpler than the above diagram. Whenever user interacted with the website a monolithic…Aug 16, 20235Aug 16, 20235
InStackademicbyIan KipronoStackOverflow Monolithic ArchitectureStackOverflow is one of the most resource-demanding websites out there. Several questions, answers, and follow-ups make up threads. Then…Dec 6, 20235Dec 6, 20235
Jake PrinsHow to Build a Sellable Side-Project in 5 Months: From Idea to AcquisitionIn just five short months, my idea went from concept to acquisition. This is my second acquisition this year, and I’ll share how I did it…Aug 13, 202348Aug 13, 202348
InDev Learning DailybyThe Educative TeamServerless Computing: Benefits and ApplicationsFor a long time, web developers’ job responsibilities were to write code to solve the customer’s problems, set up the application’s running…Oct 26, 2023Oct 26, 2023
InBetter ProgrammingbyMike CvetBetter-than-Cubic Complexity for Matrix Multiplication in RustExplorations in algorithm tuning and code optimization for the Strassen algorithm in RustNov 26, 20231Nov 26, 20231