Stop learning is not an option!
RSS FeedHi, I’m a passionate tech leader, mentor, and eternal learner. For me, growth is not a destination; it’s a lifelong journey. The nickname juniordev4life is my reminder to stay curious, humble, and open to new possibilities—just like a junior developer encountering the vast world of technology for the first time. It’s a mindset that fuels my creativity, sharpens my skills, and keeps me adaptable in an ever-evolving industry.
Learning is the heartbeat of progress. It pushes boundaries, sparks innovation, and deepens our connections with the world. Stopping isn’t an option because there’s always more to discover, more to improve, and more to share. I believe that by embracing this relentless pursuit of knowledge, we not only transform ourselves but also inspire others to do the same.
Through my journey, I hope to encourage you to cultivate a similar spirit—one that welcomes challenges and sees them as opportunities to grow. Together, we can build a future where curiosity and knowledge empower us to achieve the extraordinary.
Recent Posts
-
Green Web, Hungry AI - An Honest Sustainability Reckoning
I optimize websites down to the kilobyte and then run energy-hungry AI models all day. Both are true, and pretending otherwise is greenwashing in either direction. Here are the actual numbers, where AI helps sustainability, where it is pure indulgence, and the framework I use to decide.
-
The Golden Path - Why New Projects Should Be Boring
Starting a new project is where teams re-litigate every decision they already made: structure, linting, CI, auth, deployment. A golden path makes that moment boring on purpose - and in the age of AI agents scaffolding services in hours, boring has never been more valuable.
-
Delete a Dependency - Native Browser APIs That Replaced Your Libraries
Open your package.json. Half of it is solving problems the browser now solves natively. Here is a practical tour of the packages you can delete in 2026 - modals, tooltips, scroll animations, deep clone, date formatting - the platform feature that replaces each, and why every deletion pays you back forever.
-
The Maintenance Nobody Schedules
Old deployment revisions pile up, registries bloat, credentials quietly approach expiry - and nobody plans that work until it breaks on a Saturday. Here is the pattern that fixes it: small independent scheduled jobs with least privilege, living in one platform repo instead of everyone's backlog.