Mastering the Terminal: Essential Tips to Become a Console Guru

Date: 21/07/2025

Anyone familiar with Unix systems who has spent a couple of hours learning basic commands and bash syntax knows that the command line is an incredibly convenient tool. However, not everyone realizes just how powerful and efficient the console can truly be. In this article, we’ll explore several intriguing tricks that will enhance your command line skills to the point where you won’t want to return to a graphical interface.
Read full article →


Programming Microcontrollers with Python: High-Level Language for Single-Board Computers

Date: 20/07/2025

Some jokes suggest that after a long day at the computer, the typical programmer goes home, sits down at a PC, and relaxes in the same way. But the reality is far more surprising: many of us spend the time before bed programming microcontrollers. 🙂 While outsiders might not get it, working with Arduino, Teensy, or ESP can be quite a rewarding hobby. The only downside is the need to program at a fairly low level, if not in Assembler, then in Arduino C or Lua. However, now Python has joined the list of languages for microcontrollers. More precisely, MicroPython. In this article, I will do my best to showcase its capabilities.
Read full article →