Evan X. Merz

musician/technologist/human being

Avatar for Evan X. Merz

Evan X. Merz

Evan X. Merz holds degrees in computer science and music from The University of Rochester, Northern Illinois University, and University of California at Santa Cruz. He works as a programmer at a tech company in Silicon Valley. In his free time, he is a programmer, musician, and author. He makes his online home at evanxmerz.com and he only writes about himself in third person in this stupid blurb.

Posts Written by "evan-x-merz"

Bay Area Oktoberfest Events Calendar 2023

Well, the 2023 Oktoberfest season for the Bay Area is as packed as ever. This year I decided I wanted to attend as many Oktoberfest events…

Read full article

20 questions you should answer before your senior fullstack programmer interview

I've been writing up some questions to help some friends prepare for interviews. I thought it might be worthwhile to share them here. I…

Read full article

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

Next