Blog Category - Web Development

What is the difference between ‘==’ and ‘===’? And why you need to know.

Loose equality and type coercion can get you into trouble sometimes.

Migrate Your PostgreSQL Database

How to migrate your PostgreSQL database from using postgresql cli.

How to use React’s useState hook with TypeScript examples

let's take a look at what the useState hook is and what it does, including TypeScript examples.