JavaScript


How to Use React.FC Children Prop in React 18 with TypeScript

How to deal with the new React 18 React.FC type and the children prop for TypeScript

reacttypescriptjavascript

Custom Dropdown Element with React & TypeScript

A guide on how to create a simple React dropdown component using TypeScript.

reactsoftware-developmentjavascript

Angular: Reload/Refresh a Component or Entire Application & Reuse Logic Across Multiple Components

An Angular tutorial on how to reload/refresh a single component or the entire application and reuse the logic across multiple components.

angularjavascripttypescript

Build a Sudoku Solver App With JavaScript

A JavaScript app to solve sudoku puzzles using backtracking

web-developmentsoftware-developmentprogramming

How to Sign In with Google in Node.js

A guide on how to sign in with Google for websites created in JavaScript.

javascriptweb-developmentsign-in

React and Next.js is DEAD — Something New is (Finally) Replacing It (For Good)

Is this the beginning of the next revolution for JavaScript Framework? Apparently, YES!

reactnextjsjavascript-frameworks

How to Retry Requests Using Axios

A tutorial on using the Axios interceptor to retry requests.

javascriptaxiosretry

SurveyJS: Why It Is Better Than Your Average JavaScript Survey Library

5 ways in which SurveyJS, a free and open-source library, does so much more than just build surveys.

javascriptsurveyssurveyjs

How to Implement a File Upload Server with Node.js

Parse form data using the busboy module.

codingprogrammingjavascript

How to Convert Minutes to Hours and Minutes in JavaScript

Learn how to easily convert separate a number of total minutes into full hours and remaining minutes in JavaScript.

javascript