Welcome to my website 👋
I'm MAN KHI, a front-end developer and coding enthusiast. Welcome to my portfolio/blog where I share my passion for coding and all things tech.
Learn more
I'm MAN KHI, a front-end developer and coding enthusiast. Welcome to my portfolio/blog where I share my passion for coding and all things tech.
Learn more
In JavaScript, `this` is a keyword that refers to the current context or object. It can be used in different ways depending on its location within the code. Basically, `this` is a reference to the object that the current code is a part of.
NextJS is a popular React framework that enables developers to build server-side rendered React applications with ease. It offers a great development experience, a powerful plugin system, and many other features that make it an excellent choice for building modern web applications. In this blog post, we'll cover the steps you need to follow to start a new Next.js 13 project.
React.js is a popular front-end JavaScript library used for building user interfaces. It's easy to learn, and it offers a lot of benefits to developers. However, like any other technology, it has its share of pitfalls that beginners can fall into. In this guide, we'll discuss some common beginner mistakes in React.js and how to avoid them with code examples.