タグ

ブックマーク / medium.com (3)

  • 「チームワークが苦手」という人が本当に苦手なもの。

    この記事を読んでふと思ったんだけど「チームワークが苦手」「団体行動が苦手」という人って、チームプレーさせてみると、実はそんなにチームプレーが下手でもないし、「チームワークが大事」って言ってる人よりむしろチームワークが上手い人が多い、ってこと。 チームワークが苦手、ストレスだって言ってる人が当に苦手なのは、気持ちが悪い馴れ合いや、意味のない社内政治、皆の意見を尊重しているように見せかけて、その実、チーム内の「政治屋」が集めたマジョリティだけで、せっかくのいいアウトプットを殺す「エセ民主主義」だと思う。 当に大事なのは、チームの目的をしっかり理解した上で、お互いが妥協なく、素晴らしいものをつくるために発揮するプロフェッショナリズムと、その効果的な「合力」だ。 ところが、「馴れ合い」や「エセ民主主義」は一見「チームワークを向上させるもの」のように見えるだけで(文字面だけ聞くと、そのことを否定

    「チームワークが苦手」という人が本当に苦手なもの。
    taketo957
    taketo957 2017/07/28
  • Dynamic NGINX Upstreams from Consul via lua-nginx-module.

    Recently I delivered a short talk at DevOps Days Austin contrasting the difference between hacking and engineering utilizing the problem of resolving NGINX upstreams dynamically from Consul. This article presents the technical solution sparing you the rhetoric. Those interested may review the slides from the talk here: Hacking vs Engineering. REQUIREMENTS Must be able to present various service fu

    Dynamic NGINX Upstreams from Consul via lua-nginx-module.
    taketo957
    taketo957 2017/02/11
  • ES6 — classes and inheritance

    OO keywords is probably the most awaited features in ES6. Classes are something like another syntactic sugar over the prototype-based OO pattern. We now have one, concise way to make class patterns easier to use. Over the prototype-based OO pattern to ensure backwards compatibility. Overview — an example of ES6 class syntax and ES5 equivalentclass Vehicle { constructor (name, type) { this.name = n

    ES6 — classes and inheritance
  • 1