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