Nguyen Dinh Khai

Nguyen Dinh Khai @dinhkhai0201

About: I’m Khai. I’m a web, mobile and blockchain developer living in Da Nang, Vietnam. I am a fan of technology, programming, and writing. I’m also interested in sports and photography.

Location:
Viet Nam
Joined:
Feb 24, 2024

Nguyen Dinh Khai
articles - 7 total

How the Event Loop Handles Microtasks and Macrotasks

In JavaScript, microtasks and macrotasks are two types of asynchronous tasks that the event loop...

Learn More 0 0Sep 15 '24

How the Event Loop Works

The event loop in JavaScript is a fundamental concept that allows JavaScript to perform non-blocking...

Learn More 0 0Sep 15 '24

How to install oh-my-zsh and zsh-autosuggestions for macbook

Step 1: Install oh-my-zsh via curl sh -c "$(curl -fsSL...

Learn More 43 1Jul 9 '24

Module not found: Can't resolve 'pino-pretty'

Here's a simple way to fix the "Module not found: Can't resolve 'pino-pretty'" and "Module not found:...

Learn More 9 3May 7 '24

Load Balancing with Docker Compose + Nginx + Nestjs

Hello everyone. It's possible that you have encountered cases where your server is overloaded, laggy,...

Learn More 2 0Apr 25 '24

Fix Code helper plugin(visual studio code) leak memory Macbook

When you work with VSC for a long time, it will consume a lot of RAM, hindering your work process and...

Learn More 15 0Apr 2 '24

Pick, Omit and Partial in Typescript

A. Pick Use pick to create a new type from a previous type with only a few necessary...

Learn More 0 0Feb 24 '24