タグ

2018年10月22日のブックマーク (2件)

  • TAKAKING22さんによるモブプログラミングワークショップが開催されました!(レポート) | NTT Communications Developer Portal

    楽天の及部さん(@TAKAKING22)さんに、モブプログラミングの1日ワークショップを、2018/9/20(木)に開催していただきました! モブプログラミングとは? モブプログラミングとは、シンプルにチーム全員で、同じ仕事を、同じ時間に、同じ場所で、同じコンピュータでプログラミングすることです。 元々はHunter Industries社が始めた開発手法で、日でも徐々に広がり始めています。Hunter Industries者の実際のモブプログラミングの様子は、こちらの動画から確認できます。 今回のワークショップでは、最初にモブプログラミングについての簡単な説明があった後に、自動販売機の実装をテーマに、参加者が4チームに分かれてモブプログラミングを体験しました。 実際のモブプログラミング中の様子は次のとおりです。 参加者の学びの声 ワークショップの最後には、まとめおよび振り返り時間があり

  • Rainbow Deploys with Kubernetes | Brandon Dimcheff

    or: how you can deploy services to Kubernetes that require long periods of draining. 🌈 🌈 🌈 If you want to jump directly to the technical solution, check out the project repo. Below is a short story about how we got to this solution. 🌈 🌈 🌈 In an ideal cloud native world, your services will be stateless so deploys and restarts aren’t disruptive. Unfortunately in the real world, sometimes you h

    Rainbow Deploys with Kubernetes | Brandon Dimcheff
    mazinlabs
    mazinlabs 2018/10/22
    “The key was simple: instead of using fixed colors, we used git hashes. Instead of a Deployment called chat-olark-com-$COLOR we deploy chat-olark-com-$SHA. As a bonus, since the first six characters of a git sha are also a valid hex color, the name still makes sense”