meekg33k.devGetting Started In Tech. What You Need to KnowSo tell me, did a friend or someone you know talk about tech or did someone on Twitter recently announce a mouth-watering job offer from a tech company? Or you are jaded with your current job and are looking to make the transition to tech? And you’r...Feb 11, 2022·13 min read
meekg33k.dev4 Questions Good Software Engineers Ask During a Technical InterviewImagine you find yourself in a technical interview where you are given a problem; be it an algorithm design problem, a system design problem, or enhancing an existing feature. What will you do first? Will you immediately dive into solving the proble...May 7, 2021·11 min read
meekg33k.devSorting Algorithms - When Not To Use ThemIf you had 30 students in a class and you wanted them to stand in a line; you could decide to arrange the students in line using their names - students whose names start with the alphabet A stay in front of the line while those whose names start with...Apr 27, 2021·7 min read
meekg33k.devUnderstanding how the Filter function worksWhat is a filter function and when would you use a filter function in code? This was the question that more than 25 participants tried to answer in Week 2's edition of Algorithm Fridays - a 39-week initiative aimed at promoting community learning ar...Apr 19, 2021·7 min read
meekg33k.devHow to find the number of unique elements in a sorted arrayIntroduction Hello everyone, last Friday was the first of 39 weeks of Algorithm Fridays - an initiative aimed at promoting community learning around algorithms and problem-solving. Here is the algorithm problem that we worked on last week: Algorithm...Apr 12, 2021·5 min read