HTML Web Components with Vanilla JavaScript and ASP.NET Core
Explains HTML Web Components, a technique to enhance existing HTML with JavaScript, and demonstrates their use in ASP.NET Core applications.
Explains HTML Web Components, a technique to enhance existing HTML with JavaScript, and demonstrates their use in ASP.NET Core applications.
Explores reactivity patterns in vanilla JavaScript, comparing them to frameworks like Vue and discussing when to use each approach.
A reference guide comparing jQuery and vanilla JavaScript for DOM manipulation, covering element selection, creation, and event handling.
Learn how to implement a groupBy function in vanilla JavaScript using the reduce method, without needing Lodash.
A practical reference guide for developers transitioning from jQuery to modern vanilla JavaScript, covering common patterns and equivalents.
A tutorial on creating a custom JavaScript function to generate DOM elements from scratch, explaining the core logic and usage.
A technical tutorial on creating a responsive, JavaScript-enhanced pop-out navigation menu with accessibility and mobile usability in mind.
Explains how to replace common jQuery functionality with modern vanilla JavaScript and CSS, using examples like DOM manipulation, AJAX, and animations.