Blog Posts
-
A (Brief) intro to Search Engine Structured Data
What is structured data, how does it help search engines understand your content, and how to add it to your site.
-
Javascript Fallback Values on Variables and Booleans - a hard lesson
A lesson I learned using fallback values on a JavaScript variable, but ran into trouble when it dealt with a boolean.
-
Alfred Tip: Quickly Access Common URLs
One of my simplest productivity hacks, but one of the most effective.
-
Making a Gatsby Site with Multiple Content Types
Making a site with different content types in Gatsby is not very straightforward — here is how I figured out how to do it, and while using a mix of Markdown or JavaScript page files.
-
How to Create and Use Fixtures in Cypress Tests
How to generate a fixture for use in a Cypress end to end test, and how to actually use it.