Evan X. Merz

musician/technologist/human being

Posts Tagged "javascript"

How to Debug a webpage in Chrome

In this post, I'm going to show you several ways to debug javascript in Google Chrome. TLDR: Shift + ctrl + c Open the javascript console…

Read full article

What is the DOM?

In this post, I'm going to introduce the Document Object Model, which is better known as the DOM. TLDR: The DOM is the way a webpage is…

Read full article

Introduction to JavaScript

In this post, I'm going to introduce the JavaScript programming language and show you a few ways it's commonly used on the web. WARNING…

Read full article

Evan's React Interview Cheat Sheet

In this article I'm going to list some of the things that are useful in React coding interviews, but are easily forgotten or overlooked…

Read full article

How to optimize largest contentful paint (LCP) on client side

In this article I'm going to show you some strategies I've used to optimize websites on the client side for largest contentful paint (lcp…

Read full article

Next