Cloud Run is a service provided by Google that allows us to run containers in the cloud in an easy and cost effective way. I decided to give a try and host the website https://www.cursodegit.com as a container there. In this post I'll show you how I did it.
Read MorePosts
In this post, we use the Access Token method to log in into Google Container Registry in order to push docker images to it. Also, instead of installing the Google Cloud SDK in our computer, we will run the gcloud commands from inside a docker container.
Read MoreOn June the 1st 2021 I gave a talk for the Madrid Git Users about the git-worktree command. In this post you will find the link to the recorded session, the slides and the git repository used in the demo.
Read MoreI'm committed to working efficiently in the three most common operating systems: macOS, Windows 10, and Linux. I can already work with windows and macOS. In this post, I share with you the procedure that I followed to install and run Ubuntu 20.04 from an external SSD USB Drive connected to a MacBook Pro... and why I decided to step back after I had everything ready to start working.
Read MoreAs I wrote in a previous post, one of the things that I want to able to do is working efficiently in the three most common operating systems: macOS, Windows 10, and Linux. In this post, I share with you the procedure that I followed to install and run Windows 10 from an external SSD USB Drive
Read MoreMy personal and professional goals for 2021. Even though I set goals every Christmas, I usually forget about them around February. I'm sure that writing them down and sharing them here will help me to revisit them often and keep my focus on what I want to achieve.
Read MoreA follow-up of the previous article about the screen command. Given the ton of features that screen has, when is it better to use nohup?
Read MoreThe screen command has many use cases. In this post I show you how I use it to run long-running scripts in the background so I can disconnect from the server while the script runs. A very useful command to have in your toolset!
Read Moreexercism.io is a nice project to learn programming languages. It has a command-line utility called exercism and in this post I will configure a docker container to run it.
Read MoreIn March this year, we had the first big lockdown due to COVID-19. I used that extra time at home to rethink the way I use my computer to work. I decided to change it.
Read Moreyoutube-dl is a python script that lets you download YouTube videos. In this post I'll tell what I did to run the script from inside a docker container.
Read MoreWhat will you find in the blog related to docker? I've made a decision about how I'm going to use docker and I share with you in this post.
Read MoreAfter a few years I finally decided to buy a Raspberry Pi and do something with it. In this post I talk about the hardware that I bought and what I'm building with it as the first step of my project.
Read MoreA post about my experience after attending to my first suppoused Hackathon. Long story short: I went to a hackathon that was not a hackathon and I won!
Read MoreEver needed to upload a big file (~250Gigabytes) to OVH Cloud Storage? I found myself having to do it to store some Plesk backup files. In this article I document how I did it.
Read MoreA friend of mine asked me about javascript, a sort of simple explanation of the "whole picture" of the javascript ecosystem for nonprofessional developers. Instead of sending him an audio file through Whatsapp, I wrote a post about what is javascript, the DOM, AJAX, libraries and frameworks.
Read More