Hello there 👋

Welcome to my blog. Here you will find various articles about programming and technology.

Site Refresh and Update

I haven’t written here for a very long time, and my activity was limited to the annual update of the copyright notice. Due to the Hugo update, I was forced to refresh the site and update the content here. ...

January 6, 2025 · 2 min · 221 words · Maciej Budzyński

How to gain admin access on Linux using Docker?

Do you not have administrator privileges on your local machine? Do you have Linux and Docker? If the answer to the above questions is yes, then in this article I will show you how to use Docker to modify the sudoers file, allowing you to gain administrator privileges. ...

July 24, 2021 · 4 min · 750 words · Maciej Budzyński

What is Blockchain?

Blockchain is a popular word in the depths of the internet lately. In this article, I will try to demystify what the famous Blockchain is and what it can be useful for. ...

September 30, 2019 · 2 min · 311 words · Maciej Budzyński

Forestry and Hugo

I haven’t written here for a long time, but it’s worth refreshing this blog a bit. Today’s post will be short, and in it, I intend to present the integration of Hugo with the Forestry.io platform. ...

June 10, 2019 · 1 min · 126 words · Maciej Budzyński

Beautifying Strings: How to Format Strings in Python

In Python, there were two methods of formatting strings. This situation lasted until the release of Python 3.6, with the advent of f-strings. Today, I will try to discuss all formatting methods and provide examples of their use. ...

September 17, 2018 · 2 min · 389 words · Maciej Budzyński