My Unexpected Journey into DevOps & CI/CD

From Fashion to Function: My Leap into DevOps & CI/CD

My career began as a creative designer and fashion stylist, but over time, my curiosity about how the web works grew stronger. I wanted to explore IT, with the possibility of transitioning someday. Without a mentor or guidance, I did what most self-learners do — I Googled “how to become a web developer” and immersed myself in HTML, CSS, and JavaScript.

It was overwhelming.

One day, while scrolling through WhatsApp, I saw a post about a free DevOps bootcamp by DAAS (DevOps as a Service Nigeria). The word “DevOps” rang a bell, but I had no clue what it meant. Still, my curiosity won. I applied and got in.

The bootcamp started with Linux, command-line basics, and shell scripting — completely different from what I knew, but eye-opening. Then came Git, where I learned how to collaborate, commit changes, and manage projects efficiently. Just when I thought I was catching up, a new topic dropped — CI/CD.

“Wait… what is CI/CD?”

CI/CD Explained: How a Simple Idea Becomes a Scalable Reality

“CI/CD (Continuous Integration and Continuous Deployment) might sound like just another technical term, but let’s break it down in a way that makes it easy to grasp.”

Imagine you’re launching a fashion brand with a bold idea — a website or app where customers can design their outfits, choose fabrics, colors, and even customize their stitching styles. You hire a single developer to bring this vision to life. The website goes live, and at first, everything runs smoothly.

Then, something unexpected happens.

Someone stumbles upon your platform, shares it on Twitter, and boom — it goes viral. Orders are pouring in, and customers are requesting new features. Maybe they want an AI-powered measurement tool or a real-time fabric preview. Now, you need more developers to scale the project, manage customer data, and keep the platform running seamlessly.

Here’s where things get tricky.

With multiple developers working on the same codebase, how do you ensure:
✅ The new features don’t break existing ones?
✅ The code is bug-free and doesn’t introduce security vulnerabilities?
✅ Every change is tested before going live?

This is where Continuous Integration (CI) comes in.

Instead of waiting until the end of development to test and fix issues, CI ensures that every code update is automatically built and tested. Developers push their changes to Git, and the CI/CD tools runs automated checks, identifying errors early before they become major problems.

Once the code passes all tests, we move to Continuous Deployment (CD) — where the approved version is automatically released to production. No manual processes, no delays — just a seamless, automated flow.

CI/CD isn’t just a fancy term; it’s the backbone of modern software development, ensuring that updates roll out faster, safer, and more efficiently.

Differences between Continuous Integration, Delivery, and Deployment. (The Fashion Brand Analogy)

Continuous Integration (CI) — The Quality Check

Think of CI like the tailor’s quality check before stitching begins. Every time a designer (developer) adds a new feature — maybe a new fabric option or an AI-powered measurement tool — they submit their work (code). Before it becomes part of the final product, it needs to be checked for errors. CI ensures that all the new designs (code changes) are tested automatically, preventing any mismatched patterns (bugs) from ruining the final outfit (software). This step ensures that everything fits together seamlessly before moving forward.

Continuous Delivery (CD) — The Showcase Room

Now, imagine the outfits are ready, but before launching them to customers, you want to manually inspect the final pieces, ensure they align with your vision, and decide when to release them. That’s Continuous Delivery — your software is built, tested, and ready for production, but you choose when to hit the “launch” button. It gives you full control to decide when the collection (software updates) goes live.

Continuous Deployment (CD) — The Automated Fashion Drop

Some brands take things further by automating their releases — once a design passes quality checks, it goes straight to the storefront without manual approval. That’s Continuous Deployment in action. Every change that passes testing is automatically pushed to production, ensuring that customers always have access to the latest features without any delay.

Bringing It All Together

  • CI ensures every piece (code) is well-stitched and fits before moving forward.

  • Continuous Delivery keeps the finished collection ready, waiting for a launch decision.

  • Continuous Deployment skips the wait and puts new designs in front of customers immediately.

This is how modern software development keeps up with demand — ensuring quality, speeding up delivery, and making sure customers always get the best experience. 🚀

The Real-Life Benefits of CI/CD — Why It’s a Game-Changer

Think about a busy tailor’s workshop. Orders are constantly coming in, designs are changing, and customers expect quick deliveries. Now, imagine running that business without any structured process — tailors working without checking for errors, delays in shipping, and customers getting outfits with missing stitches. That’s exactly what happens in software development without CI/CD.

Now, let’s break down how CI/CD makes life easier — both in tech and in real-life work scenarios.

1. Faster Delivery — No More Missed Deadlines

Imagine a fashion brand that drops a new collection every quarter. If designs aren’t ready on time, the entire release gets delayed. In software development, CI/CD speeds up this process by ensuring that every small change is built, tested, and ready for release without waiting for everything to be completed at once. This means new features reach users faster — no long waits, no bottlenecks.

2. Fewer Errors — Catching Mistakes Early

Ever ordered an outfit and realized later that the stitching was wrong? Fixing it after production is a headache. CI/CD acts like a quality control team, checking for mistakes as early as possible. Automated testing ensures that bugs are caught before they cause major issues, preventing expensive fixes down the line.

