© 2026 Hashnode
Why I Explored AI Coding Agents Over the past few weeks, I’ve spent focused time using GitHub Copilot and Cursor AI to understand how they fit into my everyday app development work. There’s been a lot of buzz around AI agents in developer communities...

Introduction This was a fun week. It isn't over yet; it's Friday, and I still have the whole day ahead, but I'm writing stuff down now. This week, I worked on my Scrimba solo project from the React course. It was the second project, which involved cr...

2023: A Coding Odyssey Introduction In this article, we'll continue our exploration into the pygamelib's layout system, building on the progress we made in the last installment. Additionally, I'll introduce the library's first practical widget: the L...

If you are a Java developer in today's world, you may have considered learning Spring Boot. Or, you might be already writing code in Spring Boot projects without having a proper understanding of how it originated. To fully understand how Spring Boot ...

If you’re a web developer, chances are you’ve come across the pesky CORS error. But fear not! This article is here to help fellow developers understand and master the CORS policy. I’ll break it down for you in simple terms so you can tackle this erro...

What are Error Boundaries ? React Error Boundaries are used to show a user-friendly UI to users when unexpected JavaScript errors occur. A JavaScript error in a part of the UI usually renders a white screen and crashes the entire app. React Version 1...
