My top 10 Linux commands for debugging server issueInvestigating a source of an issue can be a hard task, and it is important to have a good set of Linux shell commands on your tool belt…Jul 30, 20229Jul 30, 20229
Creating bots with Python and TelegramIt is not uncommon to messaging apps like Telegram to provide an API so we can create bots. This type of bots are easy to write and they…Jul 26, 20221Jul 26, 20221
I tried Windows after more than 10 yearsRecently I gave myself a new laptop and I decided to give Windows a try, before getting rid of it and installing Linux.Jun 21, 2022Jun 21, 2022
Python: improve your code using named tupleIf you work with python you probably used tuples at some point, but his cousin is less known. Named tuple are lightweight object types…Jun 17, 2022Jun 17, 2022
5 Linux command lines you must knowThose are the commands that I use on my daily work, that save me a lot of time and increases my productivity.May 24, 2022May 24, 2022
Learn Apache Kafka with Python and dockerWikipedia has a great definition of Kafka:Apr 30, 2022Apr 30, 2022
Program Raspberry Pi Pico with PythonThis is the first post on a series of three posts about Raspberry Pi Pico, where I will walk you through my most recent projects.Apr 18, 20221Apr 18, 20221
Published inCodeX5 Powerful Python one-linersPython one-liners can be just as powerful as a long and tedious program written in another language designed to do the same thing. In other…Mar 31, 2022Mar 31, 2022