Skip to content

Building Resilient React Apps

UIs that are heavily dependent on javascript for rendering views can be prone to crashing when uncaught errors are thrown. React-based applications are no exception. This post aims to provide guidance for building resilient user interfaces by prioritizing error handling with React.   Error Classifications I like thinking about the types of errors that can happen

Read more

HTML, CSS & Javascript Resources

WARNING: This content is super dated. Every now and then people ask me for links to learn about and stay up to date with frontend development. I put together this list to cover the fundamentals and to offer various ways to learn about each subject. Enjoy! Learn Videos Articles Other Resources Stay Up To Date

Read more