Building websites for as many people as possible can be challenging but rewarding. In this post, I will discuss the different users who could use your site and how accessibility impacts them.
Basics
Go back to the fundamentals of web development
Who needs an accessible website? Dialogs vs. Modals: Is there a difference? Many times, modals and dialogs are regarded as the same thing in web development. Are they really the same? I will explore the differences between the two.
Using Variables in CSS In this article, I'll teach you how to use variables in your css files and what the limitations are.
How to use React Context In this post, I'll show you how to set up and use React Context in your next project
Getting started with React Hooks Today I'll be showing you how to use some of the more common hooks provided by React as well as how to create your own custom hook.
React 101: The Basics Learn about the benefits of using React and the surrounding ecosystem for your project.
Gulp Basics - A Modern Frontend Workflow Today I'll be teaching you some basics of a build tool called Gulp, what Gulp is used for, and how to use it when setting up a front-end for your project.
Take Snapshots of Your Project with Git Git is a tool which allows you to take "snapshots" of your project. I'm going to show you how to get started with git so you can improve your worklow.
Getting Started with the Linux Command Line Interface By learning a few commands can open a new world of functionality as a developer. Today I'm going to cover some of those basic commands to get you going.
React: How to Create a Component Components are an essential part of any React application. In this post, we'll be learning how to create components to do whatever we want.
How To Build A Website In Less Than 10 Minutes I will teach you how to build a website in less than 10 minutes using WordPress so you can get your site up and running with a custom theme and plugins.