HPHarsh Pandeyintechmaverick.hashnode.dev·Sep 11, 2025 · 25 min readMastering Rust Programming: A Beginner's GuideWhy Rust? Memory Safety - No null pointer, no dangling pointer, no data races. High Performance - Offers performance close C/C++, great for System-level code. Fearless Concurrency - Safe, easy multithreading without headaches. Developer Experienc...00
HPHarsh Pandeyintechmaverick.hashnode.dev·Jul 13, 2023 · 8 min readLet , var and constHello, everyone! Today, I will discuss the significance of let, var, and const in JavaScript. This topic holds great importance during interviews and can sometimes even perplex seasoned developers. I kindly request all of you to buckle up and join me...00
HPHarsh Pandeyintechmaverick.hashnode.dev·Jul 12, 2023 · 3 min readPre-Interview talkI have an online interview in less than 1 hour, and I am very nervous right now. I don't know what to do, and I'm wondering if I'm good enough for this job, or if my skills are enough. But one thing I do know is that I am one of the best possible can...00