Rajat Kapoor
Rajat Kapoor's dev blog

Rajat Kapoor's dev blog

Follow
Follow
homebadgesnewsletter

CSS Container Queries - The future of responsive web design is almost here

May 25, 20216 min read2.6K views

the future is closer than ever ยท With the huge number of smartphone users and increasing power of these devices, ensuring that your web applications run...

CSS Container Queries - The future of responsive web design is almost here

Create your dev portfolio - Part 1: First things first

May 17, 20215 min read838 views

"You can't build a great building on a weak foundation." โ€” Gordon B. Hinckley ยท In this post we will set up the foundations for our portfolio: Create a...

Create your dev portfolio - Part 1: First things first

4 ways to perfectly center content using CSS

May 14, 20212 min read654 views

Centering content in CSS is something that beginners struggle a lot with. CSS provides a lot of options that allow you to center content inside a...

4 ways to perfectly center content using CSS

Writing my first custom react hook - useOutsideClick

May 10, 20215 min read1.1K views

My first react custom hook in my first blog post ยท When react hooks were launched, they completely changed the react ecosystem. I have been using react...

Writing my first custom react hook - useOutsideClick