Posts
All the articles I've posted.
Mastering Your Day: A Simple Guide to Work Logs for Software Engineers
Posted on:April 10, 2024 at 08:00 PMFind out how writing down your daily tasks can make your work life easier and more successful. Learn how to organize your tasks, impress your boss, and feel good about your accomplishments. Dive in and discover the secrets to getting more done and feeling happier at work!
Introduction to Category Theory - Applicative Functors
Posted on:January 8, 2024 at 09:00 AMEmbark on a captivating exploration of Applicative Functors in TypeScript using the powerful fp-ts library. Uncover the magic of functional programming as we delve into currying, the ap operation, and the creation of utility functions for seamless composition. Elevate your coding skills and learn to wield applicative functors to compose effectful programs effortlessly. Join us on this journey through the intricacies of functional programming, where every line of code brings you closer to mastering the art of composability and abstraction.
Revamp Your Code: Mastering the Art of Refactoring Legacy Code
Posted on:January 2, 2024 at 09:00 AMEnhance your software's longevity with this comprehensive guide on "Best Practices for Refactoring Legacy Code." Learn the essential steps to understand, plan, and execute successful code refactoring while ensuring code quality, maintainability, and reliability. From analyzing legacy code and defining clear objectives to risk mitigation, test coverage, and documentation updates – this guide covers it all. Level up your coding practices and ensure a healthy and robust codebase over time.