Visibility and Display for Dynamic Content with CSS

Visibility and Display for Dynamic Content with CSS

June 23, 2023

There are several ways to control the visibility and display of containers and objects within a website or web application. Here is a breakdown of the common ways to do so and best practices, as well as a more complex example with JavaScript for a smooth transition.

Tools to Assist Web Accessilibity Design and Development

Tools to Assist Web Accessilibity Design and Development

April 17, 2023

After spending a year making several websites WCAG / ADA compliant, the time has come to share what has been learned along the way with web accessibility. We will also look at some tools to assist the UX designer or frontend developer in the process.

Rendering and Filtering Lists in React

Rendering and Filtering Lists in React

March 06, 2023

There is a daunting challenge when it comes to parsing a large collection of data and having the goal of displaying it all for the user. It is even more complicated when we need to apply filters to that data and show only what the user requests. Luckily, React and JavaScript make this easy with filter and map functions.

API Basic Setup with Express and Axios in NodeJS

API Basic Setup with Express and Axios in NodeJS

February 08, 2023

This is a basic walkthrough and tutorial for everything a frontend developer requires to build a basic backend API for their website or application.

Loading Content with a Custom Progress Bar

Loading Content with a Custom Progress Bar

January 03, 2023

Whether the application is loading a user’s information or counting through the steps of a complex form, it is critical to keep the user up-to-date on their progress. A fundamental asset for any frontend developer is in creating and displaying the information of a dynamic progress bar.