I’m not sure I’d want to use it for closed-source stuff, but for anything that might become open-source...
#devops
I’m not sure I’d want to use it for closed-source stuff, but for anything that might become open-source...
#devops
#iterm #macos #development
#iterm #macos #development
sequential read; parallel execution
```bash
cat <(log_with_sleep 1) <(log_with_sleep 2)
# 10:10:05.529 starting1
# 10:10:06.538 end1
# 10:10:05.529 starting2
# 10:10:06.537 end2
```
sequential read; parallel execution
```bash
cat <(log_with_sleep 1) <(log_with_sleep 2)
# 10:10:05.529 starting1
# 10:10:06.538 end1
# 10:10:05.529 starting2
# 10:10:06.537 end2
```
dvps.blog/posts/concur...
dvps.blog/posts/concur...
- Why calculating rate limits and RPS is difficult
- Functional programming in DevOps
- Mentoring DevOps engineers
According to the program committee, the last one is the best option, so I will choose it.
- Why calculating rate limits and RPS is difficult
- Functional programming in DevOps
- Mentoring DevOps engineers
According to the program committee, the last one is the best option, so I will choose it.