Web Development


Enable HTTPS for Localhost During Local Development in Node.js

A tutorial on how to go from http://localhost:PORT to https://localhost:PORT.

javascriptnodejssecurity

How to Create a Toggle Button in React Using Conditional Rendering

Create a toggle button to show and hide data using the useState hook.

javascriptreactusestate

Step-by-Step Tutorial: React Redux 2022 with Hooks

Create a store from the ground up and integrate it with hooks.

reactreduxjavascript

How to Convert the Number of Seconds to a Time String in the hh:mm:ss Format with JavaScript?

programmingjavascriptcoding

The Difference Between useState and useRef in React

useState vs useRef in React: everything you need to know.

web-developmentjavascriptreact

How to Declare Static Constants in ES6 Classes?

es6javascriptprogramming

React with TypeScript or JavaScript — Which Side are You on?

JavaScript is the beloved child of frontend development, but TypeScript is the father of this beloved child. Learn to embrace it and get ahead in 2022.

reacttypescriptjavascript

Animating SVGs as React Components

Learn how to edit your favorite SVG in Figma and render it as a React component, to animate it using CSS.

reactjavascriptprogramming

Angular vs React vs Vue.js: Which is the Best Choice for 2022

Angular vs React vs Vue: Which is the Best Choice of Framework in 2022?

angularreactvuejs

Sort React Components Using .sort()

A guide on the process of rendering child components from an array of objects and creating a Sort button using React.

reactjavascriptweb-development