Socials section
About Kiguri
Software Engineer @G
Located in Bac Ninh, 🇻🇳
Welcome to my personal blog!
Check out the blog →Who am I?
Hi, I'm Huy, a software engineer in Vietnam, working in Web Development. My journey into web development began in 2017 with a simple HTML page, sparking a passion for web creation. Since then, I've evolved from using Laravel to mastering JavaScript and JS Frameworks. My career took off with a front-end engineering internship at S in 2018, diving into JavaScript frameworks. Currently, I specialize in Full-Stack development with a fondness for front-end technologies and JavaScript.
What fuels my free time?
-
Why forwardRef needs to be removed from React
ForwardRef is a feature in React that allows you to access the ref of a child component from the parent component. It is a useful feature, but it has some downsides that make it a bad practice to use.
tags:
-
Clean Code
Clean code is a software development principle that emphasizes writing code that is easy to read, understand, and maintain. It is a key aspect of producing high-quality software that is efficient and bug-free.