🐲 My Blog 🐲
March 29, 2025
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.
March 29, 2025
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.
March 28, 2025
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.
March 28, 2025
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.