JavaScript


How to Add a Custom Google Font to a Next.js and Tailwind CSS App

Choosing the right font is an essential part of any design. The font you choose can have a huge impact on the message, voice, and feeling of your website or application. In this article, we will take…

tailwind-cssnextjsjavascript

Read/Write Excel File in Node.js using XLSX

nodejsjavascriptexcel

Implement Debouncing in React in 3 Different Ways

reactjavascriptdebounce

How to Make the React useEffect Hook Not Run on Initial Render?

We can make the React useEffect callback not run on the first render by creating a ref that keeps track of whether the first render is done. Then we can check the ref’s value to see when the first…

javascriptreactweb-development

Let's Build a Website Login Page with HTML, CSS, JavaScript and an External API

javascripthtmlcss

How to Create a Custom Cursor in React

Part 1: How to create a custom cursor in React without any module

reactjavascriptcss

7 Awesome APIs for All Frontend Developers

Useful APIs that you might need for your next projects.

javascriptweb-developmentapi

Creating Invoices in Javascript and Node.js

In this article we are going to create an invoice in NodeJS in the most easy way possible. We will be using the NPM library EasyInvoice.

nodejsjavascriptprogramming

How to Apply a Filter to Angular for loop (*ngFor) in HTML

Filter Pipe which can filter the whole array of objects

angularjavascripttypescript

Let's Build a CRUD Website with HTML, CSS, JavaScript and an External API

htmlcssjavascript