Published on Nov 12, 2024
When I started my career at Tresmax.PH, my world changed. Fresh out of college, I thought I had a pretty good grasp of coding. But when it came to collaborating, I had a hilariously naive idea:
Copy-paste the codebase between computers or set up an FTP server so everyone could instantly see file updates.
In hindsight, this was like trying to build a skyscraper with LEGO bricks. The concept of Version Control was completely foreign to me. But once I understood how it worked, it blew my mind. No more messy file sharing or overwriting someone else’s work. However, we had our own set of rules to minimize conflicts:
It wasn’t perfect, but it got us through the chaos.
I started as a Web Developer, armed with PHP, CSS, and JavaScript. Looking back, those early days shaped how I approach projects even today. Here are the key lessons that stuck with me:
I wasn’t just a code monkey; I was part of the planning phase. This was eye-opening. Building a website wasn’t just about cranking out code. It required:
This experience taught me that a successful project is about more than just good code—it’s about teamwork and foresight.
While we didn’t have modern Continuous Integration/Continuous Deployment pipelines, we managed hundreds of websites with a homegrown system.
It wasn’t seamless or automated like today’s “push-to-main” workflows, but it gave me a taste of what automation could achieve. Deployments became less tedious, and we avoided human error (most of the time).
I’ve always known I wasn’t destined to be a designer. Give me a mockup, and I’ll bring it to life—but backend development? That’s where I thrive.
The backend is like a puzzle:
It’s logical, straightforward, and rewarding. There’s something satisfying about crafting an API that just works.
Today, tools like Git are second nature. But back then, even using Mercurial felt revolutionary. Collaboration got easier, conflicts became manageable, and we could finally track changes and roll back mistakes. It was like turning on the lights in a dark room.
Would I ever start a new project with Mercurial today? Probably not—Git reigns supreme. But those early experiences taught me to appreciate how far we’ve come.
My journey from basic file-sharing hacks to mastering version control is a reminder of how quickly the tech world evolves. Every challenge, every awkward workaround, has shaped the developer I am today.