Web Development


How to Upload Large Files Using Plain JavaScript

A guide on implementing a large file upload and breakpoint resume — solving an interview problem.

javascriptwebdevweb-development

What is “void 0” in JavaScript?

Is it similar to undefined? Should we avoid it or not?

javascriptprogrammingweb-development

How to Use the JavaScript Nested Ternary Operator

javascriptprogrammingweb-development

2 JavaScript Approaches to Encode/Decode HTML Entities

No plugins required. 2 strategies — (1) A <textarea> HTML element & (2) Regex pattern implementations.

javascripthtmlregex

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