Blog


Adding a Skip Navigation Link in React

June 25, 2023

Skip navigation links are an important accessibility feature. This is how I added a skip navigation link to my site.

Weekly Links Aug. 30 - Sep. 03

September 3, 2021

Interesting links I found this week.

Mongoose Models with TypeScript

August 31, 2021

Adding TypeScript type checking to Mongoose models.

Weekly Links Aug. 23 - Aug. 27

August 27, 2021

Interesting links I found this week.

Tools I use

April 25, 2021

Tools I use for development

Productivity Tools

September 6, 2020

Productivity tools that I find useful

Using hooks with react-redux

August 26, 2020

Using hooks instead of mapStateToProps and connect.