Deploy SSR applications using Supervisord Reading Time: 2 minutes If you’re building Server-Side Rendering applications with React (next.js) or Vue.js (nuxt.js) you will have to deploy it using some process control tool to keep it running.
Dockerizing Django for Development Reading Time: 5 minutesIn this post, I’ll show how to containerize an existing project using Docker. Continuar Lendo →
Deploy for kids – Guide for deploying Django Python 3 Reading Time: 4 minutesThere is a lot of tutorials out there, especially in English. Continuar Lendo →
Using celery with multiple queues, retries and scheduled tasks Reading Time: 3 minutesOn this post, I’ll show how to work with multiple queues, scheduled tasks, and retry when something goes wrong. Continuar Lendo →
Creating and populating a non-nullable field in Django Reading Time: 4 minutesHey, what’s up guys, that’s another quick post! Continuar Lendo →
Pip Installing a Package From a Private Repository Reading Time: < 1 minuteThat’s a python quick tip. Continuar Lendo →