How to get your VS Code to lint your JS code on-save once and for allWhenever I switch my computers and I haven’t configured my editors, I always had to scour through tonnes of links on StackOverflow, GitHub…Feb 20, 2020Feb 20, 2020
Algorithm(Beginner) — Linear Search, search for a number in an array returning it’s index.QuestionDec 11, 2018Dec 11, 2018
Algorithm (Beginner) — Shuffle AlgorithmIf you’ve ever been bored of listening to songs in an order on your phone and have ever used the shuffle feature to change the order of…Dec 8, 2018Dec 8, 2018
Algorithm (Beginner) — Math- Get Nth element of an Arithmetic Progression(AP)Write a function/algorithm that takes in —Dec 6, 2018Dec 6, 2018
Algorithm (Beginner) — Math- Check if the series input is an Arithmetic Progression(AP)Assume you’ve been given an input of an array of integers.Dec 5, 2018Dec 5, 2018
Math — Arithmetic Progression RevisitedIf this were a couple of years ago, I wouldn’t be interested in writing this. I’ve realized the importance of patterns in my life as a…Dec 5, 2018Dec 5, 2018
Published inawelgorithmsAlgorithm (Beginner) — Pretty Print Mathematical tableIn Today’s challenge, you need to write a program that pretty prints a mathematical table, It’s a relatively easy task to get done- even…Dec 4, 2018Dec 4, 2018
Published inawelgorithmsAlgorithm (Beginner)— Print the pattern — 332211For an input of N, print a pattern similar to the following, For an input of 1Dec 3, 2018Dec 3, 2018
I will lose it when a next start-up founder says “We’ll use AI and Machine Learning for our…My frustration with the current start-up scene has built up over the years, It’s sad to see the field I love is getting saturated with…Sep 12, 2017Sep 12, 2017
Understanding JavaScript ‘this’ bindingsI’ve been there, I’ve had my share of troubles in the beginning to understand what was wrong with my code, especially for a person coming…Jul 20, 2017Jul 20, 2017