Ansible Introduction and Playbooks
Day 25 of 90 Days of DevOps - Ansible Introduction and Playbooks. Part of the Infrastructure as Code series covering essential DevOps concepts and hands-on practices.
612 words
|
3 minutes
Calculating the size of a SQLite database file using SQL
I learned this trick today while [browsing the code](https://github.com/tersesystems/blacklite/blob/main/blacklite-core/src/main/resources/com/ters...
358 words
|
2 minutes
Terraform Modules and Best Practices
Day 24 of 90 Days of DevOps - Terraform Modules and Best Practices. Part of the Infrastructure as Code series covering essential DevOps concepts and hands-on practices.
369 words
|
2 minutes
Terraform Resources and State Management
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
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
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
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
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