Skip to main content

General

General — articles and guides on Thiyagaraaj.com.

1
Developer Tools

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

2
Developer Tools

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

3
Developer Tools

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

4
Developer Tools

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.

5
Developer Tools

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

6
Developer Tools

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

7
Developer Tools

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

8
Developer Tools

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

9
Developer Tools

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

10
Developer Tools

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

11
Developer Tools

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.

12
Developer Tools

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

Related Topics

Search tutorials