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 JavaScript
javascriptcodingalgorithmsdatastructuresSome array methods in JavaScript mutate while others do not. Learn what it means to mutate and which methods mutate an array.
Mar 14, 2024Lazy Loading vs Virtualization
designwebdevuxWhat is lazy loading? How about virtualization? Are they the same? Learn the difference between these two often confused terms.
Sep 17, 2022GraphQL Files in Next.js
graphqlnextjstypescriptreactWorking 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, 2022How to Destructure Class Methods
javascripttypescriptDestructuring 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