credits https://www.pexels.com/es-es/@elifskies-53441403/ Django Databases Understand inheritance types in Django models Sometimes, when we create Models in Django we want to give certain characteristics in common to several of our models. …
Linux and devops How to convert jpg to webp on GNU Linux? A couple of weeks ago I wanted to convert my ecommerce images from jpg to webp. Normally to modify images in GNU/Linux I …
Django Learning Django through the book Django by example, my review This book plans to teach you Django by creating four projects from scratch. Django by Example starts by creating a blog, …
Credits to https://www.pexels.com/@rodnae-prod Linux and devops Get to know bat in linux, the syntax highlighting cat The other day I was looking for syntax highlighting tools and I came across a pretty interesting tool called bat (Yes, …
credits https://www.pexels.com/es-es/@rodnae-prod/ Python Pipenv: The virtual environment manager you DON'T know Since I started using Python I use virtualenv and pip to manage virtual environments. But while reading Django for …
Django Django 3.1 changes and new features: complete overview A few hours ago I was browsing my twitter and I found out that they just released Django 3.1, changes and new features …
Python Learn Python through cryptography my review of Cracking codes with Python Who hasn’t been tried to be convinced to invest in multi-level Bitcoin marketing? I have, but hopefully it will …
Linux and devops Secure passwords, keepassxc tutorial In the previous post I talked about some good practices using passwords . One of the recommendations was to use a …
Linux and devops How to create a secure password? One of my friends worked as an IT security auditor for a company whose name I will not mention for obvious reasons. …
Python Algorithms Design Patterns In Software Design patterns are common solutions to common problems, represented by entities and the relationships between them in …