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 breakpoint and check variable values, you have to... 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 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