My take on the famous time management Pomodoro technique: https://kudashevs.com/posts/2025/10/pomodoro-technique
My take on the famous time management Pomodoro technique: https://kudashevs.com/posts/2025/10/pomodoro-technique
The IdeaVim plugin gives us the great possibility to assign keys to the IDE built-in actions. If you have never heard of it, check my latest article: https://kudashevs.com/posts/2025/10/keymap-actions-in-ideavim-plugin
Ever wanted to try a 60% layout keyboard but always hesitated? Read why you should try it in my recent article: https://kudashevs.com/posts/2025/06/60-layout-keyboards
Want to check whether a file is ignored by git or not? Learn how to do this from my latest article: https://kudashevs.com/posts/2025/06/check-file-is-ignored-by-git
Programming katas are amazing for improving programming skills. In this series I want to share my experience in doing the String Calculator kata in different object-oriented ways. I hope you enjoy it! Here is the starting post: https://kudashevs.com/posts/2025/03/string-calculator-kata-object-oriented-way
Want to practice a new programming #kata and don't want to spoil all the fun? Don't forget to temporarily disable the AI full line code completion. How to do it in jetbrains IDEs in my recent post: https://kudashevs.com/posts/2025/03/disabling-ml-completion-in-intellij
You use Google Chrome for development but you've never heard of the Command Menu. No worries! Here is a short article: https://kudashevs.com/posts/2025/02/chrome-command-menu
For a couple of years, I’ve been using playgrounds. Let’s discuss what they are and how to use them in this post: https://kudashevs.com/posts/2025/02/playgrounds-in-development
I always wondered why some people prefer functions over objects in JavaScript. Let's find out whether functions are always better in this experiment: https://kudashevs.com/posts/2025/01/functions-vs-classes-in-javascript