05 Mar 2021
I describe a code meta-pattern that I have developed and applied in the last year.
20 Dec 2020
This is rough brain dump of several principles/ideas that I applied in 2020 while working at Uber.
27 Jun 2020
I implement some kind of restricted effects system in Python via async/await.
27 Jun 2020
I tackled the problem of data validation in Java with declarative & functional programming inspired by Haskell.
31 May 2020
I wrote a tiny DI/IOC library for Python 3.6+ that leverages Type Hints
07 May 2020
Exploring the implementation of Algebraic Data Types in Java
25 Nov 2017
Analyzing the cost of adding to integers in CPython