~/vennictus
blog
projects

// blog

thoughts, deep dives, and things i figured out the hard way.

view on hashnode ↗
3articles
45min total read
2026-05-20-sceptre-database.md
Sceptre - I Built a Database So I Could Finally Understand One
23 min
May 20, 2026·23 min read

Sceptre - I Built a Database So I Could Finally Understand One

A walkthrough of building Sceptre, an embedded relational database in Go, from fixed-size pages and B+ trees to indexes, query planning, copy-on-write commits, freelists, and crash recovery.

read ↗
2026-03-20-thejsengine.md
How JavaScript learned to cheat - A Deep Dive into the JS Engine
14 min
Mar 20, 2026·14 min read

How JavaScript learned to cheat - A Deep Dive into the JS Engine

A deep dive into how JavaScript engines optimize your code with parsing tricks, hidden classes, JIT compilation, and speculative execution.

read ↗
2026-02-02-history-of-codeing.md
The History of Code(ing)
8 min
Feb 02, 2026·8 min read

The History of Code(ing)

Discover how punch cards, early machines, Assembly, and C shaped modern software - and how code evolved from physical instructions to portable digital logic.

read ↗
eof