Client-Side Caching in Angular: Improving Performance and User ExperienceIn today’s fast-paced web environment, performance optimization plays a crucial role in delivering a seamless user experience. One…Jun 21, 2023Jun 21, 2023
Finding Duplicate Integers in an Array in JavaScriptThis is a continuation of my series of posts on algorithms. You can check out my previous post about finding the first non-repeating…Aug 19, 2020Aug 19, 2020
How to Add A Display Image to Your React App Using Meta TagsAs I readied my social media profiles for my current job search, I wanted to add a link to my app MyParks Explorer to the featured section…Aug 11, 2020A response icon4Aug 11, 2020A response icon4
Sorting an Array by Input Value in JavaScriptThis is a continuation of my new series of posts on algorithms. You can check out my previous one about finding the first non-repeating…Aug 4, 2020Aug 4, 2020
JavaScript: Finding the First Non-repeating Character in a StringIn recent technical interview and algorithm practice prompts, I’ve come across multiple problems asking to find the first repeating…Jul 28, 2020A response icon5Jul 28, 2020A response icon5
Class vs. Instance Methods in RubyIn Ruby classes there are two main types of methods: class and instance. These methods perform different tasks. At this point you may be…Jul 22, 2020Jul 22, 2020
How To Create A Random ID in JavaScriptFor a code challenge I recently received, I was tasked with a number of requirements, including creating a random 12-character…Jul 15, 2020Jul 15, 2020
Importing A Google Font Into Your React App Using Material UIAs interesting as the default styling is with the base React app (ba dum tssshhh), you may want to add a different mood to your app. A…Jul 9, 2020A response icon1Jul 9, 2020A response icon1
Creating A Multi-Marker Map Using Mapbox GL JSWhile building my app MyParks Explorer, a national and state park finder, reviewer, tagger, and favoriter, I wanted to create a map that…Jun 30, 2020A response icon2Jun 30, 2020A response icon2
Creating A Rating Feature Using React.js and Material UIWhen I began building my app, MyParks Explorer, I knew that I would need to build a 5-star rating feature as part of my review component…Jun 26, 2020A response icon2Jun 26, 2020A response icon2