Jonas GranlundA Practical Guide to Automated Testing with GitHub Actions, Django, and DockerAutomated tests are a key component in any efficient and quality assured project for many reasons. It not only allows for CI/CD but also…Feb 171Feb 171
Jonas GranlundinDjango UnleashedAsynchronous Tasks in Django: A Step-by-Step Guide to Celery and Docker IntegrationIn many Django projects, managing background tasks, such as sending email notifications or performing long-running batch processing jobs…Feb 31Feb 31
Jonas GranlundOptimizing Django Performance with AWS RDS and Read Replica ConfigurationIn this guide we will go through how to set up a database using AWS RDS Postgres with a read replica and configure Django to be able to…Dec 2, 2023Dec 2, 2023
Jonas GranlundUnderstanding Docker Volumes and Persistent StorageIn our ongoing series, after exploring how to dockerize Django and connect it with PostgreSQL, the need for understanding data persistence…Sep 2, 2023Sep 2, 2023
Jonas GranlundRunning Django with PostgreSQL in Docker: A Step-by-Step GuideIn the previous post, we Dockerized a Django app and used a PostgreSQL image from DockerHub. In this guide, we’ll configure the Django app…Aug 26, 20232Aug 26, 20232
Jonas GranlundDocker Essentials: Building and Running Your First ContainerFresh off our introduction to Docker, it’s time to transition from understanding its theoretical aspects to diving into practical usage. If…Aug 19, 2023Aug 19, 2023
Jonas GranlundStarting with Docker: An Introduction for BeginnersHave you ever been in a situation where you developed an application on your local machine that runs perfectly, but when you deploy it to a…Aug 10, 2023Aug 10, 2023