Posts Tagged "Frontend"
2025

Building for the World: A Developer’s Guide to Internationalization and Localization
· 16 min read
As developers, we often focus on features, performance, and design – but what about users who don’t speak our language or live in our culture? Internationalization and localization aren't just about translating text—they're about making your apps genuinely resonate with users worldwide. A properly localized application not only speaks the language of your users but also understands their cultural nuances, enhancing user experience and engagement.

From Zero to AWS Solutions Architect Professional In 7 Months: A Frontend Perspective
· 7 min read
Navigating the AWS console was always intimidating for me. So how did I end up with their Pro certificate and all three Associates in just 7 months? More importantly, was it worth it for a frontend dev?

Frontend Developer: Do Repeat Yourself
· 6 min read
"Don't Repeat Yourself", also known as DRY, is a foundational principle in software development, often learned early in a developer’s journey. At first glance it sounds simple and straightforward. But can it be misapplied? Let's explore it from the frontend perspective.

When Micro-Frontends Aren’t the Right Choice
· 6 min read
Micro frontends are definitely a trending topic. They receive significant attention by promising better separation of concerns, team independence, and ultimately – quicker delivery. But after years of excitement, I found myself recommending against them. Here’s why.