VSCode extensions for TypeScript projects
The community of VSCode is enormous, and it has created a lot of extensions. Some of these extensions are really increasing productivity when working with Ty...
The community of VSCode is enormous, and it has created a lot of extensions. Some of these extensions are really increasing productivity when working with Ty...
The concept of having some abstract file that has any functions you need and don’t need, became a meme in my environment. Everyone argues if having such file...
ESLint is a great tool and has a decent infrastructure for developing your own rules and plugins. In this post, I’m collecting the list of the plugins I use ...
TypeScript is flexible enough to allow skipping compiler errors. You even can write JavaScript and still compile the code with no errors. But, what if develo...
Nowadays, TypeScript is pretty everywhere. But there are some issues with what it can offer out of the box. In this article, let us dive into TypeScript conf...
What if I told you, you can use TypeScript library to control the cursor in a terminal and render in a terminal pretty fast? It’s like ncurses, but for Node....
I’ve been working in mono repository for some time, using different build tools for that. In this article, I’m sharing my thoughts about “ideal” mono reposit...
We all know there is a CPU that is the brain of our computer. But how come this CPU executes our instructions, runs our operating systems and compiles our pr...