Documentation and Knowledge Sharing
2024-03-23
Day 83 of 90 Days of DevOps - Documentation and Knowledge Sharing. Part of the Best Practices & Culture series covering essential DevOps concepts and hands-on practices.
528 words
|
3 minutes
Piping echo to a file owned by root using sudo and tee
2024-03-23
I wanted to create a file with a shell one-liner where the file lived somewhere owned by root.
139 words
|
1 minute
Team Collaboration and Communication
2024-03-22
Day 82 of 90 Days of DevOps - Team Collaboration and Communication. Part of the Best Practices & Culture series covering essential DevOps concepts and hands-on practices.
448 words
|
2 minutes
DevOps Best Practices Compilation
2024-03-21
Day 81 of 90 Days of DevOps - DevOps Best Practices Compilation. Part of the Best Practices & Culture series covering essential DevOps concepts and hands-on practices.
426 words
|
2 minutes
Using the undocumented Fly GraphQL API
2024-03-21
[Fly](https://fly.io/) has a GraphQL API which is used by some of their own tools - I found it while [browsing around their code](https://github.co...
432 words
|
2 minutes
Copy rich text to the clipboard
2024-03-20
I've been experimenting with a tool for generating the content for a weekly Substack newsletter by querying the Datasette API for my blog and assem...
406 words
|
2 minutes
WebAssembly and Future Tech
2024-03-20
Day 80 of 90 Days of DevOps - WebAssembly and Future Tech. Part of the Serverless & Advanced Topics series covering essential DevOps concepts and hands-on practices.
472 words
|
2 minutes
Useful Markdown extensions in Python
2024-03-20
I wanted to render some markdown in Python but with the following extra features:
181 words
|
1 minute