3. Better Team Collaboration — No Clashing Workflows

Imagine multiple tailors working on the same outfit without communicating. One adjusts the sleeve, another changes the neckline, and suddenly, the final piece doesn’t match the design. CI/CD ensures smooth collaboration by allowing developers to merge their code frequently, reducing conflicts and making teamwork seamless.

4. Reliability — Consistent and Predictable Releases

CI/CD ensures that every software update is predictable and stable, so users get a smooth experience without sudden crashes or broken features.

5. Reduced Stress — Less Firefighting, More Innovation

Ever had a last-minute rush before an event because things weren’t prepared ahead of time? Without CI/CD, developers are constantly in panic mode, fixing unexpected issues at the worst possible time. With a structured pipeline, the process is automated, reducing stress and allowing teams to focus on innovation instead of crisis management.

Popular CI/CD Tools — The Powerhouses Behind Smooth Deployments

Just like fashion designers have tools like sewing machines, fabric cutters, and pattern templates to bring their designs to life, software engineers use CI/CD tools to automate the development and deployment process. These tools help ensure efficiency, consistency, and speed in software delivery. Here are some of the most popular ones:

1. Jenkins — The Veteran Workhorse

Jenkins is like a tailor’s master toolkit — versatile, open-source, and capable of handling complex workflows. It has a vast ecosystem of plugins, allowing developers to build, test, and deploy applications seamlessly. Though it requires some setup and maintenance, its flexibility makes it a favorite among teams that want complete control over their CI/CD pipelines.

Best for: Teams that need high customization and don’t mind manual setup.

2. GitHub Actions — Seamless Automation for GitHub Repos

Imagine a fashion studio where everything is automated — designs are scanned, cut, and stitched with minimal manual work. That’s GitHub Actions for developers. Since it’s built directly into GitHub, it allows developers to automate testing, deployment, and notifications right within their repositories. It’s beginner-friendly and perfect for teams already using GitHub.

Best for: Developers who want a code-native automation tool with minimal setup.

3. GitLab CI/CD — The All-in-One Solution

GitLab CI/CD is like a fashion brand that does everything in-house — design, production, and sales. With built-in CI/CD features, GitLab allows developers to automate builds, tests, and deployments without needing external integrations. It’s simple to configure, secure, and works seamlessly for teams using GitLab repositories.

Best for: Companies looking for an integrated DevOps solution with built-in security and collaboration features.

CircleCI — Fast and Developer-Friendly

CircleCI is like an express tailoring service — speedy, efficient, and scalable. It’s known for its fast execution times and is great for teams that want quick feedback on code changes. It integrates well with GitHub and Bitbucket, making it a strong choice for cloud-based CI/CD.

Best for: Teams that prfioritize speed and cloud-based CI/CD.

5. Travis CI — The Open-Source Favorite

If Jenkins is the veteran, Travis CI is the trendy new designer — lightweight, simple, and great for open-source projects. It automates builds and tests efficiently, making it a go-to for developers who want an easy-to-use CI/CD tool with minimal setup.

Best for: Open-source projects and teams looking for a simple setup.

Conclusion

Embarking on a journey from fashion to DevOps and CI/CD has been transformative, highlighting the power of curiosity and adaptability. This unexpected path has not only broadened my technical skills but also deepened my understanding of how technology can enhance creativity and efficiency. By embracing CI/CD, I've witnessed firsthand the benefits of faster delivery, reduced errors, and improved collaboration, all of which are crucial in today's fast-paced digital world. As I continue to explore and grow in this field, I am excited about the endless possibilities and innovations that lie ahead. Whether you're a developer, designer, or someone from a completely different background, the world of DevOps and CI/CD offers valuable tools and insights to elevate your work and drive success. Let's continue to share, learn, and innovate together!

0
Subscribe to my newsletter

Read articles from Adesokan Segun Yusuf directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Adesokan Segun Yusuf
Adesokan Segun Yusuf

Hey there! I'm Adesokan Segun Yusuf, a passionate DevOps Engineer and Entrepreneur with a deep love for technology, automation, and innovation. My journey into tech has been a thrilling ride from starting out in fashion entrepreneurship to diving deep into cloud computing and DevOps. I thrive on solving problems, optimizing workflows, and helping businesses scale efficiently. Whether it's CI/CD pipelines, containerization, cloud infrastructure, or automation, I’m always exploring new ways to enhance efficiency and reliability. Beyond tech, I run a self-motivation blog and a YouTube channel, where I inspire young professionals to push beyond limitations, build careers, and embrace financial independence. My blog serves as a guide to navigating digital skills, personal growth, and leveraging AI for success. Here, I share insights on DevOps, cloud computing, automation tools, freelancing, and productivity hacks. My goal is to document my learning journey, mentor aspiring tech professionals, and provide practical, real-world solutions for tech enthusiasts. If you’re passionate about DevOps, cloud computing, remote work, or digital transformation, let’s connect and grow together!