Building Multilingual React Apps: Practical Guide to i18next and RTL SupportNov 19, 2024·19 min read·122
AWS Networking Basics For DevelopersWhat this blog covers: Building a VPC from scratch, understanding every component, calculating CIDR ranges, and connecting everything together securely. What is a VPC? A Virtual Private Cloud (VPC) iMay 1, 2026·16 min read·45
Why Internationalization and localization are No Longer Optional for Modern AppsNov 2, 2024·6 min read·108
TypeScript for React Developers Series: Practical Tips and Real-World ScenariosSwitching to TypeScript can significantly enhance your React development experience by making your code more maintainable and scalable. With TypeScript’s powerful type-checking, you’ll catch bugs early, enjoy better code navigation, and find refactor...Aug 31, 2024·8 min read·33
TypeScript for React Developers Series: How to Get StartedBy adopting TypeScript, React developers take advantage of the language’s type safety, code analysis, and refactoring capabilities. In this article, we’ll explore the steps needed to adopt TypeScript. Prerequisites: Familiar with basic TypeScript ty...Mar 9, 2023·5 min read·47
TypeScript for React Developers Series: Why You Should Adopt ItTypeScript is a superset of JavaScript that adds static typing, which makes your code readable, maintainable and re-usable. when you adopt TypeScript to React projects, you don’t need to add additional packages to validate props like prop-types, also...Jan 10, 2023·2 min read·16