Hi there! My name is Waqas Khan, and I'm a passionate web developer who is always looking to stay ahead of the curve when it comes to the latest technologies and frameworks. Currently, I'm focused on sharpening my skills with Next Js, TypeScript, and TailwindCSS, which I've found to be my favourite stack so far.
As a developer, I'm committed to creating the best next generation websites possible. I believe that the key to success in this field is a combination of technical expertise, attention to detail, and a deep understanding of user needs. That's why I'm constantly striving to learn and grow, both as a developer and as a person.
When I'm not coding, you can usually find me exploring the great outdoors, reading up on the latest industry trends, or spending time with my family and friends. I believe that a healthy work-life balance is essential for both personal and professional growth, and I try to maintain that balance in everything I do.
Overall, I'm a driven, creative, and dedicated individual who is always looking for new challenges and opportunities. Whether you're looking to build a new website from scratch or just need some help with your existing site, I'm confident that I have the skills and expertise to help you achieve your goals. So why not get in touch today and see how we can work together?
I'm available for anything in frontend web development.
As your React application grows in size and complexity, so does the state that you need to manage in your components. Sometimes, this state can become so complicated that it can be difficult to manage with just the useState hook alone. This is where ...

Intro: In React, a parent component passes props down to a child component, and if the parent component needs to call a function defined in the child component, it typically must be defined in the parent component and then passed down. However, there...

Intro React is a popular JavaScript library for building user interfaces. One of the key features of React is the ability to manage state using hooks. The useState hook is one of the most commonly used hooks in React. In this blog, we will explore ho...
