~/vennictus
blog
projects

// blog

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

view on hashnode ↗
2articles
22min total 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