From AWS, Terraform, and Kubernetes to CI/CD pipelines, we've got you covered! 150k+ subscribers ❤️ Hand curated by @mlabouardy
Apr 18, 2023 • 4 tweets • 2 min read
📢 Digest #99 is out 🔥
🛣 Embark on a journey with developers as they conquer AWS Lambda
👀 Master the art of writing pull requests that'll make your team thank you
🔒 Uncover the secrets of setting up event-driven, trace-based testing in Kubernetes
⭐️ Dive into the ultimate guide to load balancers
😵 Investigate how HTTPie lost a whopping 54k GitHub stars
😅 Learn why RabbitMQ got dumped for a Postgres queue - was it worth it?
🔥 Lessons learned from scaling a Kubernetes cluster to a massive 1000 pods
Nov 2, 2022 • 11 tweets • 2 min read
50 Vim commands that you should know, with explanation🧵↓
1. gg Move to the first line of the file 2. G Move to the last line 3. gg=G Reindent the whole file 4. gv Reselect the last visual selection 5. `< Jump to beginning of last visual selection