Writing
Having fun writing and sharing Front End Development tips and tricks on Medium.com
Dive into Environment Variables in Next.js: Security, Flexibility, and CMS Integration
Unleash flexibility and security for your builds with Next.js’s environment variable system.
Published on Feb 4, 20243 min readGetting started with GitHub Copilot for Front End Developers
Published on Jul 7, 20237 min readGet Organized: How to Auto Sort Your JavaScript Imports with ESLint
When working on large projects with multiple contributors, it can be challenging to maintain a consistent coding style. This is important…
Published on Feb 28, 20233 min readJavaScript in Plain EnglishCreate flexible functions using TypeScript generics
TypeScript is a powerful programming language that adds optional static typing and other advanced features to JavaScript. A key feature is…
Published on Feb 23, 20234 min readCatch TypeScript Errors in Next.js Before Building Your App
Automate the task to catch type errors in Next.js
Published on Mar 11, 20224 min readJavaScript in Plain EnglishBuild and Package an NPM Component with esbuild, React and TypeScript
Looking for a simple, straightforward, development environment for a React component(s) that can be bundled and packaged for NPM…
Published on Jan 3, 20227 min readJavaScript in Plain EnglishUsing React Hook Form in component tests
React Hook Form is an incredibly useful package for building out simple to complex web forms. This article illustrates our team’s approach…
Published on Sept 27, 20206 min readJavaScript in Plain EnglishShare Website Preview Images in Gatsby
Learn how to create preview images for your Static Site generator project (for example Gatsby), using the Open Graph protocol.
Published on Aug 27, 20203 min readIn The StartupMocking a React Router match object in your component tests
Recently our UI team has switched from Enzyme to Kent Dodd’s Testing Library for a much improved, simplified experience in testing…
Published on Sept 24, 20192 min read