Articles tagged with: Development

All roads lead to static typing

Summary: The evolution of programming languages like PHP, Javascript, Ruby, and Python towards static typing, highlighting its benefits for understanding code, reducing errors, and improving scalability.


Debouncing, Throttling and Queueing

Summary: Four JavaScript techniques for managing event handlers: Debounce, Leading Edge Debounce, Throttle, and Queue, providing example code and explaining their uses and benefits.


Book Review: Sams Teach Yourself Java in 21 Days

Summary: A review of the book 'Sams Teach Yourself Java in 21 Days' by Rogers Cadenhead.


Book Review: Site Reliability Engineering

Summary: The book 'Site Reliability Engineering' by Google SRE teams authors contains a wealth of ideas, tips, and practices for managing services in production. While the book can be dull at times, it covers a myriad of topics related to monitoring, logging, alerting, automation, and more. The final chapters on SRE team management and integration are also useful.


Course Review: Clean Architecture: Patterns, Practices, and Principles (Pluralsight)

Summary: Review about the Pluralsight course 'Clean Architecture: Patterns, Practices, and Principles'.