All Articles

Filter by tag:

Beyond Basics of Postgres: Risk of cross-row read in check constraint

July 27, 2025

Exploring the implications of cross-row reads in Postgres check constraints

database postgres
Published on Medium

Matching json with jsontology

Sept 21, 2024

Exploring custom made simple json matching engine

golang
Published on Medium

Understanding python GIL

Feb 25, 2024

Exploring the Global Interpreter Lock (GIL) in Python and its implications for concurrency

python concurrency
Published on LinkedIn

Delving into memory inspection with python

Oct 1, 2023

Exploring kinds of memory like RSS, Heap Fragmentation and inspection in python

python memory management
Published on LinkedIn

Pandas like SQL

July 30, 2023

Exploring how to use Pandas for SQL-like operations

python data science
Published on LinkedIn

Demystifying Opensearch queries

June 11, 2023

Understanding opensearch queries and their execution properties

database
Published on LinkedIn

Imlementing pub-sub in golang

June 18, 2022

Implementing a simple pub-sub system in golang using channels and goroutines

golang
Published on LinkedIn

Concurrency state in golang

April 28, 2022

Exploring concurrency states like deadlock, livelock, starvation etc

golang
Published on LinkedIn