
Category: Technology


Bookmark for switching URL
When developing multiple similar sites, I often stumble upon the case, when I want to open a specific link on different domain. Sometimes the same site/URL on local, staging, testing,...
Insert entry if it doesn’t exist in MySQL
Yes, that’s probably a common issue – you want to make insert in MySQL only if a duplicate does not exist. I faced this issue today, and since it took...
API – what is it?
What is an API. Quite often I ask myself the same, and sadly – can’t give a definitive answer. Good thing the internet is a large place, and it’s full...
Change the name of the interface in Ubuntu
I really hate the way Ubuntu names the interfaces. To someone who only clicks – it might not matter, but for someone like me, who lives by the ideal “Real...
Connect to your android phone and copy files under Linux
OK, so MTP is a protocol, that’s implemented in Linux just as good as my Tennis skills. I’ve never played tennis. So usually it’s a tedious job to find some...
Docker Cheat Sheet
Since I’ll start to work with docker – I’ll need a point of reference. I’ll continue to update this “article” as I continue to work with docker. Update 2022 –...
Directory Size
As an attempt to practice my basic skills in C# I decided to create something, that I’ve always felt lacking in Windows – a way to calculate all sub folders’...
WTF is blockchain
Seriously, I know it exists, I know it’s out there, I know it’s some sort of peer-to-peer network, but what exactly is this?! Well, I just did this google search,...