Vanessa MartinezSolving the Move Zeroes AlgorithmA big part of solving algorithms involves working with Big O Notation and understanding how best to formulate your solution, so that it…Mar 8, 2021Mar 8, 2021
Vanessa MartinezSolving the BossFight AlgorithmContinuing with the theme of solving algorithms that involve manipulating matrices, I decided to tackle the bossFight algorithm. Here’s…Mar 2, 2021Mar 2, 2021
Vanessa MartinezSolving the Flip and Invert Matrix AlgorithmI’ve worked with matrix algorithms before, so I’m always curious about finding new ways to solve them. Here’s one I did recently:Feb 22, 2021Feb 22, 2021
Vanessa MartinezUnderstanding the Basics of Routing in React (pt 2)In my last post, I talked about setting up the React Router library to enable proper routing functionality in your React app. I covered…Feb 18, 2021Feb 18, 2021
Vanessa MartinezUnderstanding the Basics of Routing in ReactWhen you’re building a React application, you’ll reach a point where you’ll need to create the ability to navigate to other parts of your…Feb 15, 2021Feb 15, 2021
Vanessa MartinezHow to Revert to a Previous Commit in GitI recently started learning Angular and building my first practice app. The first thing I learned to build was a component. Everything was…Feb 1, 2021Feb 1, 2021
Vanessa MartinezHow to Create a Component in AngularIf you already know how to use React, like me, then you’ll find it easy to understand how to create a component in Angular. For those not…Jan 27, 2021Jan 27, 2021
Vanessa MartinezWhat Are ‘Directives’ in Angular?When working in Angular, you have the ability to give the DOM instructions. More specifically, you’re able to control certain element(s)…Jan 24, 2021Jan 24, 2021
Vanessa MartinezHow to Use localStorage in JavaScriptHTML5 brought along cool features like the Web Storage API, which included sessionStorage and localStorage. It created a simple way to…Jan 13, 2021Jan 13, 2021
Vanessa MartinezCreating a “Lion’s Breath” Animation with CSSI had a lot of fun exploring CSS animations when creating breathing techniques for a React app. So, I decided to share more of them. In a…Jan 7, 2021Jan 7, 2021