Skip to content

Contribute

Eddie Abou-Jaoude edited this page Jan 9, 2016 · 3 revisions

Contributions can be from ideas, diagrams, blog posts to translation, designs, code etc. It all helps!

  • Tasks (Issues) should be small pieces of work with the benefits
    • Anyone with a spare few minutes can add value to the EmpowerHack Family of Projects
    • Even at slow times Progress might be small but still moving and keeping momentum
  • Similarly with technology we are using Microservices with multiple benefits including
    • Same as above
    • Different technology stacks can be used on the same project - this could be due to technical reasons or skills available
    • Deployment is smaller and incremental, less impact to the system

application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API. These services are built around business capabilities and independently deployable by fully automated deployment machinery. There is a bare minimum of centralized management of these services, which may be written in different programming languages and use different data storage technologies http://martinfowler.com/articles/microservices.html

Useful links

  • Website
  • Slack
  • Video
  • etc
Clone this wiki locally