
Our Blog
We help junior tech professionals, such as developers and designers, to grow.
All Posts
My Favourite Resources for Practicing Web Development
1. Frontendmentor.io Frontendmentor provides designs, and challenges can be completed in... Read more

Using Google Fonts with Next.js (typescript)
nextjs
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
nextjs
git
Husky allows scripts to run at various git lifecycle events. Here, we want to use the Husky... Read more