Inorder TraversalFor this weeks code challange, I have decided to tackle inorder traversal.Dec 17, 2021Dec 17, 2021
Big O NotationSomething that I have seen frequently, but glossed over is Big O notation. I finally decided to look deeper into it and regret not doing it…Dec 11, 2021Dec 11, 2021
Binary Search TreeI am currently studying data structures, and because of its popularity in coding challanges I’m going to start with the binary search tree…Dec 4, 2021Dec 4, 2021
Palindrome Number?This week I am going to explain my solution the the palindrome number problem. A palindrome is a number that read the same forwards and it…Nov 26, 2021Nov 26, 2021
onlyDigits()This week I decided to tackle the tech interview question “only digits”. In this problem you are tasked with discovering if a string…Nov 20, 2021Nov 20, 2021
missingNumber()This weeks coding challange is to find the missing number in a string from 1 to 100. I came to a very quick and simple solution to this…Nov 13, 2021Nov 13, 2021
singleInteger()I have heard about this interview question many times, so this week I decided to take it on. Here is a description of the problem at hand…Nov 5, 2021Nov 5, 2021
twoNumbers()Two numbers is a fun problem where you are tasked to create a function that takes 2 arguments; an array of numbers and a target. Within the…Oct 30, 2021Oct 30, 2021
AnagramRunning a google search for the word anagram you will see that an anagram is..Oct 22, 2021Oct 22, 2021
Roman Numeral to IntegerContinuing my algorithm practice I ran into a pretty fun and challenging problem. The task is to make a function that takes a roman numeral…Oct 15, 2021Oct 15, 2021
10 + 3= 103??So in basic math 10 + 10 = 20; well in javascript sometimes this is not the case. There are many times when working with JS that 10 + 10…Oct 6, 2021Oct 6, 2021
“FizzBuzz”As you know I have been brushing up on possible interview questions. One that I came across that seems to be extremely common is a question…Oct 2, 2021Oct 2, 2021
checkIfInteger()As you know if you have been reading my recent posts, I have been practicing writing algorithms for my next tech interviews. In this…Sep 24, 20212Sep 24, 20212
Creating a Rails api easy version!!Today I am going to walk you through the incredibly simple process of creating an api using Ruby on Rails. Of course you are going to need…Sep 17, 2021Sep 17, 2021
Hosting a JS app on Heroku!In this weeks installment I am going to teach you how to host a JS app on heroku (warning this is going to be simple!).Sep 10, 2021Sep 10, 2021
The Knapsack ProblemAs you know I have been practicing algorithms for upcoming technical interviews. I ran into one that (I hear) is a pretty common interview…Sep 3, 2021Sep 3, 2021
Code Challenge…I decided I need to work on my code challenge skills so this week I am going to demonstrate how to make a javascript function that accepts…Aug 27, 2021Aug 27, 2021
Revisiting splice()I have decided to go back to the basics of javascript and focus on some of the methods that I kinda skimmed through when starting out. For…Aug 21, 2021Aug 21, 2021
Active AssociationsI have been blogging a lot about the frontend recently, but this week l am going to show a little love to the backend. In this installment…Aug 13, 2021Aug 13, 2021
Refactoring with Async & AwaitWhen I first started writing fetch methods I will be the first to admit that it was extremely confusing. They syntax didn’t look much like…Aug 6, 2021Aug 6, 2021