Mukul Latiyan

Mukul Latiyan

363 Articles Published

Articles by Mukul Latiyan

Page 11 of 37

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 844 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 835 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 784 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 Applications (PWA) with JavaScript and Workbox

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

Progressive Web Applications (PWAs) have gained popularity in recent years as a way to deliver a superior user experience across various devices and network conditions. PWAs combine the best features of web and native applications, providing users with fast, reliable, and engaging experiences. In this article, we will explore how to build PWAs using JavaScript and Workbox, a powerful library that simplifies the process of adding offline support and caching to web applications. Understanding Progressive Web Applications (PWA) A Progressive Web Application is a web application that leverages modern web technologies to deliver a native app-like experience to ...

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 982 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 611 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 884 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

Data Manipulation and Transformation Techniques in JavaScript

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

In the world of web development, JavaScript is a versatile and powerful language that plays a crucial role in creating dynamic and interactive web applications. One of the key aspects of JavaScript is its ability to manipulate and transform data efficiently. In this article, we will explore advanced techniques for data manipulation and transformation using JavaScript. We will dive into various scenarios, providing code examples, explanations, and outputs to help you grasp these concepts effectively. Working with Arrays Arrays are fundamental data structures in JavaScript, and they offer several powerful methods to manipulate and transform data. Let's ...

Read More
Showing 101–110 of 363 articles
« Prev 1 9 10 11 12 13 37 Next »
Advertisements