143 followers
技術 Gijutsu means technology in Japanese. Here, I share what would have helped my younger self. Mostly development with Javascript. I also have a newsletter.
reflecting on mistakes & learnings from the first 3 months of the first job
I have joined Unacademy as Software Engineer, Web. I am a final-year BTech student. I will be graduating next month or so. In this article - I will share how I got the opportunity, interview experience, tips, and the resources that helped me. 🐣 Firs...
Do you get confused 😵 about the order in which event listeners are invoked when you click on an element? Then this article is for you. Also, this is a hot 🔥 question in JavaScript interviews. 📝Prerequisites Basic HTML/CSS Familiar with DOM Manipu...
You have covered the basics ✅ Now, you are ready to impress the interviewer with some advanced concepts 👨🔬 Let's get started. If you haven't read Part-1: https://rajatgupta.xyz/js-interview-1 📚 Polyfills ❓ Most commonly asked: map, bind A polyf...
Update: I recommend checking the v2 here: https://www.freecodecamp.org/news/javascript-interview-prep-cheatsheet/ Prepping for your next interview ❓ I have the perfect checklist for you. Go through this and you are ready to rock 💃 📝Prerequisites B...
A developer has to work with APIs a lot. Fetching data and displaying it is essentially our bread-and-butter. In order to learn this crucial skill, we will create a small app using create-react-app and Random User API The final project will look lik...