π£ 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
π This Week's Open Source Spotlight:
Uncover Kubernetes attack surfaces with a black-box perspective
Powerful search, tagging, filtering, and sorting with a simple text query language
An open-source database package registry to rule them all - @supabase
Don't miss out @mlabouardy free workshop on building a @jenkinsci cluster on #AWS from scratch with Terraform and Packer and how to build a CI/CD for your Serverless apps.
β’ β’ β’
Missing some Tweet in this thread? You can try to
force a refresh
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
6. `> Jump to end of last visual selection 7. ^ Move to first non-blank character of the line 8. g_ Move the last non-blank character of the line 9. g_lD Delete all the trailing whitespace on the line 10. ea Append to the end of the current word