Rohith

Creator of whiletrue.live.

@rohithreddykota

Amazon Route 53

In the vast landscape of cloud services, Amazon Route 53 stands tall as a powerful and scalable domain name system (DNS) web service offered by Amazon Web Services (AWS). Named after the famous 53rd port used for DNS traffic, Route 53 plays a crucial role in managing and routing internet traffic efficiently. This blog aims to delve into the intricacies of Amazon Route 53, exploring its features, benefits, and real-world applications.

Posted January 22, 2024 by Anusha and Rohith ‐ 3 min read

aws amazon-web-services cloud-computing cloud amazon-route-53

Real Time Applications Of Data Structures

A data structure is a particular way of organizing data in a computer so that it can be used effectively.

Posted September 26, 2022 by Anusha and Rohith ‐ 6 min read

data-structures algorithms programming

TypeScript Environment Setup

This article is about TypeScript environment setup.

Posted August 24, 2022 by Rohith and Anusha ‐ 2 min read

typescript programming

tsconfig.json in TS Project

The tsconfig.json file corresponds to the configuration of the TypeScript compiler (tsc).

Posted September 1, 2022 by Rohith and Anusha ‐ 1 min read

typescript programming

Types of Data Structures

Data structures are an integral part of computers used for the arrangement of data in memory. They are essential and responsible for organizing, processing, accessing, and storing data efficiently.

Posted September 26, 2022 by Anusha and Rohith ‐ 5 min read

data-structures algorithms programming types-of-data-structures dsa