Gen AI Pipeline for Developers1) Data Acquisition Data acquisition refers to the process of programmatically collecting data from various sources to be used in applications, analysis, or storage. This can include: Common sources developers acquire data from: APIs (e.g., REST A...May 13, 2025路9 min read
Multiple Threads execution & Process utilization馃殌Introduction In modern computing, multithreading has become an indispensable technique for optimizing performance and responsiveness in software applications. Multithreading enables a program to perform multiple tasks concurrently, allowing it to t...Aug 3, 2023路6 min read
Understanding the Linux File SystemIntroduction Welcome to our tech blog, where we dive deep into the intricacies of the Linux file system. Whether you're a beginner or an experienced user, understanding the Linux file system is essential for efficiently managing your files, directori...Jul 4, 2023路10 min read
Processes in LinuxIntroduction In the Linux operating system, processes play a vital role in executing tasks and managing system resources. A process can be thought of as an instance of a running program. It represents a single unit of work and consists of executable ...Jun 23, 2023路9 min read
Linux system administratorUser and Groups Files and directories which you are working within the system have permission, this permission controls the access of the resources for various uses. In this blog, we are going to discuss all those methods by using which we can manipu...Jun 18, 2023路10 min read
Introduction to Linux Shell and Essential CommandsThe main part of Linux is its terminal. Whenever you interact with the terminal, you do that by passing some input, which is often referred to as a standard stream or I/O stream. It provides a way to interact with input-output operations. What is a s...Jun 18, 2023路6 min read