Hey folks, I post some articles about technology and tricks & tips how to do some stuff in dev environment. 🚀
My CV page is here.
recent articles
Docker Engine v29: Fixing "API Version Mismatch" Error
Nov 28, 2025 → 2 minutes
If you’ve recently upgraded to Docker Engine - Community Version 29, you might have hit a frustrating API version mismatch error. Specifically, you might see an error indicating that a minimum API version >= 1.44 is required. This often happens when your tools or CI/CD agents are trying to communicate...
How to Use crontab Like a Pro
Apr 27, 2025 → 5 minutes
If you ever needed to run a command automatically at a certain time on Linux, crontab is what you’re looking for. It’s simple once you get the pattern down. Here’s everything you need to know to start — and actually understand what you’re doing. What is crontab? In its simplest form,...
DeepSeek 🐳 on ur local host right now!
Jan 30, 2025 → 4 minutes
Hello, folks! 🙋🏻♂️ Today, I want to show you how to run Blue Whale on your local computer and make its web UI accessible over the internet. I’ll guide you through the setup step by step, so stay tuned! What will be need: MacBook Air 13 M3 16GB RAM 512GB...
Process vs Thread in Python
Dec 15, 2024 → 2 minutes
Hi there, I posted some time ago, and now I’m continuing because it helps keep important things organized and makes it easier to review and remember information. I want to dive into the topic of processes and threads in Python because an HR representative asked me about it, and I...