PinnedSliding Window Algorithm | with ExampleWhenever I give an interview with a good company, this question always comes up, sometimes straight, sometimes molded. Why do we have to use it? The main work in the interview is to reduce the time complexity of the given solution you give, sliding w...Nov 6, 2022·3 min read
Writing my First Lines in Express JSSo, in the previous days, I have enrolled in Harkirat’s 100xDevs 0–100. I have known Frontend but to explore, I took some base classes and coded by first HTTP Server. So, writing code is one thing and making it accessible to people is one thing, Expr...Dec 26, 2023·2 min read
5 Github Repositories for Placement PreparationPlacements are around the corner. Here are some GitHub repositories you must go through in order to ace coding tests and interviews and get placed. Resources for Preparation of Placements by Riti Kumari: Lecture video links for preparation of Place...May 15, 2023·1 min read
How I aced #100DaysOfCode 💫Recently I completed 100daysofCode, I have practiced more than 200+ DSA questions, made 5+ React Projects. Here is the thread https://twitter.com/heyy_harshh/status/1576782304030048256?t=o9yoTmyr448tAk5j5XvjVw&s=19 Here are some steps you need to fol...Jan 27, 2023·2 min read
8 GitHub Repositories to ACE Interviews | Links attachedHey Smart people, Harsh here again with new resources helping you to be a better developer as a student and as a working professional too. Coding Interview University: A complete computer science study plan to become a software engineer. Github Sta...Dec 25, 2022·1 min read
JavaScript DOM | Part 2 | Traversal of DOMHey Guys, Hope you loved the last articles on JavaScript DOM, so here it is the 2nd Part: Traversal of DOM. Through Access Specifier, you selected the item, but what if we have to fo through that item through a Tree Structure. It can be: Parent Node...Nov 29, 2022·1 min read
JavaScript DOM | Part 1 | Access Specifier |JavaScript DOM is one of the most important things to learn while learning any do any type of development. Here are five different ways to select items from HTML files in JavaScript. getElementbyId getElementbyClassName getElementbyTagname querySel...Nov 26, 2022·2 min read