Update on building out a pokedex appRecently I have been building out an application and Working on implementing new technologies and learning about all the new hooks. I just…Aug 5, 2021Aug 5, 2021
Manipulating the Pokemon ApiRecently I have been practicing manipulating api data in react. I have been practicing new technologies such as hooks and the use of axios…Aug 2, 2021Aug 2, 2021
Working On New TechRecently I have been trying to incorporate new technology and the way I code using react. Im a recent graduate from flatiron bootcamp and…Jul 25, 2021Jul 25, 2021
Working with Sound FontsCurrently I am working on an application that gives users the ability to browse a huge library of classical sheet music. It’s really…Jul 19, 2021Jul 19, 2021
React Native ExperienceSo I graduated from Flatiron, what next? Keeping up with the job hunt and networking are at the top of the list. I also think that…Jul 11, 2021Jul 11, 2021
Displaying a form component using stateRecently I have been given a task to display a form to add a new item. There are many ways to approach this but the most simplistic way I…Jul 11, 2021Jul 11, 2021
Fullstack application with delete functionalityRecently I have been developing crud apps to keep my technological chops up. So I have been developing various fullstack crud application…Jul 3, 2021Jul 3, 2021
Experience with an in person coding challenge/ recreating the challengeMy very first in person coding challenge happened recently and my only flaw was myself. Considering I am very green with using react hooks…Jun 27, 2021Jun 27, 2021
Testing Cookies using CypressRecently I have been writing unit test using cypress. Cypress is an easy fun way to test certain aspects of your front end application. The…Jun 20, 2021Jun 20, 2021
Cypress Testing Ui ApiRecently I have been learning and writing cypress tests for a start up I’m currently working at. Some testing is a little more straight…Jun 13, 2021Jun 13, 2021
Importing SVG as a react componentCurrently I have been working at a start up and mainly working on front end ui implementation. It’s been a great learning experience…Jun 6, 2021Jun 6, 2021
Setting up Strapi back-endThis is a great open source tool, so here I will walk through how I got my strapi back end up and running so that I could build out a…May 30, 2021May 30, 2021
Adding dark mode to a Rails applicationCurrently I am working on a take home technical challenge for a job interview. It is a simple notes app with a login, where a user can add…May 24, 2021May 24, 2021
Overview of React HooksIn this blog I’d like to touch on a topic that has sparked a lot of interest in me since it is a newer React feature, that has a lot of…May 10, 2021May 10, 2021
How to delete using ReduxMy experience with redux has been an adventure. I find myself learning new ways to store state and new ways to manipulate data. In this…May 2, 2021May 2, 2021
Scroll to view using jQueryRecently I have come across wanting to add a function to help navigate through my website better. I’ve always said that if you can think…Apr 23, 2021Apr 23, 2021
CSS Background Blend ModeSubtle changes in css can exponentially spice up an application and or website you’re working on. Things like adding padding, margins, and…Apr 15, 2021Apr 15, 2021
For…..For in and For of loopsLoops are great if you want to iterate over a string, array, or object. You can do this using various loops such as a For loop, For in or…Apr 10, 2021Apr 10, 2021
Ruby Enumerable PartitionWhen working with Ruby your best friends are going to be ruby enumerables. Enumerables provide methods that help to search through hashes…Apr 2, 2021Apr 2, 2021
Overview of state management tool reduxFirst let’s talk simple facts of redux and things you should be familiar with before jumping into redux are React.js, JSX, state, props…Mar 26, 2021Mar 26, 2021