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
Python
19.6K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
C++
3.8K+ articles
Python Programs
3.7K+ articles
Difference Between
3.1K+ articles
Solidity
112+ articles
Blockchain
92+ articles
java-swing
63+ articles
Programming Language
46.5K+ posts
Recent Articles
Popular Articles
Creating a Project in Unity
Last Updated: 18 April 2026
Creating a project in Unity is the first step toward building games, simulations or interactive applications. Unity provides a simple interface through its Hub, allowing d...
read more
C#
Game Development with Unity
Last Updated: 16 April 2026
Unity is a powerful cross-platform game engine used for developing 2D, 3D, AR, and VR applications. It is widely used in the gaming industry as well as in simulations, fil...
read more
C#
Unity
Game Developer
Thread Hierarchy in CUDA
Last Updated: 13 April 2026
The primary advantage of CUDA programming is the ability to execute thousands of tasks simultaneously. To manage this massive parallelism, NVIDIA uses a structured hierarc...
read more
C++
CUDA
Passing Parameters & Error Handling in CUDA
Last Updated: 09 April 2026
Efficient CUDA development requires managing data movement between the CPU (Host) and GPU (Device) with precision. Success in parallel programming depends on understanding...
read more
C++
CUDA
Connection Interface in Java JDBC
Last Updated: 06 April 2026
The Connection interface in Java JDBC represents a session between a Java application and a database. It is used to establish communication, execute SQL queries, and manag...
read more
Java
JDBC
Driver Interface in JDBC
Last Updated: 06 April 2026
The Driver interface in JDBC is a core interface that enables Java applications to communicate with databases. It acts as a bridge between the application and the database...
read more
Java
JDBC
Pacman Game in C
Last Updated: 25 March 2026
The Pacman game is a classic arcade-style game where the player controls a character that moves inside a maze, collects food pellets, and avoids enemies. The objective is ...
read more
C Language
Change the Type of Input in Python
Last Updated: 23 March 2026
By default input() function in Python helps in taking user input as string. If any user wants to take input as int or float, we just need to typecast it.Example: Taking th...
read more
Python
Input and Output
Return Types in C#
Last Updated: 22 April 2026
In C#, the return statement is used to transfer control back to the method from where it was called. When a return statement is executed, the method stops executing immedi...
read more
C#
Functions in C#
Last Updated: 22 April 2026
A function is a reusable block of code that performs a specific task. It helps divide a program into smaller parts, making it easier to read and maintain. It can take inpu...
read more
C#
Applications of R Language
Last Updated: 03 March 2026
R is a programming language used for statistical computing, data analysis and data visualization. It is used by data scientists, researchers and analysts to work with data...
read more
R Language
CUDA Installation and Setup in VS Code
Last Updated: 27 February 2026
This article explains how to install CUDA Toolkit and configure it with VS Code on Windows for compiling and running CUDA (.cu) programs.PrerequisitesBefore proceeding, en...
read more
C++
CUDA
Launching a Kernel | CUDA
Last Updated: 26 February 2026
In CUDA, a kernel launch is the process of starting parallel execution of a kernel function on the GPU from the Host (CPU). This is done using the Execution Configuration ...
read more
C++
CUDA
Introduction to GPU Computing
Last Updated: 25 February 2026
GPU computing is the use of a Graphics Processing Unit (GPU) to perform computations faster by executing many operations in parallel, unlike CPU which compute processes se...
read more
C++
CUDA
__host__ Specifier in CUDA
Last Updated: 17 February 2026
__host__ specifier is a function type qualifier used to explicitly communicate to the compiler that a specific function is designed to reside and execute on the Host (CPU)...
read more
C++
CUDA
1
2
3
4
...
3103
×
Advertisement