SAMIR PAULforSamir Paulsamirpaul.hashnode.net·Dec 4, 2022All Important Data Structures & Algorithms for Coding Interview✅✨Repository Link: https://github.com/SamirPaul1/DSAlgo In this repository, I have stored solutions to various problems and concepts of Data Structures and Algorithms in Python3 in a structured manner.✨ ✅ Topics Covered: Dynamic Programming Sorting A...Discuss·22 likes·95 readsdata structuresGreat resource. Thanks for sharing! 6
Roadside CoderforRoadside Coderroadsidecoder.hashnode.net·Sep 11, 2022Javascript Interview Questions ( Promises and its Polyfills )What are Promises? According to MDN The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value. Basically it allows you to add handlers with an asynchronous action's eventual success value ...kodanda reddy and 1 other are discussing this2 people are discussing thisDiscuss·19 likes·2.0K readsJavaScript
Priyanka GourforPriyanka Gour's Bloggourpriyanka.hashnode.net·Apr 21, 2023Complete Data Structures And Algorithims RoadmapIntroduction Data structures and algorithms are the backbones of computer science and programming. They are crucial for writing efficient and optimized code, which is a key requirement in technical interviews and real-world programming projects. Havi...Discuss·10 likes·131 readsJava
Priyanka GourforPriyanka Gour's Bloggourpriyanka.hashnode.net·Apr 21, 2023Complete Data Structures And Algorithims RoadmapIntroduction Data structures and algorithms are the backbones of computer science and programming. They are crucial for writing efficient and optimized code, which is a key requirement in technical interviews and real-world programming projects. Havi...Discuss·10 likes·131 readsJava
Sarthak DobriyalforSarthak's Blogsarthk.hashnode.net·Apr 18, 2023Var vs Let vs Const: Which JavaScript Variable Declaration Should You Use?When it comes to declaring variables in JavaScript, there are three keywords you can use: var, let, and const. While they may seem interchangeable at first, each one has its own unique characteristics that can impact how your code behaves. As a JavaS...DiscussJavaScript
Kenneth Darrick QuigginsforKen's Codekenscode.hashnode.net·Apr 8, 2023How to Improve Your Problem-Solving SkillsLeetcode problems can be challenging, but with practice and a few tips, you can improve your problem-solving skills. Here are some steps that can help you get started: 1. Understand the problem Before you start coding, make sure you understand the pr...Discusscoding challenge
Sean CoughlinforSean Coughlin's Blogscc33.hashnode.net·Apr 5, 2023Find the Index of the First Occurrence in a String (Naive and KMP Solutions)Problem Let's take a look at the problem Find the Index of the First Occurance in a String. In this problem, you have two strings: a needle and a haystack. The goal is to return the index of the needle in the haystack or -1 if the needle does not exi...DiscussSWE Interview PreparationPython
Sean CoughlinforSean Coughlin's Blogscc33.hashnode.net·Apr 5, 2023Intro to Software Engineering Interview Prep and System Design: Tips and Resources for SuccessAs a software engineer, preparing for technical interviews and staying up-to-date with the latest system design techniques is crucial to staying ahead of the game and landing your next job. In this blogging series, I'm going to dive into software eng...DiscussSWE Interview PreparationSoftware Engineering
prajwal RforCodingprajwalthedev.hashnode.net·Apr 1, 2023JavaScript Interview QuestionsWhat are closures in JavaScript, and how do they work? Explain the concept of hoisting in JavaScript. How do you create and use a JavaScript prototype? What are the differences between '==' and '===' operators in JavaScript? Explain the various t...Discuss·46 readsJavaScript
Rahul SinghforRahul4Devrahul4dev.hashnode.net·Mar 15, 2023Debouncing and Throttling: InterviewP1👩🏾💻Intro:🧿 Hello guys,😎 I'm back with new series on Interview topics and terminologies.🆒 These topics are picked as per their popularity🦸🏾♂️ and usefulness as they are used in the daily life code of the Frontend Coders and Developers.👩🏾💻 And, ...Discuss·32 readsFrontEnd Interviewdebouncing
Sriram reddy CheerlaforSriram reddy Cheerla's blogsriramreddyrknp.hashnode.net·Feb 25, 2023KLA Interview Experience for SDE Summer Internship (On-Campus) 2023KLA Software Engineer Summer Intern – 2023 First Round ( Coding Round): There are two questions in this round and the time given is 90 min, which is conducted in HackerRank. The first question was like a standard question based on BFS, but there are ...Discuss·29 readsinterview
Michael LaroccaforSelf-Taught the X Generationmichaeljudelarocca.hashnode.net·Feb 20, 2023How to Ace Your Technical InterviewYou've acquired the skills of a web developer, but will you pass your first interview? In this article, experienced hiring manager Kyle Tryon (TechSquidTV) prepares us to ace the technical interview! About Kyle Tryon Kyle Tryon is a Software Engin...Discuss·2 likes·27 readsScrimba
Sajith KforSajith Kiamsajithk.hashnode.net·Feb 5, 2023Top 10 most common interview questions and how to answer themTop 10 Most Common Interview Questions and How to Answer Them "Tell me about yourself." Answer: Briefly summarize your education, work experience, and career goals. Focus on what makes you unique and how it relates to the job you're applying for. "...DiscussInterview Prepinterview preparations