Swift: Class vs StructClasses and Structs are very similar to one another. They both store data and model behavior.Jan 16, 2021Jan 16, 2021
Confusing LeetCodeFor the record, I was not able to solve this LeetCode problem.Oct 11, 20201Oct 11, 20201
React Component LifecycleThis was something I had learned before, but was struggling to really memorize so I thought I’d blog about it.Oct 2, 2020Oct 2, 2020
JavaScript 30–30 Day ChallengeJavaScript 30 is a 30 day challenge that pushes you to write code, perfect for beginners. I came upon this from my career coach, and found…Sep 27, 2020Sep 27, 2020
React Components Rendering Twice in DevelopmentThis drove me nuts! I could not for the life of me figure out why my components were rendering twice. Marios however summed it up pretty…Sep 19, 2020Sep 19, 2020
React Redux: Removing From an ArrayLast week, I talked about how to add to an array in Redux. This week, to build upon and complement that, I’ll be talking about how to…Sep 12, 2020Sep 12, 2020
React Redux: Adding to ArraysHey all! Another week for me as I complete a coding challenge sent by Shopify. This is my initial state:Sep 6, 2020Sep 6, 2020
Leetcode: Jewels and StonesThis week is just a rundown on a Leetcode problem I went through.Aug 30, 2020Aug 30, 2020
Github Featured ReadmeI found out recently that you can have a featured section in your Github.Aug 22, 2020Aug 22, 2020
Code ChallengeI had my first code challenge in a while from Codecademy. I’m pretty excited about this opportunity. I quickly opened the email from…Aug 16, 2020Aug 16, 2020
My Attempt with Jest TestingJest seems to be specific to React, as far as I can tell for now. I’ve been wanting to try it for a while, but it ended in much…Aug 9, 2020Aug 9, 2020
Page Refresh on Surge with React and React-RouterFor some reason, this took me way much longer than it should have for such a simple solution. My app was working fine in development on…Aug 2, 2020Aug 2, 2020
Coding a Neural Network from ScratchI’ve always wondered how neural networks work. So per usual, I found a tutorial teaching me how to make a neural network from scratch. It…Jul 23, 2020Jul 23, 2020
React Pros and ConsReact is a JavaScript library developed by Facebook that uses a mix of JavaScript and HTML, JSX (JavaScript Extension), to offer a new way…Jul 17, 2020Jul 17, 2020
JavaScript’s Reduce MethodThe reduce method was something that I’ve struggled with fully understanding. Even now, I have trouble being fully comfortable…Jul 12, 2020Jul 12, 2020
Leetcode: Roman to IntegerI attended a interview prep practice today and the question at hand was to convert a Roman numeral to an integer.Jul 3, 2020Jul 3, 2020
Building My Portfolio Site with BootstrapI got around to building my portfolio site. In the past, all of my CSS was written from scratch. I wanted to try using a CSS library like…Jun 27, 2020Jun 27, 2020
Maximize Distance to Closest PersonDuring these trying times, I came across this LeetCode problem and thought it would be a great and appropriate question to blog about.Jun 12, 2020Jun 12, 2020
Persisting ReduxA problem I ran into when I was developing a React Redux app was persisting my store. For some reason, when I refresh the page, React…Jun 5, 2020Jun 5, 2020