Adam JamesLeetCThis week I’m working on the LeetCode Reverse Array problem. This function will accept an array of numbers and an integer, the array will…Oct 31, 2021Oct 31, 2021
Adam JamesLeetCode: Valid AnagramThis week’s coding challenge comes from Leetcode, the Valid Anagram challenge. The function you’re required to create in this challenge…Oct 24, 2021Oct 24, 2021
Adam JamesLeetCode Challenge: First Unique Character in a StringThis week’s coding challenge is the First Unique Character in a String challenge on LeetCode. This challenge’s instructions are relatively…Oct 15, 2021Oct 15, 2021
Adam JamesFirebase DatabasesIn 2014, Google acquired a company called Firebase, which develops an API that stores data from mobile and web applications on a unified…Oct 10, 2021Oct 10, 2021
Adam JamesReact Hooks: useReducerWhile updating my React project to use hooks, I used a few of the more essential hooks. From React, I used useState to manage state and…Sep 30, 2021Sep 30, 2021
Adam JamesReact: Search ComponentWhile I was building out my final React project for Flatiron School, I had a list of features that sat under a “might get to eventually but…Sep 24, 2021Sep 24, 2021
Adam JamesLeetCode Two Sum Solution: ObjectsLast week, I wrote about a solution to LeetCode’s Two Sum problem. My solution passed all of the test cases, to return the indexes of two…Sep 19, 2021Sep 19, 2021
Adam JamesLeetCode CThis week, I’m working on the Two Sum LeetCode challenge. This challenge requires you to write a function that takes in an array of…Sep 11, 2021Sep 11, 2021
Adam JamesThroughout learning more about JavaScript and coding there has been one JavaScript method that I…The web documentation says that the best way to describe how reduce() works is to sum all of the values of an array. If you pass a…Sep 4, 2021Sep 4, 2021
Adam JamesValid Palindrome Using Every MethodThis week, I decided to return to the Valid Palindrome challenge I wrote about a couple months ago. The solution I came up with was…Aug 28, 2021Aug 28, 2021