First Steps with RxJS

~30 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.




Book summary: Effective Java

~52 minutes to read

The following are some notes I have taken while reading Effective Java (Third Edition), written by Joshua Bloch. Each item is an actual heading taken verbatim from the book, while the bullet points are my rehash of the original content.