🐲 Welcome to My Coding Adventures 🐲

Stay updated with my latest tutorials, experiments, and project deep-dives.

🐲 My Blog 🐲

Why I Chose GPLv3 to Protect Your Right to Tinker

When developers drop their code under the GNU GPL, they’re not just releasing software — they’re launching it into the world with a freedom forcefield. GPL-licensed code stays free forever, no matter who tweaks it or where it travels. This isn’t just open source — it’s copyleft: a promise that every user, hacker, and modder keeps the same freedoms you started with.

Mastering OOP: Why Object-Oriented Programming Still Rules

Object-Oriented Programming (OOP) isn't just a buzzword — it's a paradigm that powers the architecture behind most modern software. In this post, I break down core OOP concepts like encapsulation, inheritance, polymorphism, and abstraction, and explain how using OOP has helped me build scalable, maintainable projects in Java and Python.

Why Stack Overflow Is Every Developer’s Friend

Whether you’re a seasoned software engineer or just starting out, Stack Overflow is an invaluable resource for quickly finding answers, discovering best practices, and getting inspired by community-driven solutions. In this post, I’ll share how Stack Overflow helped me level up my coding skills, collaborate better with peers, and ultimately become a more confident developer.

How to Host a Website Using GitHub Pages

Want to host your personal site or project portfolio without paying a dime? GitHub Pages makes it incredibly easy to publish static websites straight from a repo. In this guide, I’ll walk you through how I published this very site using GitHub Pages, step by step—so you can do the same.