Skip to main content

Featured

 Backend Serialization — JSON, Pickle Opcodes & The Universal Type Fallacy (2026)

Backend Serialization — JSON, Pickle Opcodes & The Universal Type Fallacy (2026)

Skip to main content BACKEND ARCHITECTURE MASTERY Day 16: Teleporting State — Serialization, Opcodes, and The Universal Type Fallacy ⏱️ 17 min read Series: Logic & Legacy Day 16 / 40 Level: Senior Architecture ⏳ Context: In Day 15 , our Router successfully matched an incoming HTTP request to a Python function in memory. But how did the data actually cross the internet? Python objects do not exist in the physical wires connecting two servers. Only raw bytes exist. The Fundamental Problem of Networking When you have a Python User object in your RAM, that object is a complex web of memory addresses and pointers. If you want to send that User to a microservice in London, you cannot just send the memory pointers. The server in London has a completely different physical RAM chip; your memory addresses mean nothing to it. To cross a network, or to be saved to a hard drive, you must disma...

The Architect's Intent

System core about the dev

"Yoga is skill in action." — Bhagavad Gita 2.50

Om: The Origin


I am a developer who believes that engineering is more than just shipping features; it is a discipline of clarity, logic, and structure. My daily battlefield involves architecting resilient backend systems, diving deep into CPython internals, and extracting pure signal from the noise.

Whether I am forging a massive 3,000-line Selenium automation engine or testing the performance matrices of Python against Rust for data parsing, my goal remains the same: writing code that stands the test of time.

The Infinite Game

The Dharma of Development is the live documentation of my ongoing pursuit of mastery. This is the architecture of success. Here, we do not just memorize syntax. We explore the "Why" behind the machinery.

We look at memory allocation, mathematical computing, data science fundamentals, and the architectural decisions that separate a standard script from a legacy system.

The Arsenal

My technical focus revolves around high-performance execution, deep algorithmic logic, and automation.

Python (CPython) System Architecture Data Science & Math PostgreSQL / pgAdmin Selenium

Comments

Popular Posts