Blog
I write about AI, database systems, and also stuff that I find interesting.
Performing TPC-H benchmark in Postgresql
Using TPC-H compliant dbt-3 to benchmark Postgresql.
November 14th 2023Acyclic queries and GYO reduction
A brief outlook about acyclic queries with illustrative examples of GYO reduction.
May 14th 2023Implementing Audit Log using GORM in Go
This is a tutorial for creating audit log in gorm using callbacks.
February 14th 2023Nakamoto consensus vs Classical consensus: A Rap Battle
We look at the pros and cons between Nakamoto consensus and classical consensus through a rap battle.
December 11th 2022Papers inspiring - Bitcoin: A Peer-to-Peer Electronic Cash System
We discuss papers inspiring the most popular cryptocurrency, bitcoin.
October 2nd 2022Discriminated / Tagged unions in C
This is a brief introduction depicting the need for tagged unions and their use case
December 25th 2021Deploying Gatsby site on GitHub Pages
This is a tutorial depicting multiple ways to deploy a Gatsby site on GitHub Pages
November 3rd 2021