"Designing Data-Intensive Applications" by Martin Kleppmann - A comprehensive summary
Key Insights and Takeaways from "Designing Data-Intensive Applications" Book

Search for a command to run...
Articles tagged with #design-principles
Key Insights and Takeaways from "Designing Data-Intensive Applications" Book

Master the design of scalable distributed systems capable of handling high traffic

15 Techniques to refine code

This is Part 2 of the object oriented programming series where we will be discussing the four object oriented programming paradigms in Java (4 pillars of oop). In our first part, we have discussed the basics of OOPs concepts like classes, objects, co...

Software development principles are a set of specific rules and recommendations that engineers should follow during program implementation if they want to write beautiful, clear, and maintainable code. There is no magic wand that can turn a mishmash ...
