Chrome extensions How to Create a Chrome Extension to Edit WebsitesHave you ever wondered how to create a Chrome extension? In this tutorial, you'll learn that it's easier than you think. 😜 25 November 2021
bash How to Install ManjaroOne advantage I prefer to Linux distributions over Windows is that you can script part of the operating system installation! 18 November 2021
Git How to Migrate Projects from Subversion to Git with svn2git 🦅If you still have some projects on SVN and want to centralize them on GitHub or GitLab, you've come to the right place! 4 November 2021
Docker How to Be Notified When a New Tag Has Been Created on a Docker Hub Repository 📧If you want to receive an email when a new version has been published on Docker Hub, take a look at the "docker notify" service. 🐳 14 October 2021
GitLab Best New Features in GitLab 14.2 and 14.3 ⛲In the last two versions of GitLab, 7 features and improvements caught my attention. 👁️ 30 September 2021
Java Upgrading from Java 11 to Java 17Some features that Java 11 applications will gain by upgrading to the latest Java version. 23 September 2021
One Year Blog Anniversary 🥂During one year, I wrote 54 posts on a variety of subjects, at least once per week! If you want to read them all, you will need more than 157 minutes, as I wrote at least 30,081 words! 😂 9 September 2021
Traefik How to Redirect from Non-WWW to WWW with TraefikIf you want to redirect one or multiple websites individually from non-www to www in Traefik (or vice versa), you just need to define one (or two) middleware in the dynamic configuration file! 2 September 2021
Traefik A Complete Traefik Configuration 🚥If you want to completely configure Traefik, you will need two special files. One for the static configuration and another for the dynamic configuration. 19 August 2021
Ghost CMS Ghost Keyboard Shortcuts and Shortcodes 🚀If you want to write in Ghost CMS faster and more efficiently, you may want to learn its keyboard shortcuts and shortcodes! 12 August 2021
Docker How to Copy a File from a Docker Container to the Host 📋If you want to download a file from a Docker container, it's simple with the `docker cp` command. But, if the container is inside a cluster of Docker machines, it could be more complicated... 5 August 2021
Java How to Create a Boolean Arrow Function in Java 🏹Even if it's simple, it's easier in JavaScript because the language is not typed. 😆 29 July 2021
Traefik How to Override an HTTP Header in Traefik 🐲If you need to replace an HTTP header value from a previous middleware in Traefik, you've come to the right place! 😉 15 July 2021
GitLab GitLab 14.0 Is Now Available! 🌻Are you ready for the latest major release of GitLab? The next major version will probably be released next year, so over the next few months, you will probably get used to number 14! 📅 8 July 2021
bash How to Ensure Only One Instance of a Bash Script Is Running 🏃A single line to make sure only one bash script instance is running, I don't think it could be any simpler! 😅 1 July 2021