Ansible Roles and Galaxy
Day 26 of 90 Days of DevOps - Ansible Roles and Galaxy. Part of the Infrastructure as Code series covering essential DevOps concepts and hands-on practices.
275 words
|
1 minute
Adding a Datasette ASGI app to Django
[Datasette](https://datasette.io/) is implemented as an ASGI application.
355 words
|
2 minutes
Updating stable docs in ReadTheDocs without pushing a release
I use [ReadTheDocs](https://readthedocs.org/) for several of my projects. It's fantastic: among other things, it makes it easy to publish the docum...
1979 words
|
10 minutes
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