Articles tagged with: Patterns & Practices

Book Review: Building Microservices

Summary: A review of the book 'Building Microservices', by Sam Newman.


KISS

Summary: The KISS (Keep It Simple, Stupid) design principle, emphasizing its importance in development.


Don't load if you can stream

Summary: The importance of efficient data handling in computer applications, specifically not fully loading large datasets into memory.


If you can't win, fail fast

Summary: The importance of setting hard limits in software development to prevent system crashes due to overloading.


Toying with Javascript modules

Summary: About structuring JavaScript code in modules, and an example basic pub-sub system for small projects.