Rohith

Creator of whiletrue.live.

@rohithreddykota

Mastering Git Commands

In today's fast-paced world of software development, effective collaboration and version control are essential. Git, a distributed version control system, has become the industry standard for managing source code. With its vast array of commands and functionalities, Git empowers developers to track changes, work collaboratively, and efficiently manage their projects.

Posted June 3, 2023 by Rohith and Anusha ‐ 3 min read

quick-references blog

Mastering Linux Commands

Linux, the versatile and powerful open-source operating system, has gained tremendous popularity among tech enthusiasts, developers, and system administrators. One of the key reasons behind its success is the command-line interface (CLI) or terminal, which empowers users with a wealth of commands to interact with the system and accomplish various tasks efficiently.

Posted June 2, 2023 by Rohith and Anusha ‐ 5 min read

quick-references blog

The Heart of the Linux Operating System

The Linux operating system has gained immense popularity over the years, primarily due to its robustness, versatility, and open-source nature. At the core of Linux lies the kernel, a vital component that acts as the bridge between the hardware and software layers.

Posted June 1, 2023 by Rohith and Anusha ‐ 3 min read

quick-references blog

A Guide to Global Cloud Infrastructure

In the realm of cloud computing, Amazon Web Services (AWS) stands out as a leading provider, offering a vast array of services and solutions to businesses and individuals worldwide. One of the key aspects that make AWS so powerful and versatile is its global infrastructure, consisting of multiple regions strategically located around the world.

Posted May 28, 2023 by Rohith and Anusha ‐ 3 min read

quick-references blog

Greedy Algorithms

In the realm of computer science, algorithms play a fundamental role in solving complex problems efficiently. Among the plethora of algorithmic approaches, one strategy stands out for its simplicity and effectiveness: greedy algorithms. These algorithms follow a unique philosophy of making locally optimal choices at each step to achieve a globally optimal solution.

Posted May 26, 2023 by Rohith and Anusha ‐ 3 min read

quick-references blog greedy-algorithms