Writing
-
Fast Permutation Compression
Apr 2018
Compressing a permutation as small as possible.
-
Counting Characters
Apr 2018
A deceptively simple exercise.
-
A Tale of BFS: Going Parallel
Mar 2018
Optimizing a breadth first search by making it parallel.
-
A Tale of BFS
Mar 2018
Optimizing a breadth first search
-
Relearning OOP
Oct 2017
About the initial concepts of OOP.
-
Composed Serialization
May 2017
How to write a low-effort composable DSL for serialization.
-
Tip 02: Multi-cursors are Awesome
Mar 2017
Examples on how useful multi-cursors can be.
-
Paradigm is not the Implementation
Feb 2017
Clarifying the concept of a paradigm.
-
Asserting Locks
Feb 2017
Custom Locks for better debugging.
-
Debugging and Improving Life
Sep 2016
Ideas and perspectives that have helped me.