Basics
Accessibility and Semantic HTML
Accessibility is about making the content on your webpage to be enjoyed by as many people as possible. This post teaches some basics of accessibility using semantic HTML, which is the core of an accessible web page.
Web Anatomy
Every webpage is made up primarily of three technologies: Hypertext Markup Language (HTML), Cascading Style Sheets (CSS) and JavaScript (JS). When they're all combined they produce amazing user experiences.
Hello World
Hello World is a common way programmers learn a new language. If you're brand new to web development or coding in general, this post is a straight to the point introduction.