You have used Django before, haven’t you? So, you already used some Django command, it could have been …
Posts
Are you choosing a hosting service but don’t know which one to choose? Surely you have already had contact with …
Wish your Django app could handle a million hits? This post is a compilation of articles, books, and videos I’ve …
Updated to 2024: If you’ve used only Python or only Javascript, you’re probably a little curious to know …
You are browsing an ecommerce site, a product catches your attention and you click to see it, but you are not convinced. …
The computer screen illuminated my face full of despair, I rubbed my head in despair, while I googled: “Django …
Some months ago I was reviewing the Lighthouse settings for a website when I realized that it did not comply with …
These last few days I have been testing a Python library that is becoming famous, FastAPI, a framework for creating …
I wrote the previous entries as an introduction for this week’s topic. In this post I’m going to explain …
Docker compose allows us to create applications with multiple containers, these containers will interact and will be …