VirtualTam's bookmarks

  1. 2023-06-24
  2. 2023-04-30
    • Part 1 - History of development and test environments
    • Part 2 - Optimizing for fast local development
    • Part 3 - Extending our Envoy mesh with staging overrides
    • Part 4 - Gating Deploys with Automated Acceptance Tests
  3. 2022-01-05
    va{Vy
    
    1. Place the cursor somewhere in my method,
    2. va{ to visually select the the code block,
    3. V to turn the selection from character-wise to line-wise,
    4. y to yank
  4. Articles by Eran Stiller:

    Article and StackOverflow response by Lovisa Johansson from CloudAMQP, seem slightly biased towards RabbitMQ:

    Benchmarks by Confluent.io (Kafka creator and Cloud Provider), seem heavily biased towards Kafka:

  5. 2021-01-20
  6. 1git rev-list --objects --all \
    2| git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' \
    3| sed -n 's/^blob //p' \
    4| sort --numeric-sort --key=2 --reverse \
    5| head -n 150 \
    6| cut -c 1-12,41- \
    7| $(command -v gnumfmt || echo numfmt) --field=2 --to=iec-i --suffix=B --padding=7 --round=nearest