Creating a Simple HTTP Server with Python using the socketserver and http.server modules from the Standard Library.
Creating a virtual environment for python: setup, activation, deactivation, nuances.
Renaming a Linux user: the correct way.
Support syntax highlighting in your website using Chroma
You think you know everything about .gitignore? It still has surprises for you. Find out how to correctly deal with .gitignore exceptions.
Make screenshots directly from your terminal in Linux using the import command.
Need some help on how to setup the Github CLI on your machine? Check out this guide.
Be more productive by automating your terminal with Z script. Jump through different directories easily without losing the track.
Managing the time settings in Linux with timedatectl service. Changing time and timezone. Synchronization of OS time with network time via NTP protocol.
Make screenshots directly from your terminal in Linux using the xwd command.
A brief overview of available GUI clients to work with Git.
Serving drafts in Hugo Server.
My thoughts about AI and ML, in general. Philosophical essay about how new technologies will affect the world of software development, programming jobs, and salaries.
Formatting the docker ps command output using Go. docker ps --format=vertical.
The set of Python rules and philosophy behind the language by Tim Peters.