Hey! Welcome to my blog!
I'm Nikos Tsompanidis, a Software Engineer driven by curiosity who loves diving into new adventures and learning new things!
Featured
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.
Surviving Burnout: A personal experience
Posted on:April 20, 2024 at 10:17 AMJoin the battle against burnout in this witty and practical blog post! This post dishes out simple tips for spotting burnout, avoiding its clutches, and bouncing back stronger than ever.
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.
Introduction to Category Theory - Functors
Posted on:May 1, 2023 at 09:00 AMIn this blog post, we will explore the concept of Functors in category theory. We'll start by introducing the definition of Functors and their basic properties, before diving into some examples of how Functors can be used to map between categories and transform objects and morphisms.
Introduction to Category Theory
Posted on:April 2, 2023 at 09:00 AMIn this post, we will explain what Category Theory is and why this branch of mathematics is so important for the functional programming paradigm.
Introduction to Functional Programming (Part 2)
Posted on:March 11, 2023 at 09:00 AMIn this post, we will explain the concepts of immutability, side effects, and functional composition by providing examples using the TypeScript language. Let's have some fun!
Introduction to Functional Programming
Posted on:February 13, 2023 at 06:22 PMFunctional programming emphasizes immutability, declarative code and side-effect avoidance for easier-to-understand, bug-free code. Learn the fundamentals and start your journey to becoming a functional programmer.
Recent Posts
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.
Surviving Burnout: A personal experience
Posted on:April 20, 2024 at 10:17 AMJoin the battle against burnout in this witty and practical blog post! This post dishes out simple tips for spotting burnout, avoiding its clutches, and bouncing back stronger than ever.
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!