Web Development
7 React Frameworks for Developers to Use in 2022
Comprehensive list of React frameworks for software developers to increase website speed and responsiveness in 2022.
reactframeworksjavascript
Django Social Authentication: Login With Google
How to sign in and sign out using Google and Django framework.
pythonhtmlweb-development
How to Change an HTML Selected Option Using JavaScript
A tutorial on changing an HTML selected option with JavaScript.
javascripthtmlwebdev
Build Your Own Search Engine Using Python
Part 2: Build a front-end visualization for your search engine
pythonweb-developmentsoftware-development
Destructuring Function Parameters in JavaScript
An introduction to destructuring function parameters for beginners
javascriptcodingprogramming
How to Get the Difference Between Two JavaScript Objects
Get the list of the keys that are different between two objects using the Lodash isEqual method.
javascriptobject-methodsweb-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