Skip to Content

Blog

Thoughts on tech, systems, and everything in between

DateTitleTagsLink
Mar 20, 2026Managing your own servers on cloud/bare metalRewriting a storage engine for graph databases, i build sometime back in C++ to Golang.Storage Engine·Golang·LSM Trees·Graph Databases
Mar 8, 2026Rewriting a storage engine for graph database in GolangRewriting a storage engine for graph databases, i build sometime back in C++ to Golang.Storage Engine·Golang·LSM Trees·Graph Databases
Feb 18, 2026PDF Rendering and PostScript - A Weekend Deep DiveSpent a weekend understanding how PDFs work under the hood - PostScript, text rendering, and the Turing-complete nature of PDFs.PDF·PostScript·Systems Programming·Go·Graphics
Feb 23, 2024ResNet50 vs ResNeXt50: An Experiment with CIFAR10 DataComparing ResNet50 and ResNeXt50 architectures on CIFAR10 dataset - a deep learning experiment.Deep Learning·Computer Vision·ResNet·CIFAR10·PyTorch
Feb 20, 2024Digging Up on DIG - The DNS Lookup UtilityPacket analysis using Wireshark to understand how DNS queries work under the hood.Networking·DNS·Wireshark·Packet Analysis·Systems