Web Development
2 JavaScript Approaches to Encode/Decode HTML Entities
No plugins required. 2 strategies — (1) A <textarea> HTML element & (2) Regex pattern implementations.
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.
Django Social Authentication: Login With Google
How to sign in and sign out using Google and Django framework.
How to Change an HTML Selected Option Using JavaScript
A tutorial on changing an HTML selected option with JavaScript.
Build Your Own Search Engine Using Python
Part 2: Build a front-end visualization for your search engine
Destructuring Function Parameters in JavaScript
An introduction to destructuring function parameters for beginners
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.
Enable HTTPS for Localhost During Local Development in Node.js
A tutorial on how to go from http://localhost:PORT to https://localhost:PORT.
How to Create a Toggle Button in React Using Conditional Rendering
Create a toggle button to show and hide data using the useState hook.
Step-by-Step Tutorial: React Redux 2022 with Hooks
Create a store from the ground up and integrate it with hooks.