タグ

2020年4月28日のブックマーク (8件)

  • 和歌山県ホームページ Wakayama Prefecture Web Site

    知事からのメッセージを紹介します。 令和2年4月27日のメッセージ 新型コロナウィルス感染症対策(その19)  -うらみ節 - このところ、ずっと県を挙げて新型コロナウイルス感染症を防止するための対策を行ってきていますが、その間ほとんど休みなしで働いてくれている県庁の多くの職員や医療関係者の皆さんに心から感謝申し上げたいと思います。しかし、それにも関わらず、心配をしていた福祉施設、医療施設でクラスターが発生しかかっていて、また和歌山市でも新しい患者が発生して、大変です。正確に言うとクラスターは同一場所で5人以上という定義なので、福祉施設のさくら苑ではクラスター発生ということになります。県では、済生会有田病院、紀の川市打田中学校に次ぐ3件目のクラスターという事になります。せっかく後々厳重経過観察とはいえ陰性であった人から陽転が出るなど、さしもしぶとかった打田中学校の案件が落ち着いて、これから

  • GitHub - Hitachi/istio-bench: A benchmark tool for Istio. It measures CPU, Memory, Network usage of istio per number of services

    yujiorama
    yujiorama 2020/04/28
    "istio-proxy" のベンチマークスクリプト
  • Istio By Example

    Istio By Example Traffic Management Canary Deployments gRPC Ingress External Services Load Balancing Locality Load Balancing Path-Based Routing Modify Response Headers Retry Logic Fault Injection Database Traffic Traffic Mirroring Monitoring Egress Traffic Multiple Traffic Rules Virtual Machines Security Mutual TLS JWT Authorization Secure Ingress Observability Bring Your Own Prometheus Made with

  • Service Mesh vs API Gateway

    Microservices for the Enterprise: Designing, Developing, and Deploying [Kasun Indrasiri, Prabath Siriwardena] on… In order to differentiate API Gateways and service mesh, let’s have a closer look at the key characteristics API Gateways and Service Mesh. API Gateway: Exposes your services as managed APIsThe key objective of using API Gateway is to expose your (micro) services as managed APIs. So, t

    Service Mesh vs API Gateway
    yujiorama
    yujiorama 2020/04/28
    API Gateway は API そのもの、Service Mesh は API と API の間を取り持つ感じ
  • ml-system-design-pattern

    Skip to the content. Japanese Korean Machine learning system design pattern This repository contains system design patterns for training, serving and operation of machine learning systems in production. Objectives The main objective of this document is to explain system patterns for designing machine learning system in production. This document is not the design patterns for developing machine lea

  • Patterns for Managing Source Code Branches

    Modern source-control systems provide powerful tools that make it easy to create branches in source code. But eventually these branches have to be merged back together, and many teams spend an inordinate amount of time coping with their tangled thicket of branches. There are several patterns that can allow teams to use branching effectively, concentrating around integrating the work of multiple de

    Patterns for Managing Source Code Branches
    yujiorama
    yujiorama 2020/04/28
    分担作業をうまく統合したい、統合したコードベースを本番に出したい、のそれぞれを解決するパターン。ブランチパターン:Source Branching/Mainline/Healthy Branch、統合パターン:Mainline Integration/Feature Branching
  • 『UX原論』の刊行

    2018年の秋に企画を立て、その年の初冬から執筆を始めた『UX原論』が2020年1月にようやく脱稿し、2020年4月28日に販売されることになったので、この場をお借りして、少しPRさせていただきたい。 黒須教授 2020年4月27日 筆者の出版の個人史 筆者は、これまで、ユーザビリティやUXに関連するまとまった書籍として、 黒須正明、伊東昌子、時津倫子 (1999) 『ユーザ工学入門―使い勝手を考える・ISO13407への具体的アプローチ―』、共立出版 ユーザビリティハンドブック編集委員会 (2007) 「ユーザビリティハンドブック」、共立出版 黒須正明 (2013) 『人間中心設計の基礎』、HCD ライブラリー第 1 巻、近代科学社 Kurosu, M. (2016) “Theory of User Engineering”, CRC Press を出してきたので、まずそれについて説明し

    『UX原論』の刊行
    yujiorama
    yujiorama 2020/04/28
    設計時の品質と利用時の品質に分ける考え方よい。読んでみよう
  • Goのアーキテクチャとフレームワークについて - pospomeのプログラミング日記

    社内slackGoについて質問されて、それなりに長文で回答したのでその内容を加筆修正したものをブログに残しておく。 質問内容としては以下のイメージ。 RubyだとRailsがあり、MVCを利用することになるが、Goだとそこらへんはどうなるのか? Go初心者なのでGoのモダンなアーキテクチャとフレームワークについて教えて欲しい。 これ系の質問はGo経験者であれば「あーこれなー」と思うだろーし、 Go初心者のときに一度は悩んだことがあるだろう。 なので、個人的な意見を残しておく。 自分の意見が正しいかどうかは自己判断して欲しい。 結論 アプリケーションアーキテクチャの複雑化とMVCフレームワーク システムアーキテクチャの複雑化とフルスタックなフレームワーク マイクロフレームワーク 改めて質問内容を振り返る pospomeが考えるGoのフレームワーク選定 pospomeが考えるGoのアーキテク

    Goのアーキテクチャとフレームワークについて - pospomeのプログラミング日記
    yujiorama
    yujiorama 2020/04/28
    考えた要件より学んだ知識のほうが正答率高そう "脳死状態でフレームワークとアーキテクチャを決めると、開発や運用を通じて発生した問題に対する最適な解決策を考えることができなくなる可能性がある。"