Commit Better Code with Husky, Prettier, ESLint, and Lint-Staged
February 17, 2022·Improve your developer experience by linting and formatting your code through git hooks.
Read More
shared
Getting Started in Open Source for Beginners
February 10, 2022·Learn the basics behind the Open Source software movement and how to contribute to Open Source projects as a beginner developer.
Read More
shared
Ben's Leet Code Solutions
January 7, 2022·Ben's Leetcode solutions. This is a living document. Check back daily for new solutions to top leet code questions in various languages.
Read More
shared
Next.js Progressive Web App
January 3, 2022·Turn your Next.js website into a Progressive Web App allowing offline support, push notifications and other great features using the next-pwa package.
Read More
shared
Top 5 coffeeclass.io Articles of 2021
December 31, 2021·Take a look at the top 5 coffeeclass.io articles of 2021 and see what others are interested in.
Read More
shared
useState() Hook in Next JS - React Hooks
December 30, 2021·Learn what useState is and learn how to use useState in Next JS by coding some examples.
Read More
shared
Create A Grade Converter C Program
December 20, 2021·Learn C programming by creating a simple grade converter program using if/else, scanf, and local variables.
Read More
shared
Top 10 Mac Terminal Commands for Speed and Productivity
December 20, 2021·10 Mac terminal commands that will increase your developer speed and productivity.
Read More
shared
Add Algolia's InstantSearch to Next.js - A Quickstart
December 17, 2021·Seamlessly integrate Algolia's InstantSearch into your Next.js application and watch the searches roll in!
Read More
shared
Next/Image Doesn't Fill Parent Div!
November 1, 2021·If next/image does not fill the parent div, you need to use position relative.