Technology

Technology

Training: Tiny Python Projects

Website containing simple challenges in Python to clear mind and train your skills.

Read
Technology

Installing Lutris on Debian from A to Z

After Nth attempt I finally managed to install fully working Lustris on Debian. There were some ups and downs during the installation, but finally I was able to get a fully working Wine with VulcanAPI support.

Read
Technology

Fixing my e-bike's speedometer and battery

In the last few days, the speed measurement on my bike started to fail, and because of this, the motor on my bike stopped working. I found that the battery was the cause and was able to fix it.

Read
Technology

Format the code automatically before commit

There is a situation where we forget to format our code before submitting changes. But what if git does it for us?

Read
Technology

Sync AWS CodeCommit with Bitbucket by running pipeline

There is the way to sync our repository to AWS CodeCommit and other services to be later used in private pipelines - without additional app auths

Read
Technology

Set access to k8s thru RBAC Token

How to give access only to logs to dev team on running k8s env? I finally found gist snippet that works

Read
Technology

GitFlow & Versioning

Trying to keep the branch in order, we can use the GitFlow formula and adjust our tactics for future product releases. Each version and its important aspect has its own initials and ever additional values as release candidates

Read
Technology

Git Merging Strategies

Git is a great tool for managing your code version. It is also a tool where we can easily draw figures such as triangles, trapezoids, and other figures. How to find yourself on a railroad crossing? Try not to get lost at our train station?

Read