A Life Without Music
I just found out this from last.fm … what a year
Hoy decidí hacer un post sobre Flake, Black y Pre-Commit. ¿Existe alguna relación? ¿Me sirven para algo en particular? ¿Debería comenzar a usar estas herramientas en mis proyectos? Hace un buen rato había querido investigar un poco más al respecto de esto y bueno, este …
Some years ago a coworker (Julian E.) shared this video with us, unfortunately I lost the link, weeks ago I was trying to find it because I find it interesting and I share some ideas with its author (Bryan Lunduke), but I could not find it.
Buuut today I found it! So here I am, sharing it with everyone.
And there are good news, there’s a 2020 version.
Source: https://lunduke.com
Siempre es bueno conocer por qué utilizar un lenguaje de programación, hoy estaré comentando un par de cosas respecto a python. Ventajas Fácil aprendizaje He visto que muchas personas, blogs, escuelas y universidades manifiestan lo fácil que es aprender python, personalmente tambien considero a python …
Map ¿Para qué puede servir? R:/ Realizar una operación a cada elemento de una lista Ejemplo: Reduce ¿Para qué puede servir? R:/ Obtener un resultado de una lista de elementos Ejemplo: Filter ¿Para qué puede servir? R:/ Seleccionar elementos de una lista Ejemplo:
Need to code something and you do not have an IDE? Try these few online coding tools, I’m sure they will help you from your rush.
One of the most useful tools, it allows you to code without an IDE, here are a few of its main features:
Here are some of the compatible languages:
You can check the list here, https://repl.it/languages/
Site: https://repl.it/languages/
Create, test and share your HTML, CSS and Javascript code easily. Here is a list of the available languages :
Site: https://jsfiddle.net/
I have not tested this one, but it appears it is really good. You can give it a try.
Frameworks available:
Site: https://glitch.com
En aquellos días donde todo era felicidad, un día me pidieron ayuda para configurar un Mac nuevo y casi me quedé en blanco porque no sabía qué instalarle, por acá comparto un par de aplicaciones que considero son esenciales. Navegadores: Chrome, Firefox, Opera Google Chrome …
Hello, long time no see! Recently I had a situation in which I needed to have two processes running on a docker container, and this docker container was running on my RPi. So… I solved my situation using screen. What is screen? It is an …
Here is a guide to remove docker images, containers and volumes.
docker system prune -a
First, list all the images or filter by name
docker images -a
docker images -a | grep image_name
docker rmi image_id
docker rmi -f image_id
Sources:
Since taganga v2 now uses multiple machines, I want to try if a RPi can help me save a few bucks monthly. So here are the steps to install docker and docker-compose into a RPi with Raspian 9 (cat /etc/os-release). Installing Docker So here we …