Part 8

The Maturation

Around the same period, I kept expanding into hardware and networking, not as a separate discipline but as part of the same fundamental inquiry. I never saw software, hardware, and networks as separate fields. To me, they were layers of the same system each resting on the one below, each supporting the one above. Understanding the application layer meant nothing if you didn't understand the transport layer. Understanding the transport layer meant nothing if you didn't understand the physical infrastructure carrying the packets. I was building a complete mental model of how computing worked, from the physics of transistors to the abstractions of high-level languages, and I refused to stop until I could trace the entire path from thought to electron.

Later, I built CodeBana. This marked a shift from pure experimentation into structured thinking. By then, I wasn't just trying things randomly, throwing code at the wall to see what stuck. I was designing systems with intention, thinking about structure, flow, usability, not just logic and output. CodeBana was where experimentation hardened into methodology. I was no longer asking "can I build this?" but "how should this be built?" The questions had matured, and so had the answers. I was becoming an architect, not just a builder.

As things progressed into 2024, I moved deeper into system design, hybrid architectures, backend engineering, and more advanced AI experimentation. That eventually led to Oxidite, a Rust-based systems project focused on low-level design, performance thinking, and absolute control over how systems behave. It wasn't about Rust specifically. Rust was the tool, not the point. The point was understanding systems at a level where I could see exactly what was happening underneath every abstraction layer. Where no black box remained unopened. Where the system had no secrets from the person who built it. Where I could tell you not just what the system did, but how every part of it worked, down to memory allocation and thread management. Oxidite was about mastery, not of a language, but of the machine itself.