31 Aug '22 Vowels in HackerRank challenges

HackerRank is one of many good places to train our software craft. However challenges are not always clear enough.

22 Jun '22 Fedora 34/35/36 black screen after NVIDIA drivers installation

Nvidia drivers are known from many issues on Linux systems. Or maybe just mine only? Various drivers sources like official Nvidia releases and Fedora repositories are not helping at all.

05 Apr '22 zsh hangs/freezes when enter directories with git repositories

There is no doubt oh-my-zsh project is awesome. It can drastically improve your software development workflow. It even informs you, when new version was released.

13 Jan '22 Deploy blog changes to FTP server on git push

This blog moved to Pelican Static Site Generator some time ago. One of the problems was automation of updates on FTP server when things are added or changed.

01 Dec '21 I have never used a graphic tablet so I bought one to check if I like to use it

As for most software developers my workspace was driven by comfortable keyboard and mouse. Of course there was a plethora of those devices, sometimes better, sometimes worse. And from time to time I've bought them for curiosity.

17 Sep '21 Global .gitignore

From time to time I see code editors or IDEs settings pushed to GitHub repositiories. Sometimes they're put there intentionally - and that's fine. But more often they're not. So how can we preven't ourselves from putting all IDEs and editors into every projects .gitignore?

11 Sep '21 Can't load image in PIXI.js when using Parcel bundler

Today I've tried to play with PIXI.js with Parcel bundler. Even if it's a convenient way to build and serve HTML file with your application, it does not resolve assets paths correctly.

16 Aug '21 Git commits emojis

Git is one of the commonly used tool in developer's toolbox. However it's still text driven and thus a bit boring. Wouldn't be great to invite some joy while working with it?

21 Dec '20 Color palette generated from the CSS of the website

Have you ever wondered how easy it is to use colors of your favorite framework from its website as inspiration to your own projects?

12 Oct '20 Blog migration to new platform

Strongly inspired by other developer approach, personal need for reducing paid tools usage and having chances for 100% customization I've decided to search for WordPress.com alternative. Comparing a few of globally available solutions that met those criterias tend me to use Pelican.