Sean Coughlinblog.seancoughlin.me·Sep 5, 2023How to Find First and Last Position of Element in Sorted ArrayThe Problem With this article, I will be covering the Find First and Last Position of an Element in a Sorted Array problem. Leetcode describes the problem with the following: Given an array of integers nums sorted in non-decreasing order, find the s...DiscussSWE Interview Preparationleetcode
Kunal Gohranikunalgohrani.hashnode.dev·Aug 26, 2023Your Ultimate Docker Cheatsheet for Learning and Interview SuccessIn the dynamic realm of software development, Docker has emerged as a pivotal tool for streamlining application deployment and management. With its array of commands and options, mastering Docker might seem like a daunting task. This is where a metic...Discuss·2 likes·42 readsDocker
Noble Mittalbeingnoble03.hashnode.dev·Aug 15, 2023git:(GSoC) git merge DSA-CPBefore beginning the blog, I would like to let you know that I am not a CS student. I am an Electronics and Communication Engineering student at IIT Roorkee. Scenario. 5 May 2023\> Selected for a large-size project of The Palisadoes Foundation under ...SAMRAT MIDDHA and 5 others are discussing this6 people are discussing thisDiscuss·13 likes·258 readsGoogle summer of code
Aditya Kumar Singhsaditya9211.hashnode.dev·Jun 9, 202330 Golden Rules to Answer in a System Design InterviewSystem design interviews are a crucial part of the technical interview process, especially for positions that require designing scalable and efficient software systems. These interviews assess your ability to design and architect complex systems. To ...Discuss·1 likeSystem Design
Darth Byter8bytes8.hashnode.dev·May 30, 2023Interview Fumbles and Real Talk: Unmasking the Creepy Smiles and Robot Scripts!Interviews can be tough, and it's completely understandable to feel a bit uneasy about them. I haven't met anyone who genuinely loves interviews, whether they're the interviewee or the interviewer. But when you're on the job hunt, interviews become a...DiscussInterviews
Andrey Bazhinandreybazhin.com·May 20, 2023How to learn from interviews: the 4-step frameworkHave you ever failed an interview? I have, many. And there’s crucial to not consider your failures as defeats but to learn from them as much as possible. When it comes to the competitive landscape of interviews for an engineering position, your knowl...Discussinterview
Ali Atheraliather.hashnode.dev·Apr 10, 2023Interview ExperiencesAs an interviewer, I understand that the process of interviewing can be nerve-wracking for candidates, especially those who are new to the job market or who have limited experience with interviews. It's my goal to make the experience as positive and ...Discuss·36 readsTechnical writing
Jay Q.mindful-bytes.hashnode.dev·Mar 28, 2023The SWE Job Grind Starter KitHeyo. I’m a new grad looking for an SWE job, and I wanted to share my selected group of resources I use to study and keep up with the job hunt. I hope this helps others in similar positions. 💡 Remember to not overwhelm yourself with resources! Pick ...Discuss·32 readsInterviews
Seyoung JooforWomen Who Code Frontend Blogwwcodefrontend.hashnode.dev·Mar 16, 2023How to Crack Behavioral InterviewWhat is a Behavioral interview? It's referred to as a culture-fit interview or Competency-based interview in other words. This interview is to find out how you've handled situations in the past to predict your future behavior. Often begin with “Tell ...Discuss·1 like·52 readsinterview
Namit Guptanamitgupta.hashnode.dev·Mar 4, 2023Difference between self and Self in SwiftAs with any programming language, Swift has its own set of rules and conventions that developers must follow to write efficient and effective code. One area where Swift can be particularly confusing is in the use of the "self" and "Self" keywords. In...Discuss·12 likes·107 readsMastering iOS Interview Questions: Tips and Examples for SuccessSwift