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
Custom Dropdown Element with React & TypeScript
A guide on how to create a simple React dropdown component using TypeScript.
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.
Build a Sudoku Solver App With JavaScript
A JavaScript app to solve sudoku puzzles using backtracking
How to Sign In with Google in Node.js
A guide on how to sign in with Google for websites created in JavaScript.
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!
How to Retry Requests Using Axios
A tutorial on using the Axios interceptor to retry requests.
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.
How to Implement a File Upload Server with Node.js
Parse form data using the busboy module.
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.