daily-notes
everyday - consistent
13 posts
24-June-25
Continue learn about AWS Lambda & Provisioning Lambda Function On AWS Using Terraform
Jun 24, 2025
23-June-25
Learn Provisioning Infrastructure Using Terraform on AWS for EC2 and RDS.
Jun 23, 2025
22-June-25
Learn IAM Roles, EC2 Instance Profile & Provisioning VPC using Iaac (Terraform)
Jun 22, 2025
21-June-25
Learn IAM Policies & AWS Networking
Jun 21, 2025
20-June-25
Learn about basic VPC, subnet, IGW (Internet Gateway), SG (Security Group), and EC2 using AWS Free Tier.
Jun 20, 2025
19-June-25
Create pipeline with lint & unit test, terraform, iaac testing (using terratest), Docker Build & Security Scan (Trivy), Deploy, Smoke Test & Metrics Scrape, Cleanup & Notification
Jun 19, 2025
18-June-25
Performance optimization in ci/cd pipeline focus on faster build & test for example using feature like caching, and pararel jobs
Jun 18, 2025
17-June-25
Infrasturtucre testing in ci/cd makesure to running smoothly provisioning using terraform work realy well as expected
Jun 17, 2025
16-June-25
Observability & monitoring is key to understand about application and infrastructure healty in real-time
Jun 16, 2025
15-June-25
Github actions, you can configure your workflows to run when spesific activity on github happens, schedule thime, or when event outside github occurs
Jun 15, 2025
14-June-25
Workflow running jobs parrarel by default. To run jobs sequentially, you need to define other jobs using the jobs.<job_id>.needs keyword
Jun 14, 2025
13-June-25
In CI/CD world, environment variables and secret is key to storing value without writing directly to yaml files. It's possible to manage credentials, versioning, and configure build according to the...
Jun 13, 2025
12-June-25
OpenTofu is fork from opensource terraform tool for infrastructure as a code. This tool allow to define infrastructure to human readable file `.tf` so you can manage consistant infrastructure...
Jun 12, 2025