Yuriy Bogomolov

Yuriy Bogomolov's personal blog

Hello, and welcome to my personal blog! I am a programmer passionate about functional programming, type theory and category theory.

I blog about functional programming in TypeScript, perform mentoring of developers who would like to study practical FP, and provide consultancy and architecture review for enterprises.

All Posts

#MonadicMonday compilation: May

In 2019 I started an activity in Twitter called #monadicmonday – each Monday I posted a thread about some FP stuff which is useful and is easy to start using right away. This is a compilation of the second month, May.

#MonadicMonday compilation: April

In 2019 I started an activity in Twitter called #monadicmonday – each Monday I posted a thread about some FP stuff which is useful and is easy to start using right away. This is a compilation of the first month, April.

Circuit Breaker in a Functional World

In this article I would like to talk a bit about one of the most commonly used patterns in enterprise architecture — Circuit Breaker — and its implementation using purely functional approach.

Typesafe Frontend Development

In this article I’ll give a quick overview of some of the most useful functional programming concepts for front-end development.