Tutorials
Courses
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
Web Technologies
37.4K+ articles
Software Engineering
2.5K+ articles
Algorithms
1.9K+ articles
Software Testing
1.2K+ articles
Binary Tree
330+ articles
TCS-coding-questions
136+ articles
JP Morgan
82+ articles
Volkswagen IT Services
61+ articles
QA - Placement Quizzes-Data Interpretation
54+ articles
Intellipaat
30+ articles
C++-Misc C++
18 posts
Recent Articles
Popular Articles
Code Bloating in C++ with Examples
Last Updated: 31 May 2020
Code bloat is the production of code that is perceived as unnecessarily long, slow, or otherwise wasteful of resources. It is a problem in Software Development which makes...
read more
Misc
C++ Programs
C++
C++-Misc C++
Node vs Express
Last Updated: 07 January 2025
Node.js and Express are two essential tools in the JavaScript ecosystem, especially for server-side development. While they are often used together, they serve different p...
read more
Technical Scripter
Difference Between
JavaScript
Web Technologies
Node.js
Technical Scripter 2020
C++-Misc C++
Algorithms-Graph Traversals
Java-SecureRandom
TCS-coding-questions
Node.js-Misc
Java-HijrahDate
Express.js
Python numpy-Random
Web Technologies - Difference Between
Installation testing in Software Testing
Last Updated: 24 April 2024
Prerequisite: Software TestingInstallation testing is a type of software testing that verifies the software's installation process and ensures that the software is install...
read more
Algorithms
Software Engineering
Android
Software Testing
Binary Tree
C++-Misc C++
C++-Virtual Functions
QA - Placement Quizzes-Data Interpretation
python-dict
Tek Systems
jQuery-HTML/CSS
Software Testing
Juspay
Java-HijrahDate
Design for Testability (DFT) in Software Testing
Last Updated: 06 August 2024
Design for Testability (DFT) is an essential strategy in software development that aims to enhance the efficiency and effectiveness of testing. By incorporating testabilit...
read more
Software Engineering
Software Testing
Binary Tree
Complete Binary Tree
C++-Misc C++
QA - Placement Quizzes-Data Interpretation
python-dict
Pigeonhole Principle
CSS-Functions
Scala-Arrays
Scala-Operator
Scala-Data Type
CSharp-TimeZoneInfo-Class
Software Testing
Java-HijrahDate
Top 12 Computer Vision Trends in 2025
Last Updated: 17 June 2025
Machines used to be blind, but computer vision gave them eyes! Now we can teach them to "see" like us, blurring the lines between real and digital with things like augment...
read more
GBlog
Tatvasoft
Intellipaat
PrimeNG-DragDrop
Boats and Streams
C++-Misc C++
QA - Placement Quizzes-Data Interpretation
Algorithms-InsertionSort
Permutation and Combination
JP Morgan
SQL-PL/SQL
Java-BigInteger
Perl-Scalars
Java-Sql package
CSS-Functions
Java-SecureRandom
TCS-coding-questions
B-Tree
SalesFor
Volkswagen IT Services
Python-Asynchronous
Computer Vision
AI-ML-DS Blogs
Generative AI
AI-ML-DS
Computer Vision Blogs
GBlog 2025
Range Operations and Lazy Propagation for Competitive Programming
Last Updated: 03 May 2024
In competitive programming, mastering range operations and understanding lazy propagation techniques is a crucial skill set for efficiently handling complex problems invol...
read more
Competitive Programming
DSA
Intellipaat
Huawei
Segment-Tree
C++-Misc C++
Algorithms-Graph Traversals
Python numpy-Random
Python Pyramid - Message Flashing
Last Updated: 15 March 2024
In this article, we will explore the concept of Python flashing through a practical example. We'll be creating a registration page where, upon entering the correct informa...
read more
Python
Picked
Geeks Premier League
Tatvasoft
Intellipaat
C++-Misc C++
QA - Placement Quizzes-Data Interpretation
TCS-coding-questions
B-Tree
Geeks Premier League 2023
NEET Exam Biology : Full Study Material and Syllabus
Last Updated: 17 April 2025
NEET Biology Syllabus and Study Material: NEET commonly refers to the National Eligibility cum Entrance Test in India. NEET is a national-level entrance examination for st...
read more
Picked
PHP
TCS
SBI
GPS
C++-Misc C++
python-dict
series-sum
SQL-PL/SQL
Scala-Arrays
TCS-coding-questions
Volkswagen IT Services
ES6
Groww
Axis Bank
Circle-Theorems
Error Handling in Programming
Last Updated: 21 April 2024
In Programming, errors occur. Our code needs to be prepared for situations when unexpected input from users occurs, division by zero occurs, or a variable name is written ...
read more
Picked
DSA
C++-Misc C++
TCS-coding-questions
Volkswagen IT Services
Dielectric Heating
Last Updated: 27 February 2024
Within the ever-changing field of modern heating technology, dielectric heating stands out as a ground-breaking and effective technique with a wide range of uses. This cre...
read more
Picked
Android
Geeks Premier League
PrimeNG-DragDrop
TCS
GPS
C++-Misc C++
C-C Quiz - 108
QA - Placement Quizzes-Data Interpretation
python-dict
Pigeonhole Principle
Perl-Scalars
CSS-Functions
Electrical Engineering
Geeks Premier League 2023
Power Factor Improvement
Last Updated: 27 February 2024
Power factor improvement is an indispensable piece of optimizing electrical systems for expanding effectiveness and diminished energy utilization. In the space of electric...
read more
Picked
Geeks Premier League
Tatvasoft
Visteon
C-Data Types
C++-Misc C++
Algorithms-Graph Traversals
QA - Placement Quizzes-Data Interpretation
Pigeonhole Principle
CouponMoto
CSS-Functions
VVDN Technologies
Scala-Arrays
B-Tree
Java-HijrahDate
Electrical Engineering
Geeks Premier League 2023
Electric circuits
Switch Users on Linux with the su Command
Last Updated: 19 January 2024
Switching users on a Linux system is a fundamental aspect of system administration, allowing users to perform tasks with different privileges. The 'su' command, short for ...
read more
Linux-Unix
Picked
Geeks Premier League
Tatvasoft
C++-Misc C++
Algorithms-Graph Traversals
JP Morgan
python-dict
Volkswagen IT Services
Geeks Premier League 2023
How to Handle Large Numbers in C++?
Last Updated: 16 April 2024
In C++, when working with very large numbers the standard data types like int can become insufficient due to their limited range. In this article, we will learn how we can...
read more
C++ Programs
C++
Picked
cpp-data-types
C++-Misc C++
CPP Examples
Case-Insensitive String Comparison in C++
Last Updated: 18 March 2024
In C++, strings are sequences of characters that are used to store text data which can be in both uppercase and lowercase format. In this article, we will learn how we can...
read more
C++
Picked
C++-Misc C++
cpp-strings
C Pattern Programs
CPP Examples
How to Prevent Implicit Conversions in C++?
Last Updated: 08 April 2024
In C++, implicit conversions are automatic type conversions that are performed by the compiler when a value is used with a compatible type. While they can be useful, they ...
read more
C++
Picked
cpp-operator
C++-Misc C++
C++ Conversion Programs
CPP Examples
1
2
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 !