Blog

Our Blog

We help junior tech professionals, such as developers and designers, to grow.

Next.js

Using Google Fonts with Next.js (typescript)

Using Google Fonts with Next.js (typescript)

To add a google font to an Next.js application, create a Custom Document ( _document.tsx in the pages... Read more

Using Husky Pre-commit git hook with prettier

Using Husky Pre-commit git hook with prettier

Husky allows scripts to run at various git lifecycle events. Here, we want to use the Husky... Read more