PostgreSQL full-text search in the Django Admin
2024-01-31
Django 3.1 introduces PostgreSQL `search_type="websearch"` - which gives you search with advanced operators like `"phrase search" -excluding`. Jame...
126 words
|
1 minute
Docker Fundamentals and Containers
2024-01-31
Day 31 of 90 Days of DevOps - Docker Fundamentals and Containers. Part of the Containerization & Orchestration series covering essential DevOps concepts and hands-on practices.
339 words
|
2 minutes
Logging users out of Auth0
2024-01-30
If you [implement Auth0](https://til.simonwillison.net/auth0/oauth-with-auth0) for login, you may be tempted to skip implementing logout. I started...
267 words
|
1 minute
GitOps and Declarative Infrastructure
2024-01-30
Day 30 of 90 Days of DevOps - GitOps and Declarative Infrastructure. Part of the Infrastructure as Code series covering essential DevOps concepts and hands-on practices.
188 words
|
1 minute
Using lsof on macOS
2024-01-29
`lsof` stands for "list open files". Here are some very basic usage notes for the version that ships with macOS.
367 words
|
2 minutes
IaC Testing and Validation
2024-01-29
Day 29 of 90 Days of DevOps - IaC Testing and Validation. Part of the Infrastructure as Code series covering essential DevOps concepts and hands-on practices.
407 words
|
2 minutes
Configuration Management at Scale
2024-01-28
Day 28 of 90 Days of DevOps - Configuration Management at Scale. Part of the Infrastructure as Code series covering essential DevOps concepts and hands-on practices.
332 words
|
2 minutes
Ansible Vault and Security
2024-01-27
Day 27 of 90 Days of DevOps - Ansible Vault and Security. Part of the Infrastructure as Code series covering essential DevOps concepts and hands-on practices.
1167 words
|
6 minutes