Recent Posts
Intrusive Linked Lists
2025-07-12 c++ data-structures
Intrusive linked lists are an alternative implementation of linked lists optimized for fewer memory allocation / copying calls. A standard ... Read More
Setting up Postgres
2023-06-25
In this post I am going to document the process of setting up a postgresql database on my machine to use in the expense tracking app. Here I am mainly ... Read More
Expense Tracker App Part-4
2023-06-08
Following up to the previous post, today I am going to re-attempt to setup the graphQL server in JS. Last time I was stuck at framework / library ... Read More
Expense Tracker App Part-3
2023-06-07
So today the goal is to explore some backend aspects: I want to explore how the data read from the front end can be sent to the transaction database. ... Read More