Recent Posts

VSCode extensions for TypeScript projects

6 minute read

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...

Stop writing utils.js, please!

5 minute read

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...

Top 5 ESLint plugins for TypeScript development

6 minute read

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 ...

How to setup TypeScript projects in 2021

8 minute read

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...

High performant 2D renderer in a terminal

9 minute read

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....

Mono repository done right!

8 minute read

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...

From NAND Gate to Pong Game

22 minute read

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...