Blog Posts
Here is a list of blog posts I’ve written across the web. Click on a post to read!
- Array Mutation Methods in JavaScriptjavascriptcodingalgorithmsdatastructures
Some array methods in JavaScript mutate while others do not. Learn what it means to mutate and which methods mutate an array.
Mar 14, 2024 - Lazy Loading vs Virtualizationdesignwebdevux
What is lazy loading? How about virtualization? Are they the same? Learn the difference between these two often confused terms.
Sep 17, 2022 - GraphQL Files in Next.jsgraphqlnextjstypescriptreact
Working with GraphQL as string literals in a Next.js app can lead to large, unmaintainable files. Learn how to separate your GraphQL queries into separate files in Next.js.
Sep 27, 2022 - How to Destructure Class Methodsjavascripttypescript
Destructuring a property in JavaScript is pretty seamless, but destructuring methods are a whole different story. Learn what some issues developers face when destructuring class methods and how to resolve.
Sep 9, 2022