Web Development Articles

Page 118 of 801

How do I evaluate blockchain implemented in JavaScript?

Kalyan Mishra
Kalyan Mishra
Updated on 15-Mar-2026 174 Views

Blockchain is a chain of blocks that contains information. In 2009, this technology was later adapted by Satoshi Nakamoto to create the digital cryptocurrency Bitcoin. This technology is completely open to anyone who wants to develop or analyze it. Blockchain has a feature that makes it very complex to make changes once data has been recorded in a block of the chain. Here are the key terms used in blockchain programming: Block − Contains information like data, hash value, and previous block hash value. Data − Information stored in the block (for cryptocurrency: transaction details like ...

Read More

Get the YouTube video ID from a URL using JavaScript

Rushi Javiya
Rushi Javiya
Updated on 15-Mar-2026 2K+ Views

Every YouTube video has a unique URL through which we can access it in the browser. Every YouTube video contains a unique video id, which makes the URL unique. Sometimes, developers need to extract the video id from the YouTube URL. We need to play with the YouTube URL string to extract the video id from the URL, which we will do in this tutorial. We will learn different approaches to getting the video id from a full URL. Using the split() Method JavaScript contains the built-in split() method, which allows users to split the string into ...

Read More

Augmented Reality (AR) Web Development with JavaScript and AR.js

Mukul Latiyan
Mukul Latiyan
Updated on 15-Mar-2026 2K+ Views

Augmented Reality (AR) is a technology that overlays digital information and virtual objects onto the real world. It has gained significant popularity in recent years, thanks to advancements in mobile devices and web technologies. In this article, we will explore the basics of AR web development using JavaScript and AR.js, a powerful JavaScript library for creating AR experiences on the web. Understanding Augmented Reality Augmented Reality combines the real world with virtual objects, creating an interactive and immersive user experience. AR applications can be used for various purposes, such as gaming, education, marketing, and visualisation. By leveraging computer ...

Read More

Building Cross-Platform Desktop Applications with NW.js and JavaScript

Mukul Latiyan
Mukul Latiyan
Updated on 15-Mar-2026 862 Views

In today's digital era, there is an increasing demand for cross-platform desktop applications that can run seamlessly on multiple operating systems. One powerful solution for developing such applications is NW.js (previously known as Node-Webkit). NW.js allows developers to build desktop applications using familiar web technologies such as JavaScript, HTML, and CSS. This article will delve into the world of NW.js and explore how JavaScript can be leveraged to create cross-platform desktop applications. What is NW.js? NW.js is essentially a combination of Chromium (the open-source project behind Google Chrome) and Node.js. This powerful duo enables developers to utilise the ...

Read More

Building Cross-Platform Mobile Games with JavaScript and Phaser.js

Mukul Latiyan
Mukul Latiyan
Updated on 15-Mar-2026 855 Views

The mobile gaming industry has experienced exponential growth over the years, with millions of users enjoying games on their smartphones and tablets. Developing cross-platform mobile games can be a daunting task due to the various operating systems and device specifications. However, JavaScript, combined with the Phaser.js framework, provides a powerful solution for creating captivating and responsive games that can run seamlessly across multiple platforms. In this article, we will explore the fundamentals of building cross-platform mobile games using JavaScript and Phaser.js, providing code examples, explanations, and a conclusion. Getting Started with Phaser.js Phaser.js is a fast, open-source game ...

Read More

Building Microservices with JavaScript and Node.js

Mukul Latiyan
Mukul Latiyan
Updated on 15-Mar-2026 805 Views

In the rapidly evolving world of software development, the demand for scalable and maintainable applications has grown exponentially. To meet these challenges, microservices architecture has emerged as a popular solution. With the powerful combination of JavaScript and Node.js, developers have a flexible platform at their disposal for building microservices. In this article, we will delve deeper into the fundamentals of microservices, discuss key concepts, and provide practical code examples using JavaScript and Node.js. Understanding Microservices Architecture Microservices architecture is an architectural style in which applications are built as a collection of loosely coupled, independently deployable services. Each service ...

Read More

Building Progressive Web Games with JavaScript and HTML5 Canvas

Mukul Latiyan
Mukul Latiyan
Updated on 15-Mar-2026 1K+ Views

In recent years, the web platform has evolved significantly, enabling developers to create more powerful and interactive applications. With the introduction of HTML5 and JavaScript, developers now have the tools to build not just websites but also games that can run directly in the browser. In this article, we will explore the process of building a Progressive Web Game using JavaScript and HTML5 Canvas, with a practical example of a "Brick Breaker" game. What are Progressive Web Games? Progressive Web Games are web-based games that leverage modern web technologies to provide a rich and immersive gaming experience. ...

Read More

Building Real-Time Collaborative Editing Applications with JavaScript and Operational Transformation

Mukul Latiyan
Mukul Latiyan
Updated on 15-Mar-2026 1K+ Views

Real-time collaborative editing applications have become increasingly popular in today's digital world. These applications allow multiple users to simultaneously edit and collaborate on shared documents or projects. One of the key challenges in building such applications is handling concurrent edits made by different users. JavaScript, being a widely used programming language for web development, provides robust tools and frameworks to implement real-time collaboration features. In this article, we will explore how to build real-time collaborative editing applications with JavaScript using the concept of operational transformation. We will provide code examples, explanations, and a final conclusion to summarise the key ...

Read More

Building Robot Arms with JavaScript and Robotics Frameworks

Mukul Latiyan
Mukul Latiyan
Updated on 15-Mar-2026 634 Views

JavaScript, the popular programming language known for its versatility and ease of use in web development, has expanded its reach beyond the realm of browsers. With the rise of the Internet of Things (IoT) and the increasing demand for robotics applications, JavaScript has found its way into the world of robotics. In this article, we will explore how JavaScript can be used to build and control robot arms, leveraging the power of robotics frameworks. Understanding Robotics Frameworks Before diving into the practical implementation, let's take a moment to understand what robotics frameworks are and how they can benefit ...

Read More

Building Voice-controlled Applications with JavaScript and Speech Recognition APIs

Mukul Latiyan
Mukul Latiyan
Updated on 15-Mar-2026 893 Views

Voice-controlled applications have become increasingly popular in recent years, allowing users to interact with technology through speech rather than traditional input methods. JavaScript, being one of the most widely used programming languages for web development, provides a powerful platform for building such applications. In this article, we will explore how to utilise JavaScript and Speech Recognition APIs to create voice-controlled applications. We will dive into the process of setting up speech recognition, capturing and processing user speech, and implementing voice commands in your applications. Setting Up Speech Recognition Before we start building our voice-controlled application, we need to ...

Read More
Showing 1171–1180 of 8,010 articles
« Prev 1 116 117 118 119 120 801 Next »
Advertisements