Open Source Projects
- react-github-permalinkProvide a Github permalink and this React component will display the codeblock. I use this component regularly in my blog.
- use-cookie-stateA useState like React hook that is responsive to cookie changes that occur outside of the React context. Includes polyfill for browsers that do not support the CookieStore API.
- TypeScript Tutorial SeriesA TypeScript tutorial series, complete with interactive exercises, starting from the very basics and going up to generics and mapped and index types.
- Javascript 101A JavaScript tutorial series for people who know nothing about coding. Complete with interactive exercises.