Subscribe to my newsletter and never miss my upcoming articles
There are usually two variations of this challenge, the only difference being if the zeroes need to be moved to the end (right) or start (left ) of the array. Below is the challenge as copied from the geeksforgeeks website: Given an array of rando...
Today I will introduce to you what many would argue is the shiniest new feature of the popular React library - React Hooks. I personally am falling in love with the React.memo concept, but we can reserve it for another tutorial though. We are here to...
As a developer you probably spend more time reading code than actually writing it. Besides your regular outputs and refactors, think about the amount of time you spend on reading tutorials, documentations, reviewing a pull request, checking the lates...
Like many things in life, mastery requires practice and the coding interview is no exception. Often times though, the focus is on trying to find the best solution from the get go rather than the approach on how to iterate and maybe get there. The mos...
https://www.youtube.com/watch?v=wWGjogHcLxY A quick warning and request One of my friend told me that he learned a lot from the video even though it was a bit long - 25mn is kinda long. If you speed it up to 1.5x it is still watchable but at 2x I sta...
As a quick refresher, there is a general sense that technical interviewing is broken. JavaScript is probably the most popular programming language today and certainly part of the top fives. Hiring the right candidate in the JS world - which has beco...