General
General — articles and guides on Thiyagaraaj.com.
Basic Concepts of OOP with C++
Object-Oriented Programming (OOP) is a powerful paradigm widely used in modern software development. It promotes the organization of code into reusable and modu
C Programming Language
C is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with
Understanding Client-Server Architecture: Exploring Components
Client-server architecture is a distributed application architecture that involves the division of tasks or workloads between service providers (servers) and se
Create a Free Website: Fast, Easy, and Customizable
Step-by-step guide to creating a free website — choosing a platform, customizing your design, and publishing online with no coding experience needed.
Linux Commands for Java & MySQL Setup
1. Java Install First, update the package index. sudo apt-get update Next, install Java. Specifically, this command will install the Java Runtime Environment (J
List of Icon Websites
https://streamlineicons.com/ https://www.flaticon.com/ https://www.designermill.com/ https://webkul.github.io/vivid/ https://www.nucleoapp.com/?ref=producthunt
Enhancing Visual Studio with PowerCommands
Visual Studio has long been a go-to Integrated Development Environment (IDE) for developers working on various projects. To further enhance its capabilities and
React JS prerequisites & getting started
1. React Js Prerequisites These skills are mandatory for learn React JS HTML CSS Javascript JSX Class & Functions Node & NPM CLI & Git
Understanding the Scope Resolution Operator in C++
This blog post provides a comprehensive explanation of the scope resolution operator in C++. We will explore its purpose, syntax, and usage through detailed exa
Use of getch(),getche() and getchar() in C
Most of the program ends with getch(), so we think that getch() is used to display the output...but it is wrong.It is used to get a single character from the co
Introduction to Virtual Machines
Introduction to virtual machines — what virtualization is, how a VM emulates a computer, the types of hypervisors, and common use cases.
Real-Time File and Folder Monitoring in VB.NET: A Comprehensive Guide
In today's digital landscape, keeping track of file and folder activities is essential for various applications and systems. This article provides an updated an