Integrated DB Access from the Shell - Part 2
Seamlessly access Postgres (or, any other DB) from the shell as if the database is an integrated part of the shell.
Reference Counting in C
A simple and light-weight way to implement Reference Counting in a C program.
Integrated DB Access From the Shell
Dealing with databases from Shell scripts has always been clunky. Using custom shell built-ins we can develop an idiomatic, safe , and performant way of accessing the db from the Shell.
Let's Write a New Shell - Part 1
In this series of posts, I'll make a case that Shell scripts are not used enough in mainstream data processing pipelines, what are the reasons behind that, and how we should develop a
When Preparation Meets Adversity
"Luck is when preparation meets opportunity." All of us have heard this phrase at some point in our life. But what happens when preparation meets adversity??