C++: How to Use Variadic Templates

Intro to variadic templates and complications when function overloading isn't available

November 3, 2022 · 5 min

Setting Up Fauxpilot for Code Completion

Guide on using Fauxpilot with VScode to get local code completion like Copilot

October 15, 2022 · 2 min

Delayed 2021 Year Review

Quick review of things I explored in 2021

September 20, 2022 · 5 min

Homomorphic Encryption with Images

Exploring homomorphic encryption to apply algorithms on encrypted images

January 9, 2022 · 5 min

Parallelizing C++ using Execution Policies

C++17 support for Execution Policies for "algorithms" provides a powerful tool to parallelize your code.

December 30, 2021 · 4 min

Equivalence Relations and Partitions

An equivalence relation fully partitions a set.

November 15, 2021 · 5 min

Abstract Algebra: Introduction to Groups

Groups are a set with a binary operation that fits some requirements.

October 9, 2021 · 13 min

Improving Git's Autocorrect Feature

Exploring the new setting for the Git autocorrect and my experience in contributing this feature to the Git codebase.

September 12, 2021 · 7 min

Mughal Art

Thoughts on Mughal art/paintings from 1500-1700 AD

July 24, 2021 · 4 min

Year Review 2020

Reviewing 2020, all the while ignoring the obvious 2020 things.

January 28, 2021 · 6 min

Books Review 2019

Review of books I read in 2019

January 2, 2020 · 7 min

Solving Non-Existent Problems with Serverless

Using AWS serverless Lambda as a webhook and an authentication service. Also using the serverless CLI tool.

January 21, 2019 · 6 min

Books Review 2018

Review of books I read in 2018

January 5, 2019 · 6 min

Articles Review 2018

Collection of interesting articles I read in 2018

January 3, 2019 · 5 min

Setting up Gogs (git hosting) on Omega2

Setting up private git hosting on the world's smallest Linux server (omega2) using Gogs and Postgres

July 29, 2018 · 5 min