Blaine Garrett's Hashnode Blog

Blaine Garrett's Hashnode Blog

Follow
Follow
homeResumebadges
Tag

Node.js

#nodejs

More content

Read more stories on Hashnode


Articles with this tag

Building a Github Repo Template Part 7: Next.js PWA Support

Jul 24, 20208 min read

In this ongoing series, I am putting together a Github Repository Template for my "Go To" front-end tech stack of Next.js, React, TypeScript etc. In...

Building a Github Repo Template Part 7: Next.js PWA Support

Generating Union Types from a Bijective Map Using Typescript's Const Assertion

Jan 31, 202012 min read

In this post, I explore a handful of TypeScript features to create Union types from a Bijective Map and use them to restrict what value (not just...

Generating Union Types from a Bijective Map Using Typescript's  Const Assertion