Kitty shortcuts work only with Latin characters - How to fix?If you are reading this probably you have the same issues as I faced before. I love Kitty terminal. It's fast and simple. At the same time, I use in my life following languages: Bulgarian, Ukrainian, and Russian. All of them use the Cyrillic alphabet...Jan 28, 2024·6 min read
How to debug TypeScript in WebStorm?In this article, I want to show you how WebStorm can debug TypeScript code. As you know, TypeScript code should be compiled into JavaScript before running in a browser or NodeJS. After compilation code will not be the same. If you want to put a break...Feb 19, 2023·5 min read
How to write your first Solidity smart contract?Hello folks! Maybe, as you might know, I am learning blockchain development. My current focus is Solidity smart contract development. I decided to make a simple article to show you how to write your first Solidity smart contract. I don't think you wi...Nov 3, 2022·5 min read
How to set timezone in your docker image?Sometimes you may want to set the correct timezone in a docker image. It could be needed for some simple things, or even it can change how your application inside the container behaves. Anyway, the task is pretty simple. Let me show you. So, lo...Nov 2, 2022·2 min read
How to download Vimeo video using JavaScript?Some time ago, I made the same article but with Python. You can find it here. Some guys asked me to make a similar post, but with JavaScript and NodeJS. So, today I'll teach you how to download a Vimeo video using JavaScript. The article is oriented ...Nov 2, 2022·8 min read
How to protect content against scrapers with headless browsers?We are living in a century of information. The data could bring huge value to your business. That's why a lot of different scrapers exist in the world. I guess each owner of a website at least once was thinking about how to protect their content. One...Nov 1, 2022·5 min read
How to make a great Upwork profile to get clients?Freelance platform profile plays a significant role in searching for new contracts. Clients search for someone who can solve their problems. If you don't look as a problem solver for their need, they will not try to communicate with you. Also, there ...Oct 25, 2022·12 min read