Resources

Blog Posts

Filter the blog posts by tags

Add Fonts To Your NextJS And Tailwind App

Easily use custom fonts with Tailwind in your NextJS app.
reactnextjs

Update All NPM Packages

A compact guide to easily update all your npm dependencies.
reactnodejs

Git Cheat Sheet (Free PDF)

A collection of must know git commands.
git

Git Merge vs Rebase: Which SHOULD you use?

GIT Merge vs. Rebase is one of GIT's most debated topics... Luckily, there are a few rules to help you choose the right approach.
git

Understanding Array.map in React

Learn how to use the map function in React to render dynamic content.
react