blog
Building Map, Filter, and Reduce in C++ with Templates and Iterators
For funsies, let's implement JavaScript's Map()
, Filter()
, and Reduce()
in C++.
Bit Twiddling in JavaScript
Recently, I came across a fun C++ challenge to count the number of set bits in an integer. Spending a lot of time in the browser, I wanted to re-implement it in JavaScript.
Link🎉 A new blog for a new year
As part of my pending New Year's resolutions, I decided that I wanted to do more technical writing. So, as a means to an end, I created a lightweight blog and accompanying content management system (CMS).
Link