MDXGatsbyReactSwitching to MDX12 May, 2023I switched this blog from markdown to MDX allowing me to use React components in my blog posts.
FrontendServer-Side RenderingReactServer-Side Rendering21 June, 2021Setting up server-side rendering from scratch is no easy feat.
TypeScriptNodeJavaScriptAny versus Unknown20 December, 2020There are such things as supertypes and subtypes in Typescript, "any" is the topmost type encompassing every type.
FrontendReactFormik, the formula for forms29 June, 2020Formik is a form library for React that is meant to simplify form state management and validation.
FrontendReactClosures in React17 February, 2020A closure is a Javascript concept that makes life much easier when you know how to use it!
BackendNode.jsPassword Encryption With Bcrypt15 February, 2020Don't let the terminology surrounding password hashing scare you!