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
Matching json with jsontology
Sept 21, 2024
Exploring custom made simple json matching engine
golang
Understanding python GIL
Feb 25, 2024
Exploring the Global Interpreter Lock (GIL) in Python and its implications for concurrency
python
concurrency
Delving into memory inspection with python
Oct 1, 2023
Exploring kinds of memory like RSS, Heap Fragmentation and inspection in python
python
memory management
Pandas like SQL
July 30, 2023
Exploring how to use Pandas for SQL-like operations
python
data science
Demystifying Opensearch queries
June 11, 2023
Understanding opensearch queries and their execution properties
database
Imlementing pub-sub in golang
June 18, 2022
Implementing a simple pub-sub system in golang using channels and goroutines
golang
Concurrency state in golang
April 28, 2022
Exploring concurrency states like deadlock, livelock, starvation etc
golang