© 2023 Hashnode
#technical-interview
Getting ready for upcoming technical interviews and curious about the system design component? Gaining a clear understanding of what is expected of you and how to adequately prepare is the first essen…
Although the career path of a software developer can involve a wide range of experiences and milestones, it frequently consists in learning about programming languages and technologies, developing pro…
Solving coding problems is essential for any engineer, whether you're applying for a new job or just trying to improve your skills. But how do you approach a coding problem? Here's a step-by-step guide to help you solve any coding problem: …
/ Basic Definition DOM stands for Document Object Model is a programming interface for webpages. It represents the structure and content of the webpage in a tree-like structure, with each element on t…
Introduction Welcome to Day 2 of the Blind 75 Challenge! Today I will be tackling the problem of finding the maximum profit by buying and selling stock once, a common problem in algorithm interviews and coding competitions. In this blogpost…
Basic Definition null and undefined is part of Javascript primitive datatypes living happily with 5 others. let javascriptPrimitives = ['string','number','null','undefined','boolean','symbol', 'bigin…
🔗 Problem Link 🌐 Read On Website(Better Experience) 👉 Read On My Website(Best) 👉 Read On Hashnode 👉 Read On Dev.to 📊 Difficulty Level [x] Easy [ ] Medium [ ] Hard [ ] Expert 💥 B…
As a software engineer, you spend countless hours crafting clean code, testing, debugging, and pushing your limits to deliver exceptional software products. But there's one crucial aspect that often g…
Disclaimer: This article was originally written and posted in March 2020, and moved to HashNode in March 2023. In February 2020, I posted on LinkedIn about conducting technical mock interviews with those who are currently in the hiring proc…
I had the opportunity to sit down and pick the brain of Eddie Hinkel— Engineer Manager at Glassdoor. Just a light casual chat about how the technical interviewing process is sometimes set up like a torture device. I’m sure many of you can a…