HTML "self-awareness" with sibling indexing in JavaScript
A technical guide on making HTML elements 'self-aware' by finding their index among siblings using vanilla JavaScript.
A technical guide on making HTML elements 'self-aware' by finding their index among siblings using vanilla JavaScript.
A developer reflects on a decade-old JavaScript code snippet for toggling R code blocks, comparing jQuery to modern vanilla JS methods like querySelectorAll.
A tutorial on creating a simple HTML encoding function in vanilla JavaScript to safely display code samples on web pages.
A tutorial on creating a JavaScript function to convert any string into a URL-friendly slug, with a live demo.
A tutorial on wrapping JavaScript object methods in try/catch blocks for centralized error handling using Vanilla JS.
A tutorial on implementing CRUD operations using plain vanilla JavaScript, manipulating the DOM to create, read, update, and delete data.
Learn how to implement Lodash's countBy function in vanilla JavaScript using the reduce method to group and count objects by property.
A tutorial on using JavaScript Proxy objects to enable jQuery-like method chaining for DOM element style manipulation.
How to create clean URLs and redirects on GitHub Pages using a custom 404.html page and JavaScript, without server-side code.
Introducing Bliss, a lightweight 3KB JavaScript library for simplifying DOM manipulation and making Vanilla JS development more pleasant.