Terraform Resources and State Management
2024-01-23
Day 23 of 90 Days of DevOps - Terraform Resources and State Management. Part of the Infrastructure as Code series covering essential DevOps concepts and hands-on practices.
484 words
|
2 minutes
Terraform Basics and Provider Setup
2024-01-22
Day 22 of 90 Days of DevOps - Terraform Basics and Provider Setup. Part of the Infrastructure as Code series covering essential DevOps concepts and hands-on practices.
303 words
|
2 minutes
Start, test, then stop a localhost web server in a Bash script
2024-01-22
I wanted to write a bash script that would start a Datasette server running, run a request against it using `curl`, then stop the server again.
683 words
|
3 minutes
Pisco sour
2024-01-22
This classic Peruvian cocktail recipe is particularly useful if you have both a lemon tree and chickens producing fresh eggs!
275 words
|
1 minute
Infrastructure as Code Concepts
2024-01-21
Day 21 of 90 Days of DevOps - Infrastructure as Code Concepts. Part of the Infrastructure as Code series covering essential DevOps concepts and hands-on practices.
338 words
|
2 minutes
Accessing 1Password items from the terminal
2024-01-20
I save things like API keys in [1Password](https://1password.com/). Today I figured out how to access those from macOS terminal scripts.
342 words
|
2 minutes
Building Your First CI/CD Pipeline
2024-01-20
Day 20 of 90 Days of DevOps - Building Your First CI/CD Pipeline. Part of the Version Control & CI/CD series covering essential DevOps concepts and hands-on practices.
420 words
|
2 minutes
Using pipenv and Docker
2024-01-20
I had [a Django project](https://github.com/natbat/cbwg) that used `pipenv` (in particular a `Pipfile.lock`) to manage dependencies and I wanted to...
390 words
|
2 minutes