Personal

Who is Emmanuel Asika? From Fiverr Freelancer to Indie Founder

Nov 13, 2025
8 min read
E.A
Emmanuel Asika

I'm Emmanuel Asika. From delivering 600+ WordPress gigs on Fiverr to studying Cloud Engineering in Ireland. This is my journey to Indie Hacking freedom.

I’ve been asked a few times recently what exactly I do. Depending on when you met me, the answer changes.

If you knew me five years ago, I was the guy churning out WordPress sites at 3 AM. If you met me on LinkedIn recently, you probably see me posting about AWS, cloud architecture, and studying for my Masters in Dublin. And if you look at my GitHub or catch me in a Discord server, I’m obsessed with shipping SaaS products using Next.js and Supabase.

So, who am I?

I am Emmanuel Asika. I’m a builder. I’m currently transitioning from being a high-volume freelancer to a Cloud Engineer, while keeping my eyes locked on the ultimate endgame: Indie Hacking.

This isn't just a bio. This is a breakdown of how I went from delivering 600+ orders on freelance platforms to architecting scalable cloud solutions, and why I believe the future belongs to those who can bridge the gap between infrastructure and product.

The Fiverr Trenches: Where It Started

Let’s be real about where the skills come from. I didn't start with a venture-backed startup or a cozy internship at a FAANG company. I started in the trenches of the gig economy.

Between 2020 and 2025, working under brands like WP DESIGN FIX, I delivered over 600 WordPress websites.

If you haven't done high-volume freelance work, it’s hard to explain the pressure. You aren't just coding. You are managing expectations, dealing with scope creep, fixing broken plugins, and trying to explain to a client why their 15MB hero image is slowing down their site.

It taught me speed. It taught me that shipping is the only thing that matters.

I became an Elementor specialist not because it was the "purest" code, but because it allowed me to deliver value fast. I worked with Bricks Builder, Gutenberg, and Full Site Editing (FSE). I learned the ins and outs of WooCommerce until I could configure a store in my sleep.

But freelancing has a ceiling. You are trading time for money. You are building someone else's asset. And technically, you hit a wall.

WordPress is powerful. I still take WP work because I’m an expert at it and it pays well. But I started looking at the code I was writing - mostly PHP hooks and CSS tweaks - and I realized I wanted more control. I didn't just want to build sites. I wanted to build software.

The Technical Ceiling and The Pivot

There is a specific moment in every WordPress developer's life where you have to make a choice. You either become an agency owner and hire other people to do the clicking, or you dive deeper into the code.

I chose the code. But I didn't just want to write plugins. I wanted to understand where the code lives.

I remember working on a project for Order Life Science. It was a medical product ordering system. This wasn't a brochure site. It needed logic. It needed AI-powered recommendations using the Gemini API.

Here is a snippet of how I used to think in the WP world. You hook into everything:

