Rajat Kapoor
Rajat Kapoor's dev blog

Rajat Kapoor's dev blog

Follow
homebadgesnewsletter
Tag

2Articles1Week

#2articles1week

More content

Read more stories on Hashnode


Articles with this tag

Create your dev portfolio - Part 1: First things first

May 17, 20215 min read 811 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 read 605 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 read 1.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