Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Feedmaily Survey Microservices

cagan
June 26, 2019

Feedmaily Survey Microservices

cagan

June 26, 2019
Tweet

Other Decks in Programming

Transcript

  1. Advantages of Microservice • Microservice architecture gives developers the freedom

    to independently develop and deploy services • A microservice can be developed by a fairly small team Code for different services can be written in different languages (though many practitioners discourage it) • Easy integration and automatic deployment (using open-source continuous integration tools such as Jenkins, Hudson, etc.)
  2. My architecture has several microservices like: • oAuth service (Google

    oAuth) • Mailer Service • Payment Service • Route Service • Proxy Service • Database Service • Chat Service
  3. But there is an Front-end Application which uses these technologies:

    Language: Javascript, Nodejs, Shell Script Library: Reactjs Helpers: Redux, Redux-Router, Redux-Form, Design: Material Design Developer Tools: axios, redux-thunk, Stripe API...