Blog

Our Blog

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

Latest Posts

How to use the Intl.ListFormat built-in WEB API

How to use the Intl.ListFormat built-in WEB API

What is a built-in WEB API? A built-in Web API is a collection of pre-built JavaScript... Read more

Healthy Schedules to Prevent Burnout in Tech Teams: How Scrum Can Help

Healthy Schedules to Prevent Burnout in Tech Teams: How Scrum Can Help

The tech industry is constantly evolving and fast-paced. Companies must stay ahead of the curve to... Read more

Destructuring Objects in JavaScript: A Beginner's Guide

Destructuring Objects in JavaScript: A Beginner's Guide

If you've ever found yourself needing to access properties of an object in JavaScript, you may have... Read more

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

TypeScript

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