Blog

How did I upgrade Keychron K3

Yesterday I did upgrade my Keychron K3 v1, white backlit, and brown Keychron optical switches. I think it’s a good idea to share details with you. The Keychron K3 is a good keyboard by default. However, it has some things which I don’t like. They are typing sounds, quality of keycaps plastic, and... Read article

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 toward beginners. Welcome undercut.

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.

How to download Vimeo video using Python?

This article is oriented toward newbies. I want to teach you a bit about coding things like downloaders from video hosting providers. Of course, you could use ready-made libraries to solve that task, which is a perfect solution. However, if you prefer to learn how to do it by yourself let’s go undercut... Read article