Data Structure
Java
Python
HTML
Interview Preparation
Tutorials
Courses
Go Premium
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
DSA
20.0K+ articles
JavaScript
9.9K+ articles
Misc
7.7K+ articles
JQuery
4.8K+ articles
CSS
4.5K+ articles
HTML
4.1K+ articles
PHP
3.8K+ articles
Node.js
3.0K+ articles
jQuery-jQWidgets
2.5K+ articles
PHP-function
2.3K+ articles
Web Technologies
39.1K+ posts
Recent Articles
Popular Articles
Careers and Jobs in PHP
Last Updated: 13 August 2025
PHP is one of the most widely used server-side scripting languages, powering millions of websites and applications worldwide. Known for its simplicity, flexibility and str...
read more
PHP
Companies That Use PHP
Last Updated: 13 August 2025
PHP is a popular server-side scripting language that powers a significant portion of the web. Known for its simplicity, flexibility and large ecosystem, PHP remains a go-t...
read more
PHP
Careers and Jobs in JavaScript
Last Updated: 12 August 2025
JavaScript is one of the most widely used programming languages in the world, powering web applications, mobile apps, server-side systems, and even desktop software. It is...
read more
JavaScript
javaScript
Companies That Use JavaScript
Last Updated: 12 August 2025
JavaScript is a versatile programming language primarily used for web development but now powers applications across browsers, servers, mobile devices, and even IoT device...
read more
JavaScript
javaScript
Array Short Notes
Last Updated: 08 August 2025
A JavaScript array is a structured collection of values, referred to as elements, each associated with a numeric index that begins at 0. The first element resides at index...
read more
JavaScript
String Short Notes
Last Updated: 11 August 2025
A String is a sequence of characters used to represent text-based data, such as words, sentences, or symbols. Strings are one of the most commonly used data types in JavaS...
read more
JavaScript
Web technologies
Function Declaration and Invocation in JavaScript
Last Updated: 29 July 2025
In JavaScript, functions are blocks of reusable code designed to perform a specific task. Understanding how to declare and invoke (call) functions is fundamental to writin...
read more
JavaScript
Development Environment in JavaScript
Last Updated: 26 July 2025
Before you can start building your own projects, you need the right setup. Here we will learn how to set up the effective environment or tools where you can write, run, an...
read more
JavaScript
nodejs
Web Developer
Node.js Third Party Module
Last Updated: 23 July 2025
Third-party modules are external libraries maintained and built by the developer community. Unlike core modules that are added with Node.js, these modules must be installe...
read more
Node.js
JavaScript Control Flow Examples
Last Updated: 01 August 2025
Control flow statements are one of the core pillars of programming, allowing developers to make decisions, loop over data, and manage the sequence in which code is execute...
read more
JavaScript
JavaScript Practice Questions
Last Updated: 29 July 2025
1. JavaScript Program to Swap the Values of Two Variables Using a Third VariableSwapping the values of two variables is a basic operation in many programming tasks. In Jav...
read more
JavaScript
javaScript
Node.js Custom Module
Last Updated: 23 July 2025
Node.js is a powerful, open-source JavaScript runtime engine built on Chrome’s V8 engine. It allows JavaScript to run outside the browser, making it ideal for building fas...
read more
Node.js
CSS Transitions and Animations
Last Updated: 23 July 2025
CSS transitions are used to create smooth changes between two states of an element. This technique makes elements gradually change from one style to another when certain e...
read more
CSS
Core Modules in Node js
Last Updated: 30 August 2025
Node.js is a powerful JavaScript runtime environment built on Chrome’s V8 engine. One of the Important features that makes Node.js efficient and versatile is its rich set...
read more
Node.js
Building a Personal Blog Using HTML: A Simple HTML-Based Project
Last Updated: 27 June 2025
In this article, we'll create a personal blog website using only HTML. The goal is to build a basic but functional blog where you can showcase your thoughts and writings. ...
read more
HTML
1
2
3
4
...
2606