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 …
Credits to https://www.pexels.com/es-es/@huy-phan-316220/ Docker Linux The Most Useful and Basic Docker commands If you read the previous post where I explain what Docker is for you should already have a pretty simple idea of Docker, …
credits https://www.pexels.com/es-es/@introspectivedsgn Docker What is Docker and what is it for? If you have been using computers for a long time, you are probably more familiar with a virtual machine than a …
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 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 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 …