IOIvan Oroneinivanorone.hashnode.dev·Sep 2, 2024 · 10 min readBuilding reliable, scalable applications on Kubernetes — Part 1Kubernetes is an open source orchestrator for deploying containerized applications. It is a component of cloud-native development that helps in achieving high levels of velocity, agility, reliability and efficiency. Cloud-native is an approach of bui...00
IOIvan Oroneinivanorone.hashnode.dev·Aug 19, 2024 · 9 min readVirtual Private Clouds on AWSIntroduction A Virtual Private Cloud (VPC) is a logically isolated virtual network with a cloud provider. AWS accounts come with a default VPC in each region that is good for getting started. That being said, it is always good to create custom VPCs b...00
IOIvan Oroneinivanorone.hashnode.dev·Aug 5, 2024 · 4 min readEvolutionary Software DevelopmentEvolutionary software development involves breaking down a complex project into small easy-to-manage/understand modules that are iteratively developed and released. It emphasises guided, incremental change across multiple dimensions as a first princi...00