Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
JavaScript-Questions
2.1K+ articles
HTML-DOM
1.5K+ articles
CSS-Questions
1.0K+ articles
Web technologies
657+ articles
GitHub
157+ articles
Web-API
134+ articles
GIT
33+ articles
Audio-API
5+ articles
ExpressJS-Functions
4+ articles
Web Tech
192+ posts
Recent Articles
Popular Articles
JavaScript Keys, Values & Enteries
Last Updated: 27 January 2026
JavaScript offers built-in methods that simplify working with object data. Object.entries(), Object.keys(), and Object.values() help extract and manipulate object properti...
read more
javaScript
Web Tech
Creating a Smiley and Bouncing Animation Using HTML Canvas
Last Updated: 24 January 2026
Canvas is used to draw static graphics and to create animations, each handled separately using JavaScript.Draws a static smiley face using Canvas shapes like arcs and rect...
read more
HTML5
W3.CSS
Web Tech
Introduction to Git GUI
Last Updated: 24 January 2026
Git is a distributed version control system, and many developers prefer Git GUIs for their visual and user-friendly workflow.Git GUIs visually display repositories, branch...
read more
GitHub
GIT
Web Tech
Managing Large Projects with Git & GitHub
Last Updated: 24 January 2026
Git and GitHub help manage large projects by controlling code changes, improving collaboration, and reducing complexity.Track and manage changes efficiently using version ...
read more
GitHub
GIT
Web Tech
Implementing Data Migrations and Backups in MongoDB
Last Updated: 24 January 2026
MongoDB data migrations and backups are essential for maintaining database integrity, availability, and scalability. While migrations handle schema changes and data transf...
read more
MongoDB
Web Tech
Code review using GitHub
Last Updated: 24 January 2026
Improves code quality and collaboration by enabling structured feedback before merging changes.Developers share code through pull requests.Team members review, comment, an...
read more
GitHub
Web Tech
Creating GET and POST HTTP Requests
Last Updated: 17 January 2026
GET and POST requests enable clients to retrieve and send data to servers using standard HTTP methods.GET retrieves data without modifying server state.POST submits data f...
read more
HTML5
Web Tech
Working with Directories
Last Updated: 15 January 2026
Working with files and directories is a fundamental skill in any command-line environment. It helps you efficiently navigate projects, manage source code, and maintain sys...
read more
GIT
Web Tech
AI Chat Assistant: React Based Project
Last Updated: 21 August 2025
Here is an AI Chat Assistant, a React-based web app that offers smart, interactive conversations. It uses advanced AI to understand and respond to user queries, providing ...
read more
Web Tech
Social Media Dashboard (React Based Project)
Last Updated: 19 August 2025
Here is a Social Media Dashboard, a React-based web app that brings together all your social media statistics in one place. It shows important data like followers, likes, ...
read more
react-js
Web Tech
Terminologies of Web Development
Last Updated: 06 December 2025
Understanding the core terminologies of web development is essential before starting with full stack development. Concepts likeAPI,JSON,XML, andHTMLform the foundation of ...
read more
Web Tech
Portfolio Website Using JavaScript
Last Updated: 06 August 2025
Previously, we created a responsive portfolio website using HTML and CSS, giving it a clean structure and visually appealing design. Now, we’ll enhance it further by addin...
read more
Web Tech
Array Searching & Sorting in JavaScript
Last Updated: 29 July 2025
Arrays in JavaScript often contain large sets of data like a list of numbers, names, or objects. To make the most of this data, you’ll frequently need to search for a spec...
read more
Web Tech
Building an E-commerce Website Using HTML and CSS
Last Updated: 02 August 2025
In this project, you'll create a fully responsive e-commerce website using HTML, CSS, and JavaScript. The website will feature a modern layout and intuitive design, includ...
read more
Web Tech
Exploring Map, Reduce, and Filter in JavaScript
Last Updated: 23 July 2025
JavaScript provides several powerful array methods that enable functional programming techniques. Among these, map, reduce, and filter are particularly useful for transfor...
read more
Web Tech
1
2
3
4
...
13