Aditya Raj
Explore with Aadi

Explore with Aadi

Follow
homebadges

Uploading images the right way

Dec 7, 20225 min read

Images have always been an important part of any web application but I have always written messy logic for uploading images. In my first job, we were...

Uploading images the right way

Demystifying useRef hook.

Apr 13, 20223 min read

Before diving into useRef() hook, we should first understand what refs are. As per the definition from ReactJS official docs Refs provide a way to...

Demystifying useRef hook.

Lessons from my first software engineering job.

Aug 19, 20214 min read

My name is Aditya and I am a College dropout currently building the future of commerce at Plaza with some really smart and driven people. I got my...

Lessons from my first software engineering job.

How to land Interviews at good startups?

Jun 30, 20216 min read

I am Aditya, a Frontend developer currently building the future of e-commerce at Plaza. In 2019, I dropped out of college and dived into web...

How to land Interviews at good startups?

Developer Journey of a Failure Student

Jun 13, 20214 min read

In 2018, when I passed out of high school, I did what most Indian high school grads from the science stream do. I took a year off to prepare for the...

Developer Journey of a Failure Student

How to create a React library to publish on npm ?

Feb 21, 202110 min read

In this article, I will go through the entire process of creating a reusable component and publishing it on npm for other developers to use. This...

How to create a React library to publish on npm ?