Book summary: Dive into Design Patterns

~71 minutes to read

Dive into the essentials of software engineering with this excellent book by Alexander Shvets. From the foundational SOLID principles to Creational, Structural, and Behavioral patterns, this book shines a light on the pathways to crafting robust, scalable, and maintainable software. It’s ideal for both novice and seasoned developers, offering practical insights and examples to navigate the complexities of software design.



First Steps with RxJS

~29 minutes to read

An introduction to RxJS, a library for reactive programming in JavaScript/TypeScript. We’ll cover core concepts like observables, operators, testing, and tips for managing asynchronous data flows.