What’s New in Visual Studio Code?

Are you up to date on VS Code updates? From Getting Started to remote repositories, there is plenty to check out. The newest version of Visual Studio Code 15.7, released May 2021, has been updated with new features and fixes. The primary goal for the … more Read More

Best practices for managing retry logic with SMS 2FA

Humans are impatient creatures, so while SMS verification or two-factor authentication (2FA) codes may come through quickly in most parts of the world, we always recommend building retry buffers into verification workflows. This helps prevent: Accidentally … more Read More

A Beginner’s Guide to Lighthouse

You’ve built a website, but how well does it perform for your end users? It’s crucial to ask this question, but how can you get answers? One excellent option is to use Lighthouse. Lighthouse allows you to easily and automatically analyze a web page’s … more Read More

Global vs. Local Styling In Next.js

I have had a great experience using Next.js to manage complex front-end projects. Next.js is opinionated about how to organize JavaScript code, but it doesn’t have built-in opinions about how to organize CSS. After working within the framework, I have … more Read More