Uduak Obong-Erenmeekg33k.hashnode.net·Jul 31, 2020FeaturedWhat I Learned from Doing 60+ Technical Interviews in 30 DaysIn this article, I’ll share my motivation for doing 60+ technical interviews in 30 days. More importantly, I’ll share 13 lessons I learned from my failures and my successes. I’ve grouped the lessons into three categories to match the phases of a typi...304 likes·86.6K readsGeneral Programming
Edidiong Asikpo (Didi)edidiongasikpo.hashnode.net·Jan 25, 2021FeaturedI asked 15 developers why they use Hashnode, and here's what they saidSince Hashnode was relaunched as a blogging platform in mid-June 2020, we have seen immense love from the developer ecosystem. Due to this, we are currently growing at a rate of 20% and more on all our major KPIs. I was curious to know exactly why de...290 likes·3.9K readsdevelopers
Bosun Egberindebosunski.hashnode.net·Jan 11, 2021FeaturedMy Shopify Internship journey: From application to offerInternships are great ways for you to expand your knowledge and experience in any field. It is also a good way to make a start in the industry one foot at a time. Over the last few weeks, I’ve had questions around my journey to becoming an Intern at ...185 likes·2.5K readsinternships
Ali Atheraliather.hashnode.net·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 ...Technical writing
Jay Quedadomindful-bytes.hashnode.net·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 ...Interviews
Seyoung JooforWomen Who Code Frontend Blogwwcodefrontend.hashnode.net·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 ...1 like·37 readsinterview
Namit Guptanamitgupta.hashnode.net·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...12 likes·47 readsMastering iOS Interview Questions: Tips and Examples for SuccessSwift
Gagan Pandeymechtotech.hashnode.net·Feb 22, 2023Mastering Technical Interviews: A Guide for Engineers with Non-Technical BackgroundsTechnical interviews are a critical component of the hiring process because IT jobs are in high demand in today's fast-paced technological environment. Technical interviews can be frightening and stressful for engineers without a technical experience...Interviews
Aditya Singh Rathorethugsangathan.hashnode.net·Jan 6, 2023Interview QuestionsCan you tell me a little about yourself? "Sure, I'd be happy to tell you a little about myself. I have a degree in Computer Science from XYZ University and have been working in the tech industry for the past five years. I started my career as a sof...1 like·30 readsInterviews
Harsh Chandwaniharshchandwani.hashnode.net·Dec 25, 20228 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...1 like·34 readsinterview
Sergio PereiraforSergio Pereira's blogsergiopereira.hashnode.net·Dec 7, 2022A Key Question Candidates Should Ask More in InterviewsA key question that candidates should ask more in interviews is: “What projects will I work on if I join your company?” It’s normal that candidates care more about compensation. However, this question could avoid big frustrations ahead. Some importan...interview
Hillel Selznickhillelselznick.hashnode.net·Nov 22, 2022Interview with NYC Artist Hillel SelznickHillel Selznick is an American visual artist. Selznick’s work focuses on the intersection of history and memory. His paintings and drawings investigate the psychology of visual memory and the way in which the past influences our present and future. S...interview
Alok Ranjan Singhaloksingh00.hashnode.net·Oct 9, 2022Javascript Placement Series (Part 4)What is a Block? A Block is a compound statement which is used to group one or more statement. It groups the multiple lines and interprets as single line. Basically we can create Block with curly braces ( "{ }" ). We use block where we need to write...1 like·38 readsJavaScript