#devops
Read more stories on Hashnode
Articles with this tag
Kubernetes, often shortened to K8s, is a powerful tool for managing containerized applications. If you're new to Kubernetes, this blog post will...
Learning Docker with Linux Command Line · In this blog post, I wanted to share a high-level overview of Docker and list some of its basic CLI commands...
Exam preparation tips · I recently passed my first AWS exam after spending approximately one month preparing (1 to 2 hours a day) for it. Since it is an...
Recently, I was working on a project that involved the use of AWS Lambda functions with an Application Load Balancer (ALB) trigger. This is a great...
GitHub webhooks provide an effective way to automate processes and trigger actions in response to events within the repositories. Whether it's a push...
I am learning about the basics of creating a blueprint for a secure CI/CD pipeline. Recently, I had the opportunity to implement secret scanning using...