UJUmer Jamilinumerjamil.hashnode.dev·Dec 26, 2023 · 3 min readUnderstanding Domain Name Systems (DNS)The Domain Name System (DNS) is a critical component of the internet, acting as a virtual phonebook that translates human-readable domain names into IP addresses. In this comprehensive guide, we will delve into what DNS is, how it works, and explore ...00
UJUmer Jamilinumerjamil.hashnode.dev·Dec 21, 2023 · 9 min readSetting Up a Continuous Deployment Pipeline for a Static Website on AWS S3 Using CodeCommit, CodeBuild, and CodePipelineIn this blog post, we'll walk through the process of creating a Continuous Deployment (CD) pipeline for deploying a static website hosted on an AWS S3 bucket. Our source code will be stored in an AWS CodeCommit repository, and we'll leverage AWS Code...00
UJUmer Jamilinumerjamil.hashnode.dev·Dec 3, 2023 · 3 min readYAML Basics for KubernetesIntroduction YAML (YAML Ain't Markup Language) is a human-readable data serialization format commonly used for configuration files, and it plays a significant role in Kubernetes (K8s) configurations. In this revision, we'll delve into YAML basics, em...00