POPULAR READS
In this article, we discuss how to create middleware in Django.
In this article, we understand Integration of Google Maps with React | Part 1 techniques.
In this article, we will look at how to build and deploy your application using the GitHub actions platform.
At ScaleReal, we have a multi-account AWS setup and recently we came across a situation where we wanted to apply our terraform scripts across two AWS accounts where some of the resources would get created in one AWS account and some of the resources would get created in another AWS account.
In this article series, we’ll learn how to use the latest Android Jetpack 🚀 library i.e. DataStore in Android apps.
In this article, we’ll learn how to use Kotlin Coroutine StateFlow in Android instead of LiveData.
A continuation of the 12-Factor App series explaining factors 7–12, with practical insights for building scalable, cloud-ready Django applications.
A detailed explanation of the 12-Factor App methodology applied to modern Django applications, focusing on scalability, cloud readiness, and best practices.
An explanation of a scalable Django project directory structure with app segregation, highlighting its benefits, trade-offs, and use cases for large applications.
A modern approach to shipping consistent apps across platforms. KMP allows you to write shared business logic once in Kotlin and use it across iOS, Android, and even backend systems.
A practical guide to Pyenv for managing and switching between multiple Python versions, including installation steps, common commands, and troubleshooting.
A practical guide to understanding OAuth2 and implementing it in a Django application using Django OAuth Toolkit, including token flows, scopes, and customization.
A modern approach to shipping consistent apps across platforms. KMP allows you to write shared business logic once in Kotlin and use it across iOS, Android, and even backend systems.
Smart component design isn’t about over-engineering—it’s about saving time and reducing refactoring. By thinking before you code, you’ll write cleaner, modular, and more reusable components that make development faster and easier.
In this article, we understand mastering sprint planning and analyzing the root cause of sprint failure.