

> Me:
Hello and welcome! I’m a dedicated and self-motivated Software Engineer with a passion for cutting-edge technologies. Over the past six years, starting at the age of 18. I have honed my skills through self-directed learning and professional experience in the industry. My journey has led me to develop a robust proficiency in JavaScript, TypeScript, React, Node.js and Next.js.
> I 🩵 :
Beach, seafood, Đen Vâu, coding, photography, gym, and books.
> Bio:
> On the Internet:
Latest
Best practices for using useEffect in React
If you’re just getting started with useEffect, focus on understanding its basic behaviors—when it runs, how to handle dependencies, and how to clean up effects. For more experienced developers, consider diving into advanced patterns like debouncing, optimizing for performance, or debugging re-renders.
By Em Ha Tuan
11/25/2024
React CLI Tools: Making React Development Easier.
CLI tools have emerged as the shining light after the storm. They save you a ton of time and effort in your development journey. Think of them as your trusty sidekick, automating the boring stuff so you can focus on what truly matters—building awesome apps or tackling those pesky bugs.
By Em Ha Tuan
11/21/2024
Factory Pattern
The Factory Pattern is a design pattern in software development that provides a way to create objects without specifying the exact class of object that will be created. It is widely used for creating objects in situations where the implementation of the object may change or when the creation process is complex.
By Em Ha Tuan
11/16/2024
Do not mirror your props as a state in React
Sometimes, we misunderstand the true meaning of props and state, which can lead to unexpected bugs that are difficult to track down as the application grows.
By Em Ha Tuan
10/21/2024