add_action( 'woocommerce_before_calculate_totals', 'custom_medical_pricing_logic', 10, 1 ); function custom_medical_pricing_logic( $cart ) { if ( is_admin() && ! defined( 'DOING_AJAX' ) ) return; // Complex logic hidden inside a CMS foreach ( $cart->get_cart() as $cart_item ) { // ... pricing updates } }

It works. But it felt constrained. I was fighting the CMS to build an app.

This realization pushed me toward modern JavaScript frameworks and, more importantly, the infrastructure that powers them. I realized that knowing how to build the frontend wasn't enough. If I build a SaaS that scales to 100,000 users, a shared hosting plan isn't going to cut it.

That is why I am currently in Ireland, studying for my Masters in Cloud Computing at Dublin Business School.

Why Cloud Computing? (The Current Mission)

People ask me, "Emmanuel, why pivot to Cloud if you are good at Web Dev?"

Because Cloud is Web Dev at scale.

My current professional focus is strictly on Cloud Engineering - AWS, Azure, and Scalability. I am not leaving tech. I am doubling down. I want to be the guy who understands not just how the button looks, but what happens to the server load when a million people click it at once.

In my studies and my current labs, I’m moving away from cPanel and into VPCs, EC2 instances, and Serverless architectures.

It’s a different game. In WordPress, if a site goes down, you check the error log or disable a plugin. In Cloud Engineering, if the system goes down, you check the load balancer, the auto-scaling groups, and the database replication status.

This shift is intentional. To be a true full-stack engineer or a successful founder, you can't be afraid of the infrastructure. You need to own it.

The Indie Hacker Dream

Here is the raw truth.

I love Cloud Engineering. I love the complexity. But my heart beats for Indie Hacking.

Freedom is the goal. The ability to build something from nothing, launch it, and have people pay for it - that is the rush I’m chasing. The freelance years gave me the taste of independence, but building SaaS (Software as a Service) is the evolution of that.

My stack has shifted to accommodate this. I’m no longer just dragging and dropping widgets. I’m coding.

My Current Indie Stack:

  • Frontend: Next.js (React)
  • Styling: Tailwind CSS + Shadcn UI (because I like beautiful defaults)
  • Backend/Auth/DB: Supabase (Postgres is king)
  • AI: OpenAI/Gemini APIs

This stack is lethal. It allows me to move as fast as I did with Elementor, but with zero limitations on functionality.

For example, connecting a user to a database in a Next.js app feels so much cleaner than the old PHP loop:

import { createClient } from '@supabase/supabase-js' const supabase = createClient( process.env.NEXT_PUBLIC_SUPABASE_URL, process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY ) async function getProjects() { let { data: projects, error } = await supabase .from('projects') .select('*') if (error) console.log('error', error) return projects }

This is where I spend my nights. After studying cloud architecture all day, I switch gears and build products.

I’m not just a "coder." I’m a technical writer too. Working with companies like UXtweak and Take2, I learned that code is useless if you can't explain it. I wrote over 10 deep-dive articles on UI/UX testing and API documentation. This skill is crucial for an Indie Hacker. You have to sell what you build. You have to write the copy. You have to write the docs.

The Intersection: Cloud + Indie

A lot of people think these are two different paths. They think you either get a corporate Cloud Architect job OR you become an Indie Hacker.

I see them as the same path.

My career in Cloud Computing funds my life and teaches me how to build enterprise-grade software. It gives me the discipline of security, reliability, and cost-optimization.

My passion for Indie Hacking keeps me sharp on the product side. It forces me to learn new frameworks, understand user experience, and figure out marketing.

When I build a side project now, I’m not just hacking it together. I’m thinking about the architecture. I’m using the principles I learn in my Masters program to build better SaaS products.

Real Talk: The Struggle of The Switch

Changing your identity is hard.

For years, I was "The WordPress Guy." Clients still call me for it. And I still say yes sometimes, because I pride myself on delivering quality. If I touch a site, it’s going to be optimized for SEO, it’s going to be secure, and it’s going to convert.

But I have to be disciplined about where I put my learning energy.

I force myself to say no to projects that don't align with my future. I force myself to open VS Code instead of a page builder. I force myself to read AWS whitepapers instead of plugin changelogs.

It’s a grind. Moving to Ireland from Nigeria was a massive step. The academic rigor at Dublin Business School is intense. But I didn't come this far to stay comfortable.

What You Can Expect From Me

If you are following my journey, here is what you are going to get:

  1. Deep Technical Dives: I will be writing more about Cloud Architecture, Serverless, and how to scale applications. Not fluff. Real scenarios.
  2. Indie Hacking Updates: I’m building in public. You’ll see my failures, my half-baked code, and hopefully, my first major SaaS exit one day.
  3. No BS Advice: I’ve been a freelancer, a content specialist, an editor, and now a cloud engineer. I’ve seen the industry from the bottom up. I’m going to share what actually works.

I am Emmanuel Asika.

I am a WordPress veteran who respects the roots. I am a Cloud Engineer in training who respects the infrastructure. And I am an Indie Founder who respects the hustle.

If you want to talk about AWS, Next.js, or how to get your first 100 users, hit me up on X (@sageasika) or check out my code on GitHub.

Let’s build something scalable.

#who#IndieHacker

Read Next