chatgpt-vs-interviewcrack.hashnode.devChatGPT for Mock Interviews StopAre you still preparing for your tech interviews by pasting a Job Description into ChatGPT, asking for questions, and endlessly scrolling through text? We have all been there. You type: "Act as a Senior React Developer and interview me." It feels pro...Dec 25, 2025·4 min read
sameerbahad.hashnode.devBuilding a Self-Healing API in C#: A Developer's GuideBuilding a Self-Healing API In the fast-paced world of software development, creating robust APIs that can recover from failures is crucial. A self-healing API is designed to automatically detect and recover from errors, minimizing downtime and ensur...Dec 8, 2023·3 min read
sameerbahad.hashnode.devDecoding Variable Assignment: My Favourite Interview QuestionThis is one of my favorite questions when conducting interviews. Interestingly, it often stumps candidates. The question goes like this: "Given the code var sts = 'abc'; sts = 123;, what is the expected behavior and output?" Surprisingly, many people...Oct 19, 2023·2 min read