Home

Posts (Page 10)

Written content to help you along your web development journey, without forgetting to have some fun along the way.

View README Code in GitHub

Toggle between preview and code mode when viewing a markdown file in GitHub.

May 23, 2022

Making Videos with Code is Cool, but is it Productive?

There are more and more tools out there that let you build things (that aren’t websites) with code. Like Remotion for making videos with React. It’s super cool. But should you use it?

May 22, 2022

Resetting State on Next.js Route Change

Component state doesn't change when navigating between dynamic routes in Next.js that use the same component. useEffect can help.

May 21, 2022

8 Notion Pro Tips to Supercharge Your Productivity

Shortcuts, patterns, and other ideas that I use every day and that I also don’t see many others using.

May 20, 2022

Mapping Dynamic Object Keys in TypeScript

Dynamic property maps are a super powerful paradigm in JavaScript, but they can be tricky to type correctly with TypeScript.

May 20, 2022

Use Dynamic Property Maps over Switch Case Statements

An everyday JavaScript pattern to avoid clunky switch-case statements and unnecessary if conditionals.

May 19, 2022

The Best Thing about Jamstack

In exploring the artifacts of the early Jamstack movement, I’ve come to discover the best part of the Jamstack. This now guides how I describe Jamstack.

May 18, 2022

How to Model SEO Content for Websites

Give flexibility and control to web content editors by building smart content models for SEO meta tags.

May 15, 2022

Popular Web Animation Techniques in 2022

Web animation is a great way to grab attention. Check out the web animation trends in 2022.

Evelina Brown
May 14, 2022

Light/Dark Mode Favicon for React Sites

Toggle between two favicon images based on the user’s current theme (color scheme).

May 13, 2022