Writing
Notes on code, systems, and everything around them
80 posts, oldest at the bottom. Also available as an RSS feed.
Index
001
Database partitioning
What table partitioning actually does, how Postgres routes a row, and the SQL you need before the table is too big to rewrite.
2026 · August · 21
002
Two-phase commit
What two-phase commit actually does, where it fails in production, and what to reach for instead.
2026 · August · 20
003
Adding multiple subdomain with Github Pages
How to add multiple subdomain with Github Pages?
2023 · October · 10
004
Build and deploy Jigsaw site with Github Actions
How to build and deploy a site built with Jigsaw static generator with Github Actions.
2020 · July · 13
005
Added search functionality with fuse.js in Jigsaw powered site
Added fuzzy search with fuse.js in static site generated with Jigsaw.
2020 · April · 21
006
Why you should know analyzing space-time complexity as a software engineer?
Importance of space time complexity analysis in software engineering field.
2019 · March · 11
007
Naming a variable
My two cents on naming a variable while programming.
2018 · February · 04