Posts
All the articles I've posted.
Reflecting on 2024: Lessons Learned and Goals for the Year Ahead
Posted on:December 29, 2024 at 09:00 AMA year-end reflection on personal and professional growth, this blog post highlights technical advancements in functional programming, cloud architecture, and CI/CD, alongside improvements in teamwork, communication, and leadership. It delves into lessons learned from challenges like burnout and team transitions, and outlines ambitious goals for 2024, focusing on technical mastery, personal well-being, and fostering team success.
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!