credits https://www.pexels.com/es-es/@elaine-bernadine-castro-1263177/ Software architecture Opinion Digital Ocean, analysis and my experience as a user Are you choosing a hosting service but don’t know which one to choose? Surely you have already had contact with …
credits https://www.pexels.com/es-es/@tranmautritam/ Software architecture Django How to scale a Django app to serve one million users? Wish your Django app could handle a million hits? This post is a compilation of articles, books, and videos I’ve …
Javascript Python Javascript vs Python which one is better for you? If you’ve used only Python or only Javascript, you’re probably a little curious to know what the other one …
Credits https://www.pexels.com/es-es/@axel-vandenhirtz-332204/ Django How to create a history of products with django and redis? You are browsing an ecommerce site, a product catches your attention and you click to see it, but you are not convinced. …
Credits to https://www.pexels.com/@cottonbro/ Django Databases Django Annotate and aggregate explained The computer screen illuminated my face full of despair, I rubbed my head in despair, while I googled: “Django …
Linux Nginx keepalive, gzip, http2: better performance on your website Some months ago I was reviewing the Lighthouse settings for a website when I realized that it did not comply with …
credits https://www.pexels.com/es-es/@tim-douglas/ Docker Fastapi FastAPI tutorial, the best Python framework? These last few days I have been testing a Python library that is becoming famous, FastAPI, a framework for creating …
credits https://www.pexels.com/es-es/@alex-andrews-271121/ Django Docker Cookiecutter-django for configuring and deploying in Django I wrote the previous entries as an introduction for this week’s topic. In this post I’m going to explain …
Credits to https://www.pexels.com/es-es/@felixmittermeier/ Docker Linux Get to know the basic Docker Compose commands Docker compose allows us to create applications with multiple containers, these containers will interact and will be …
Docker Linux How to write a docker file from scratch In the previous post I explained the most common Docker commands, run, exec, pull, etc . Up to this point everything has …