SNSudhanva Nadigerinsudhanva-nadiger-blogs.hashnode.dev·Mar 21 · 7 min readHow I cracked Nutanix MTS-1 without a referral (all 4 rounds breakdown)I applied directly through Nutanix's careers portal with no referral and no inside connection. Just a cold application. What followed was a 4-round interview process that tested everything from DSA to11P
SNSudhanva Nadigerinsudhanva-nadiger-blogs.hashnode.dev·Oct 18, 2024 · 9 min read2024 Off-Campus Interview Experience for Flipkart SDE1 RoleLanding a job at a company like Flipkart has been one of my key goals. Recently, I was fortunate enough to receive an offer for the role of Software Development Engineer 1 (SDE-1) at Flipkart. In this00
SNSudhanva Nadigerinsudhanva-nadiger-blogs.hashnode.dev·Mar 22, 2024 · 6 min readDecoding Drizzle ORM 💧.In the world of software development, efficient data management is one of the important aspects. As applications grow in complexity and scale, so do the challenges associated with interacting with databases. Writing raw SQL queries is not only hard b...01L
SNSudhanva Nadigerinsudhanva-nadiger-blogs.hashnode.dev·Feb 26, 2024 · 4 min readMy experience publishing first NPM package 🎊.Writing NPM package for the first time seems challenging(And developers love challenges right? 🙃). As a developer, there's a certain thrill that comes with creating something from scratch and sharing it with the world. Recently, I embarked on an exc...00
SNSudhanva Nadigerinsudhanva-nadiger-blogs.hashnode.dev·May 7, 2023 · 11 min readMastering UseState hook in ReactJSIntroduction ReactJS is a declarative, component-based popular javascript library used for building user interfaces. It provides powerful tools for managing the state within your application, including the useState hook. The useState hook is a fundam...00