Articles tagged with #coding




The debug tale

Debugging The word anyone attempting programming knows from the almost beginning. You know, the moment you learn: if it doesn't work, look at the traceback, then add 153 print statements, then try to understand where the heck you forgot the missing parenthesis. When some clever programmers told me to start …



Git submodules

As I swim through the new waters, some nasty gotchas wait for me in the currents. Overture Many times have I encountered a GitHub repository with some folders that look more like a hyperlink to another folders. An example from Pelican themes looks like that: Notice the icons with the …



Advent of Code 2020

Intro This year I joined the challenge with the intention to make it to the end, no matter what. I did it out of curiosity: with the aim to challenge my Python skill and have some brain exercise. As a beginner I solved first puzzles in the previous years but …



What does it take to create a blog

Why blogging? My old domain was unused for the last few years. I had little idea what to put there though. Having a showcase of the things I do which may be interesting for the other people. I like writing and miss it since I switched to tech. There are …