Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
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
22.8K+ articles
JavaScript
12.2K+ articles
HTML
5.8K+ articles
CSS
4.9K+ articles
JQuery
4.9K+ articles
PHP
3.9K+ articles
ReactJS
3.5K+ articles
Node.js
3.5K+ articles
jQuery-jQWidgets
2.5K+ articles
PHP-function
2.3K+ articles
Web Technologies
40.0K+ posts
Recent Articles
Popular Articles
Introduction to Apollo Server
Last Updated: 27 March 2025
Traditional REST APIs often struggle with inefficiencies like over-fetching (retrieving more data than needed) and under-fetching (not getting enough data, requiring multi...
read more
Web Technologies
GraphQL
PHP Versions
Last Updated: 23 April 2025
PHP has been a key technology in web development from the beginning, helping create interactive websites and web applications. Over the years, PHP has evolved, introducing...
read more
PHP
Variables and Datatypes in PHP
Last Updated: 10 April 2025
A variable in PHP is a container used to store data. The value of a variable can change during program execution. PHP variables start with a dollar sign ($), followed by t...
read more
PHP
Constants and Magic Constants
Last Updated: 29 March 2025
In PHP, constants and magic constants are special identifiers that hold fixed values throughout script execution. They improve code clarity, reduce repetition, and help in...
read more
PHP
Lua Date and Time
Last Updated: 01 April 2025
Date and time are key features of any programming language, used in various tasks such as scheduling operations, logging events, and time-based calculations. In Lua, handl...
read more
Java
Web Technologies
PHP Type Juggling
Last Updated: 10 April 2025
Type juggling in PHP refers to PHP's automatic conversion of values between data types during operations, such as arithmetic or comparison. This is also known as implicit ...
read more
PHP
Flask Web Sockets
Last Updated: 01 April 2025
WebSockets enable real-time, bidirectional communication between a client and a server. Unlike traditional HTTP requests, which follow a request-response cycle, WebSockets...
read more
Python
Web Technologies
python
Python Flask
Flask Projects
Php Classes and Objects
Last Updated: 17 April 2025
In PHP, Object-Oriented Programming (OOP) makes it easier to organize and reuse code. The two fundamental building blocks in OOP are classes and objects.PHP ClassesA class...
read more
PHP
History And Evolution of Web Development
Last Updated: 21 May 2025
Web development has grown rapidly since it began in the late 20th century. It started with basic, static pages used to share information and has evolved into dynamic, inte...
read more
Web Technologies
PHP Cheatsheet
Last Updated: 24 May 2025
PHP stands for the Hypertext Preprocessor. It is a popular, open-source server-side scripting language designed for web development but also used as a general-purpose prog...
read more
PHP
PHP Indexed Arrays
Last Updated: 27 May 2025
In PHP, an indexed array is a type of array where each element is assigned an index number. By default, the index of the first element starts at 0, the second element gets...
read more
PHP
PHP $GLOBALS
Last Updated: 31 May 2025
$GLOBALS is a built-in PHP superglobal associative array that stores all global variables in a PHP script. It provides a way to access global variables from any scope, inc...
read more
Web Technologies
PHP
What's the difference between code, kbd and samp tags?
Last Updated: 07 June 2025
When you're writing HTML code, it's important to use the right tags for the right types of content. Even though code, kbd, and samp might all look similar—thanks to that c...
read more
Web Technologies
HTML
How To Align List in Centre Using only HTML
Last Updated: 07 June 2025
Centering a list on a webpage is a common design need. Usually, this is done using CSS, but sometimes you might want to center a list using only HTML without any CSS. Usin...
read more
Web Technologies
CSS
Build a Responsive Portfolio Website Using HTML and CSS
Last Updated: 07 June 2025
Nowadays, having a responsive portfolio website is crucial to effectively present your work and expertise. This guide will walk you through the process of creating a clean...
read more
Project
Web Technologies
1
2
3
4
...
2666
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !