Posts
All the articles I've posted.
JavaScript Generators - What, Why, and Wow!
Posted on:October 24, 2024 at 06:00 PMDiscover the magic of JavaScript Generators! Learn how they pause, resume, and simplify your workflows—like getting pizza slices one at a time instead of waiting for the whole pie. Perfect for streamlining async tasks, impressing coworkers, and leveling up your coding game!
Introduction to Category Theory - Monads
Posted on:September 24, 2024 at 08:00 PMUnlock the power of monads in functional programming with my beginner-friendly guide tailored for TypeScript developers using the fp-ts library. Learn how monads can simplify your code by managing nullable values and side effects while promoting cleaner, more predictable logic. Dive into practical examples and discover how to elevate your coding skills with this essential functional programming concept!
Going Offline: The Adventures of Offline First Code and CRDTs
Posted on:July 16, 2024 at 07:17 PMDiscover the fascinating world of offline-first code and CRDTs in my latest blog post. Learn how CRDTs work to ensure data consistency in distributed systems, even when you're offline. We break down their benefits, real-life applications, and the current challenges researchers are tackling to enhance their efficiency.