Blog

5 Strategies for Understanding Tech Jargon

Don't let jargon fuel your imposter syndrome! The people saying things you don't understand probably have no idea what they're saying either.


How to Think in Next.js

Understanding your client is important in any relationship. Now you also have to understand your server.


How Does a Website Get its Data, and Why Does it Matter?

From servers to no servers to serverless, what's the difference and how does it impact how the client gets data?


How to Organize Components in React

A highly opinionated set of rules, based on Atomic Design principles, to make sure your components stay organized.


Atomic Design for Developers: Better Component Composition and Organization

A practical guide to developing component based sites and apps around the Atomic Design methodology.


Why isn't the npm link command working?

I don't know, this thing's complicated! Understanding more about what's going on under the hood and looking at some common issues may help.


How to Configure Azure AD B2C Authentication with Next.js

Configuring authentication with Azure B2C in Next.js is not a particularly straight forward process. We'll look at how to facilitate this using the NextAuth.js library.


Next.js Setup | ESLint Jest React Testing Library and Absolute Imports

A comprehensive step-by-step guide to configuring Jest, React Testing Library, ESLint, and Absolute Path Aliases in a Next.js project.


Creating a React Component Library by Abstracting a React Component Library

Using Rollup, Babel, and React we’ll look at why & how you might abstract a third-party component library to create your own component library.


Share state between screens with custom navigators in React Navigation

Expose your React Navigation navigators for simple state sharing between any child screens in React Native.