DEV Community

Cover image for Beyond the Tutorials: How I Built Production-Ready Apps Before Graduating High School
Al Zaki Ibra Ramadani
Al Zaki Ibra Ramadani

Posted on

Beyond the Tutorials: How I Built Production-Ready Apps Before Graduating High School

Hey everyone i’m Al Zaki Ibra Ramadani, you can call me Ibra! 👋

If you look up "how to learn web development" today, you’ll get hit with a mountain of courses telling you to build a Todo app, a weather tracker, or a basic clone of Netflix. Don't get me wrong, those are great for learning syntax. But honestly? They get boring pretty fast.

I wanted to build things that real people actually use.

As a software engineering student at SMKN 1 Purbalingga, I decided to skip the safety net of basic tutorials and jump straight into the deep end. I want to share a bit about that journey, the chaos of deploying real apps, and why breaking things in production is the best way to grow.

Turning My School Into a Testing Ground

My first massive wake-up call came when I tackled a Learning Management System (LMS) for my school. Up until that point, I knew how to make things look pretty on the frontend. But an LMS is a completely different beast.

I chose React.js and Tailwind CSS for the frontend because I loved the speed and flexibility. But a real LMS needs to handle grades, daily teacher journals, quizzes, and strict security. That meant building a solid Laravel REST API and implementing Role-Based Access Control (RBAC) so students couldn’t casually wander into the teacher panels and tweak their scores (nice try, guys).

When we finally pushed it live and saw teachers and students actually using it for daily school operations, it was an unmatched feeling. That’s when it clicked for me: Code isn't just about logic; it's about making someone's day-to-day life easier.

Diving Into the Deep End: Kubernetes & DevOps

Just when I thought I was getting comfortable with Full-stack development, my internship at PT Perwira Media Solusi handed me a new challenge: DevOps and Container Orchestration. Suddenly, I wasn’t just writing code; I was looking at infrastructure. For my capstone project, I worked on building an automated deployment management platform using Kubernetes and Docker.

If you’ve ever messed around with Kubernetes, you know the learning curve looks like a brick wall. Managing clusters, configuring auto-scaling, and dealing with YAML files for hours can make you want to pull your hair out. But pushing past that discomfort taught me how modern software scales at an enterprise level.
What I’ve Learned So Far

Being a junior developer—especially while still finishing school—comes with a lot of imposter syndrome. You constantly feel like there’s too much to learn. But here are my two biggest takeaways so far:

  1. Ship real things. Build a site for a local business, your school, or a friend. The bugs you encounter when real users hit your site will teach you 10x more than any tutorial ever could.
  2. Don’t box yourself in. I love frontend (React & Next.js are my absolute favorites), but understanding the backend and how your app actually deploys makes you a much better collaborator and developer.

Why Am I Writing on Dev Community?

I’m starting this space to document my ongoing dev journey—the architectures I’m experimenting with, the deployment bugs I fix, and the random things I learn while building web apps. Expect raw dev logs, tutorials, and honest thoughts on modern web tech.

If you want to see what else I'm building, feel free to drop by my Portfolio or check out my open-source chaos on GitHub.

Until the next bug,

Ibra 🚀

Top comments (0)