Tag: vanilla-javascript

Implement the Pragmatic drag and drop library

Dev

In the ever-evolving landscape of web development, drag-and-drop functionality has become a cornerstone for creating intuitive and interactive user interfaces. […]

Rishi Purwar
Aug 12, 2024 ⋅ 15 min read
Storing And Retrieving JavaScript Objects In LocalStorage

Storing and retrieving JavaScript objects in localStorage

Dev

Explore techniques for storing multiple bits of information in a single `localStorage` key and using the JSON stringify and parse methods.

Nelson Michael
Aug 7, 2024 ⋅ 7 min read

Building a LeetCode-style code evaluator with isolated-vm

Dev

Running untrusted code in a JavaScript environment like Node.js has always posed serious risks. Node has access to the network […]

Rahul Padalkar
Aug 2, 2024 ⋅ 7 min read
JavaScript logo over indigo-like squares.

JavaScript design patterns guide

Dev

Imagine a situation where a group of architects wants to design a skyscraper. During the design stage, they would have […]

Hussain Arif
Aug 1, 2024 ⋅ 9 min read
JavaScript logo on top of violet background

Exploring essential DOM methods for frontend development

Dev

Learn four groups of DOM methods and their uses to create responsive and dynamic webpages. A helpful DOM reference table is also included.

Chimezie Innocent
Jul 23, 2024 ⋅ 12 min read
How To Use Axios POST Requests

How to use Axios POST requests

Dev

This article offers an intro to Axios and covers how to use the Axios POST method in vanilla JavaScript and React.

Chimezie Innocent
Jul 1, 2024 ⋅ 12 min read
Superglue Vs. Hotwire For Modern Frontend Development

Superglue vs. Hotwire for modern frontend development

Dev

Explore how Superglue and Hotwire revolutionize frontend development with HTML over the wire, enhancing performance, flexibility, and ease of use.

Frank Joseph
Jun 12, 2024 ⋅ 7 min read
Automate Repetitive Tasks With The Pinion Code Generator

Automate repetitive tasks with the Pinion code generator

Dev

Discover how the Pinion code generator automates repetitive tasks and boosts productivity compared to tools like Yeoman, Plop, and Hygen.

Joseph Mawa
May 21, 2024 ⋅ 7 min read
11 Best Practices To Eliminate Render Blocking Resources

11 best practices to eliminate render-blocking resources

Dev

By reducing render blocking resources, you can shorten the critical rendering path and reduce page load times, thus improving UX and SEO.

Anna Monus
Apr 23, 2024 ⋅ 14 min read
Using Prettier And ESLint For JavaScript Formatting

Using Prettier and ESLint for JavaScript formatting

Dev

Learn how to use ESLint and Prettier together to automatically format and fix JavaScript code in your projects.

Rob O'Leary
Apr 18, 2024 ⋅ 9 min read
Build An Image Carousel From Scratch With Vanilla JavaScript

Build an image carousel from scratch with vanilla JavaScript

Dev

Learn how to build a functional and accessible image carousel using HTML, CSS, and plain old vanilla JavaScript.

David Herbert
Mar 14, 2024 ⋅ 12 min read
LocalStorage In JavaScript: A Complete Guide

localStorage in JavaScript: A complete guide

Dev

`localStorage` in JavaScript is a simple and efficient way to store and retrieve data without relying on cookies.

Nosa Obaseki
Feb 28, 2024 ⋅ 9 min read