2019年5月22日のブックマーク (2件)

  • Micro Front-Ends: Server-Side Rendering

    In this post, we are going to use server-side rendering to integrate micro front-ends already hosted in Github Pages. We’ll use Heroku to host a Node express’s server that will help us do the job. In this example we’re going to use the following micro front-ends: Navigation Bar <error-page title="404 Not Found"></error-page>The ServerThe server will be in charge of joining the micro front-ends and

    Micro Front-Ends: Server-Side Rendering
    Quramy
    Quramy 2019/05/22
    うーん、求めてるものとちょい違った感…。
  • なぜMicroservicesか?

    現職においてMonolithアーキテクチャからMicroservicesアーキテクチャへの移行とその基盤の構築に関わって2年近くが経った.未だ道半ばであるがこれまでの経験や日々のインプットをもとにいろいろ書いておこうという気持ちになった.記事ではそもそもMicroservicesアーキテクチャとは何かを整理し,なぜやるべきか?・なぜ避けるべきかを整理する. Microservices? Microservicesアーキテクチャとは「Single purpose,High cohesion,そしてLoosly Couploedなサービスを組み合わせてシステムを構築する」アーキテクチャ手法である.それぞれの原則をまとめると以下のようになる. Single purpose: 一つのことに集中しておりそれをうまくやること Loose coupling: サービスは依存するサービスについて最小限の

    Quramy
    Quramy 2019/05/22