programming

What is Blockchain?

Blockchain (Polish for chain of blocks) has recently been a popular word in the Internet’s clouds. In this article I will try to expose what the famous Blockchain is and what it can do be useful.

Forestry and Hugo

I haven’t written here in a long time, but it’s worth refreshing this blog a bit. Today’s entry will be short, and in the entry I’m going to present Hugo’s interaction with the Forestry.io platform

String beautification, or how to format thongs in Python

There were two methods of formatting thongs in python. This situation lasted until the emergence of Python 3.6, with the arrival of the f-strings. Today I will try to discuss all formatting methods, and give an example of their use.