
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Found 6710 Articles for Javascript

962 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. They are ... Read More

605 Views
In today's digital age, web applications have become an integral part of our daily lives. However, relying solely on a stable internet connection to access these applications can be limiting, especially in areas with poor connectivity or during network outages. This is where Progressive Web Applications (PWAs) shine. PWAs combine the best of both worlds, offering the convenience of web applications with the power and responsiveness of native mobile apps. In this article, we will dive into the world of PWAs and explore how to build them with offline support using JavaScript. By the end of this guide, you'll have ... Read More

664 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 users. PWAs ... Read More

678 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 is responsible ... Read More

778 Views
WebGL, or Web Graphics Library, is a powerful JavaScript API that allows developers to create interactive 3D graphics within web browsers. With the help of libraries like Three.js, developers can harness the capabilities of WebGL to build stunning visual experiences on the web. In this article, we will explore the fundamentals of WebGL and learn how to create interactive 3D graphics using Three.js and JavaScript. Understanding WebGL WebGL is a low-level JavaScript API based on OpenGL ES, a widely used standard for rendering 2D and 3D graphics on embedded systems. WebGL brings the power of hardware-accelerated graphics to the web, ... Read More

2K+ Views
In the current era of technology, desktop applications hold immense significance in our daily lives, offering enhanced user experiences and tapping into the capabilities of local machines. Traditionally, developing desktop applications required expertise in platform-specific programming languages and frameworks, posing a challenge for web developers looking to venture into desktop development. However, Electron.js addresses this challenge effectively. Formerly known as Atom Shell, Electron.js is an open-source framework that originated from GitHub. It empowers developers to build cross-platform desktop applications using familiar web technologies like HTML, CSS, and JavaScript. By bridging the gap between web development and desktop application development, Electron.js ... Read More

507 Views
In today's digital age, desktop applications continue to play a vital role in our everyday lives. They provide a rich user experience and allow developers to harness the power of the local machine. However, traditionally, building desktop applications required knowledge of platform-specific programming languages and frameworks, making it challenging for web developers to transition into desktop development. This is where Electron.js comes into play. Electron.js, formerly known as Atom Shell, is an open-source framework developed by GitHub. It enables developers to create cross-platform desktop applications using web technologies such as HTML, CSS, and JavaScript. By leveraging web technologies, Electron.js bridges ... Read More

530 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 framework that ... Read More

666 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. We will provide code examples with comments, explanations, and outputs to illustrate the concepts discussed. Getting Started with NW.js To begin our journey into building cross-platform desktop applications ... Read More

1K+ Views
Augmented Reality (AR) has revolutionised the way we interact with digital content, seamlessly blending the virtual world with the real world. It has found applications in various domains, including gaming, education, e-commerce, and industrial training. AR provides immersive and interactive experiences that enhance user engagement and open up new possibilities for businesses and developers. With the advancements in web technologies, it is now possible to create AR experiences directly in the browser using JavaScript, making it accessible to a broader audience. In this article, we will explore the process of building AR web applications with JavaScript, along with code examples ... Read More