Razorpay Interview Experience — Frontend Engineer - 2025Hello Guys, I had the opportunity to interview recently at Razorpay for the Software Development Engineer 1 — Frontend Developer role. This role is more inclined toward the frontend domain & I will share my interview experience in this post. Company ...Mar 1, 2025·5 min read
Building a RESTful CRUD API with Express and MongoDB for User Management: A Complete Guide"Mastering User Management with RESTful CRUD API Development in Node.js, Express and MongoDB"Nov 12, 2024·6 min read
JavaScript Array Interview QuestionsJavaScript array interview questions often test your understanding of array manipulation, iteration, and various array methods. Here’s a brief overview of some common JavaScript array interview questions: Question -1 How can you double elements of an...Nov 12, 2024·3 min read
Asynchronous JavaScript & EVENT LOOP from scratchBrowser has JS Engine which has Call Stack which has Global execution context, local execution context etc. But browser has many other superpowers - Local storage space, Timer, place to enter URL, Bluetooth access, Geolocation access and so on Now ...Mar 6, 2024·7 min read
Building a RESTful CRUD API with Express and MongoDB for User Management: A Complete Guide"Mastering User Management with RESTful CRUD API Development in Node.js, Express and MongoDB" Let's dive into modern web development! This guide will help you build a RESTful CRUD API for user management with Node.js and MongoDB. Learn to create, rea...Oct 25, 2023·5 min read
Most Frequently Asked Polyfills in Js InterviewsJavaScript is an ever-evolving language. New features are added to JavaScript every year. When it comes to our browsers they don’t need to always support the latest features. So how to make our modern code work on older engines that don’t understand ...Oct 10, 2023·4 min read
State Management with Currying in React.jsIntroduction: Currying is a powerful technique that simplifies state management and promotes code reuse. Let’s explore how currying works and see an example of its implementation in a React component. Currying in JavaScript: Currying is a concept in ...May 28, 2023·3 min read