Credits to https://www.pexels.com/@amateur-photo-1700447 Software architecture Linux and devops Throttling on Nginx Ngnix throttling allows us to limit the number of requests to a certain user. This is useful to prevent excessive …
Credits to https://www.pexels.com/@cottonbro/ Python How to make a switch in Python? Python 3.10 was announced and it comes with something that many developers were missing from other languages: the switch …
Credits to https://www.pexels.com/es-es/@timmossholder/ React 5 cool React libraries you should know about After several weeks posting about Django I wrote a short post about React, about libraries, because man does not live by …
credits https://www.pexels.com/es-es/@weekendplayer/ Django Databases What is Django genericForeignkey for? You want to use Django to relate one model to another using a foreign key, but the model you want to relate is a …
credits https://www.pexels.com/es-es/@iamikeee/ Django Databases What does the ContentType application do in Django? Did you know that Django keeps track of each of the models you create for your project in a model called ContentType? …
Credits to https://www.pexels.com/es-es/@pixabay/ Django How to create a command in django? You have used Django before, haven’t you? So, you already used some Django command, it could have been …
credits https://www.pexels.com/es-es/@elaine-bernadine-castro-1263177/ Software architecture Opinions 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 language is better in 2025? 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. …