Creating a pull request with GithubHey all ! This blog will be about how easy it is to create a pull request on github. In this tutorial I am contributing to YearOne which…Aug 30, 2021Aug 30, 2021
PreOrder Traversal, Binary TreeHello all ! I’m slowly walking into data structures & I mean very slowly. Last week I dabbled in Trees, no to be confused with Tries…Jun 7, 2021Jun 7, 2021
Sliding Window…Hello all! Still working my way through the wild world of algorithms and data structures. Lately I’ve been grinding on LeetCode almost…May 31, 20211May 31, 20211
Step through Find PalindromeHello all, One of the first algorithms I did was find the palindrome. A palindrome is a word, phrase or sequence of characters that reads…May 25, 2021May 25, 2021
Adding values to Linked ListMy last blog I discussed arrays and Linked List, the pros and the cons. Linked Link are a data structure and have a very specific way that…May 17, 2021May 17, 2021
Data Structures…Arrays & Linked List.I’ve finally worked up the courage to dive into data structures, interestingly I find data structures to be slightly less terrifying than…May 10, 2021May 10, 2021
SQL vs NoSQLI haven’t really written too much about programming on the backend, mostly because I prefer frontend programming. Recently I’ve started…May 2, 2021May 2, 2021
Filter() & Reduce()….when to use them.Hello all ! I am still taking a slow walk through algorithms before understanding algos and really breaking down code, whenever I needed…Apr 26, 2021Apr 26, 2021
forEach vs Map…the slight differenceHello again ! My last couple of blogs have been about algorithms and what I’ve learned working with algorithms is how important it is to…Apr 19, 2021Apr 19, 2021
Steps Function AlgoHello again ! Since diving into algorithms I’ve done several that involved searching for something specific or returning something. Last…Apr 11, 2021Apr 11, 2021