90 Days Recap and Next Steps
2024-04-05
Day 96 of 90 Days of DevOps - 90 Days Recap and Next Steps. Part of the Community & Learning series covering essential DevOps concepts and hands-on practices.
3301 words
|
17 minutes
DevOps Success Stories
2024-04-04
Day 95 of 90 Days of DevOps - DevOps Success Stories. Part of the Community & Learning series covering essential DevOps concepts and hands-on practices.
2459 words
|
12 minutes
DevOps Future Trends
2024-04-03
Day 94 of 90 Days of DevOps - DevOps Future Trends. Part of the Community & Learning series covering essential DevOps concepts and hands-on practices.
2225 words
|
11 minutes
DevOps Resources and References
2024-04-02
Day 93 of 90 Days of DevOps - DevOps Resources and References. Part of the Community & Learning series covering essential DevOps concepts and hands-on practices.
1988 words
|
10 minutes
DevOps Certifications and Training
2024-04-01
Day 92 of 90 Days of DevOps - DevOps Certifications and Training. Part of the Community & Learning series covering essential DevOps concepts and hands-on practices.
1047 words
|
5 minutes
Rewriting a repo to contain the history of just specific files
2024-04-01
I wanted to start [a new git repository](https://github.com/simonw/graphql-scraper/tree/828a1efc4307cca6cd378c394c2d33eac2eceb52) containing just t...
483 words
|
2 minutes
Community Contributions and Open Source
2024-03-31
Day 91 of 90 Days of DevOps - Community Contributions and Open Source. Part of the Community & Learning series covering essential DevOps concepts and hands-on practices.
532 words
|
3 minutes
Finding CSV files that start with a BOM using ripgrep
2024-03-31
For [sqlite-utils issue 250](https://github.com/simonw/sqlite-utils/issues/250) I needed to locate some test CSV files that start with a UTF-8 BOM.
170 words
|
1 minute