Tag: vanilla-javascript

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
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
How To Use Import Attributes In Typescript And Javascript

How to use import attributes in TypeScript and JavaScript

Dev

Import attributes are gaining traction in JavaScript and TypeScript. Let’s explore how they improve app efficiency, stability, and security.

Ukeje Goodness
Jan 3, 2024 ⋅ 6 min read
Using WebGPU to Accelerate ML Workloads in the Browser

Using WebGPU to accelerate ML workloads in the browser

Dev

Dive into the mechanics of WebGPU, understand its implications for GPU computing, and unlock the potential of running ML models directly within web apps.

Muhammed Ali
Dec 27, 2023 ⋅ 4 min read
Using CSS ScrollTimeline to Create Scroll-linked Animations

Using the ScrollTimeline API for scroll-linked animations

Dev

CSS scrollTimeline introduces a new way to add scroll-linked animations to your webpage. Use and compare it to the Web Animations API here.

Joe Attardi
Dec 27, 2023 ⋅ 4 min read
Mastering Modulo Operator JavaScript

Mastering the modulo operator in JavaScript: A complete guide

Dev

We investigate how the modulo operator works in JavaScript and explore several real-life applications, like cyclic patterns and animations.

Timonwa Akintokun
Dec 8, 2023 ⋅ 7 min read
Nesting web components in vanilla JavaScript

Nesting web components in vanilla JavaScript

Dev

Web components are underrated for the performance and ergonomic benefits they provide in vanilla JS. Learn how to nest them in this post.

Mark Conroy
Dec 5, 2023 ⋅ 10 min read
Implementing Advanced Features With The Navigator.Share API

An advanced guide to the Web Share API and navigator.share()

Dev

Explore advanced capabilities for content sharing with the navigator.share method, including dynamic content sharing, custom share targets, and batch sharing.

David Omotayo
Nov 29, 2023 ⋅ 10 min read
8 Tips To Reduce Unused Javascript

8 tips to reduce unused JavaScript

Dev

Knowing how to reduce unused JavaScript can help you save time, optimize performance, and improve efficiency.

Abhinav Anshul
Nov 27, 2023 ⋅ 5 min read