Posts
All the articles I've posted.
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.