Rohith

Creator of whiletrue.live.

@rohithreddykota

Mastering Agile

Scrum is an Agile framework for project management that emphasizes collaboration, iterative development, and adaptability. It divides projects into short time frames called sprints, typically lasting 1-4 weeks, during which the team aims to deliver a potentially shippable product increment.

Posted May 25, 2023 by Rohith and Anusha ‐ 5 min read

quick-references blog agile scrum

GCP Big Picture

GCP also known as Google Cloud Platform, is a suite of cloud computing services provided by Google. It offers a wide range of products and tools for building, deploying, and managing applications and infrastructure in the cloud.

Posted May 24, 2023 by Rohith and Anusha ‐ 6 min read

quick-references blog gcp

AWS Big Picture

Amazon Web Services (AWS) is a comprehensive cloud computing platform provided by Amazon. It offers a wide range of services and tools that enable businesses and individuals to build, deploy, and manage various applications and services in the cloud.

Posted May 24, 2023 by Rohith and Anusha ‐ 8 min read

quick-references aws blog aws-services

K8s Objects Based on Topology

Topology based features provide flexibility and control over the placement of resources within a Kubernetes cluster based on the underlying topology. By leveraging topology-aware scheduling and placement, you can optimize resource utilization, improve availability, and enhance the performance of your applications.

Posted May 24, 2023 by Rohith ‐ 2 min read

quick-references k8s blog

The Go Idioms

Following are the 9 most important idioms used in go programming. defer, `comma, ok` idiom, `range` idiom, Goroutines, Channels, Select statement, Interfaces, Zero value, Error handling

Posted May 13, 2023 by Rohith ‐ 3 min read

quick-references blog go