How I learned computing
Not a skills sheet. The real story — a father, a first computer at five, a teacher unlike any other, and everything that came after.
It started with my dad
First clicksMy first computer in my hands at five. If I ended up here, it’s because of my dad: at home he passed on far more than computing — a taste for electronics, the urge to understand how machines work, to open them up, to not be afraid of them. The machine was never off-limits, it was a playground. I clicked everywhere, took things apart, started over. I didn’t know yet that it would fill my whole life — let alone that it could become a job.
David, and a GIF wallpaper
Visual BasicThe real spark came from David, my computer teacher in fourth grade. He used a wheelchair, and one day he showed me how to set an animated GIF as my desktop wallpaper. In 2009, to me, that was pure magic. That same year I typed my first lines of Visual Basic — I didn’t understand all of it, but I could feel I was really talking to the machine, giving it orders.
My first real code
Java · MinecraftReal code, I first touched it inside Minecraft. In Java, I built my own items — objects that didn’t exist until I wrote them into being. Watching an idea appear in a world just because I’d typed the right line… that never let go of me.
IP, ports, and my first servers
IP · ports · serversThen I wanted other people to play in my worlds. I started hosting my own Minecraft servers. That’s where I met what still drives me today: IP addresses, ports, the way one machine finds another. Infrastructure — long before I knew it had a name.
Fixing things to understand them
Repair · electronicsAround fourteen, I spend hours repairing things: computers, phones, mine and other people’s. Swapping a screen, replacing a battery, unlocking a device, reinstalling a system. The more I opened machines up, the more I understood how they held together — the hardware as much as the software. That curiosity for electronics, I owe to my dad.
Putting something online
WordPressAt fifteen, my first WordPress sites. Publishing something at an address anyone, anywhere could open — that was another kind of magic, bigger than the first.
When a site becomes software
PHPA year later I moved to PHP. My first real applications: forms, databases, logic that decides. The site was no longer a storefront — it was software that did something.
My first modules, on Shopify
Ruby · ShopifyAt seventeen, I write my first modules in Ruby on Shopify. It’s my first encounter with another language and the e-commerce ecosystem: extending an existing platform, plugging my code into other people’s, and seeing it run for real merchants.
Production, for real
ProductionAt eighteen, my first real production server. No more sandbox: real users, things breaking at 3 a.m., and the responsibility of keeping it all standing anyway. I learned as much from the outages as from everything else.
The cloud, and scale
AWS · Next.jsAt twenty, I move into the cloud — over five years ago now. AWS. I build my first real infrastructures: solid, and above all built to iterate on. In parallel, my first Next.js apps; I’d touched Node.js younger without fully getting it, and now, finally, it all clicked.
Our e-commerce, and real infra
PrestaShop · AWSAt twenty-one, we launch our own e-commerce store — one we’d later sell. I’m behind the whole infrastructure on AWS: distribution and CDN, databases, scaling. I also write dozens of PrestaShop modules to bend it to our needs. For the first time, my code and my infra directly serve a business that’s mine — every optimization shows up in the numbers.
Deploying, at scale
EC2 · at scaleAt twenty-three, I deploy dozens of EC2 instances. The ‘one server’ reflex becomes ‘a fleet’: load balancing, scaling, monitoring — and the question that has never left me since: is all of this actually sized right, or are we paying for nothing?
Architecture, and the cost of things
Architecture · finopsStep by step, I got serious about the craft: shipping to production, tracking and optimizing costs, architecture. Turning an idea into a system that holds, without waste. From the kid setting a GIF as his wallpaper to the engineer sizing infrastructure — that’s exactly what I do today, at Stralya.