Tag: vanilla-javascript

Exploring The Web Audio Api And Web Midi Api With Virtual Pianos

Exploring the Web Audio and Web MIDI APIs with virtual pianos

Dev

You can use the Web MIDI API with the Web Audio API to add a new level of interactivity for users. Let’s explore how using virtual pianos.

Mads Stoumann
Jul 14, 2023 ⋅ 10 min read
How to Use JavaScript's BigInt

How to use JavaScript’s BigInt

Dev

In this article, we’ll learn about BigInts, their available methods, use cases, and the challenges that may arise when working with them.

Onuorah Bonaventure
Jun 21, 2023 ⋅ 14 min read
Understanding Lazy Loading in JavaScript

Understanding lazy loading in JavaScript

Dev

In this post, we will look at how lazy loading works in JavaScript and explore the importance and advantages of lazy loading.

Alexander Nnakwue
Jun 7, 2023 ⋅ 9 min read
How To Dynamically Create JavaScript Elements With Event Handlers

Dynamically creating JavaScript elements with event handlers

Dev

This tutorial explores the concepts of events, event listeners, and dynamically creating new JavaScript elements by using document.createElement and template literals.

Amarachi Amaechi
Apr 19, 2023 ⋅ 7 min read
A Guide To JavaScript Bitwise Operators

A guide to JavaScript bitwise operators

Dev

In this article, learn about the various JavaScript bitwise operators, including NOT, AND, and OR, and their use cases.

Glad Chinda
Apr 13, 2023 ⋅ 15 min read
Getting Started With View Transitions API

Getting started with the View Transitions API

Dev

The View Transitions API opens up a new frontier of possibilities regarding the unique and pleasing experiences we can bring to the web.

Nefe Emadamerho-Atori
Jan 13, 2023 ⋅ 4 min read
Understanding JavaScript's Array.Group and Array.GroupToMap

Understanding JavaScript’s Array.Group and Array.GroupToMap

Dev

Learn how to use the JavaScript data-grouping additions, group and groupToMap, and explore its alternatives.

Chris Laughlin
Jan 9, 2023 ⋅ 6 min read
18 JavaScript and TypeScript Shorthands to Know

18 JavaScript and TypeScript shorthands to know

Dev

JavaScript and TypeScript share many shorthands for common code concepts. Learn how to use 18 helpful JavaScript and TypeScript shorthands.

Ibiyemi Adewakun
Jan 3, 2023 ⋅ 9 min read
Building web components with WebC in vanilla JavaScript

Building web components with WebC in vanilla JavaScript

Dev

Web components can do a lot, but in this post, learn about how the WebC framework helps you build them better with vanilla JavaScript.

Iskander Samatov
Jan 2, 2023 ⋅ 6 min read
Top 5 Web APIs for Perforamnce-based Analysis

Top 5 Web APIs for performance-based analysis (and how to use them)

Dev

Learn about five web performance APIs, which have full browser support and offer many ways for you to measure your apps’ performance.

Joe Attardi
Dec 23, 2022 ⋅ 7 min read
Top 6 JavaScript And HTML5 Game Engines

Top 6 JavaScript and HTML5 game engines

Dev

Explore the top six JS/HTML5 game engines, such as Pixi.js and Three.js, ranked by number of GitHub stars, and walk through how to use them.

Solomon Eseme
Nov 21, 2022 ⋅ 10 min read
JS CSS HTML Google Doc Clone

Build a Google Doc clone with HTML, CSS, and JavaScript

Dev

Use HTML, CSS, JavaScript, and Firebase to create a basic text editor that allows you to create, edit, download, share, and access documents.

Favour Vivian Woka
Nov 16, 2022 ⋅ 13 min read