Blog
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.
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.
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.
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
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