Category Archives: Blog

An Introduction to JSX

Here’s a great article from SitePoint When React was first introduced, one of the features that caught most people’s attention (and drew the most criticism) was JSX. If you’re learning React, or have ever seen any code examples, you probably did a double-take at the syntax. What is this strange amalgamation of HTML and JavaScript? […]

Getting Started with Eleventy

Here’s a great article from SitePoint Eleventy (or 11ty) is a Node.js static site generator (SSG). SSGs do most rendering work at build time to create a set of static HTML, CSS, and JavaScript files. The resulting pages need not have server-side dependencies such as runtimes or databases. This leads to several key benefits: hosting […]