Ishan Manandhar

  Ishan is a passionate product designer and frontend developer. He likes learning and implementing new tech stacks. He frequently writes blogs and also runs his YouTube channel, For Those Who Code.

     



7 Stories by Ishan Manandhar

Using TypeScript generics to create reusable components

Learn how to use generic TypeScript types to create reusable components, ensure type safety, and make your code more readable in this post.
1 7 min read

Create a custom debounce Hook in React

In this article, we will write a custom debounce Hook in our React app that defers some number of seconds to process our passed...
1 5 min read

Unit testing with React and Cypress

Unit testing is used by developers to verify that an application runs well. It involves checking every module of the application independently.
0 6 min read

Form validation with Next.js and Netlify

Building forms is a vital crux for many software applications. Forms are generally meant for collecting data from users. With the modern enhancement of...
0 6 min read

What’s new in TypeScript 4.7

TypeScript 4.7 includes significant updates and improvements revolving around new features for type inference, ESM integration, and more.
0 9 min read

Connection pooling in Jamstack apps with PostgreSQL

In this post, we will learn how to use PostgreSQL as our database to consume the data required for our Jamstack application.
0 7 min read

Using state machines with XState and React

Using XState and React to build state machines is one of the easiest and most efficient ways to handle state in any JavaScript application....
0 13 min read