Skip to content

Instantly share code, notes, and snippets.

View michalgorny's full-sized avatar

Michał Górny michalgorny

  • Polidea
  • Warsaw, PL
View GitHub Profile
@michalgorny
michalgorny / changelog.rb
Last active January 16, 2018 14:28 — forked from ttscoff/changelog.rb
Generate release notes from git commit messages into Markdown formatted list
#!/usr/bin/ruby
# A script to automate changelog generation from Git commit messages
#
# For use with a git-flow workflow, it will take changes from the last tagged release
# where commit messages contain one of follows keywords
# NEW
# FIXED
# IMPROVED
# RN

About

Luzne notatki z warsztatow "Microservices in Scala" na Warsjawa 2014

Microservices

  • Wyzszy poziom abstrakcji niz MVC.
  • Multiple small apps with REST/HTTP interfac. Porozumiewanie za pomoca REST/HTTP
  • Multiple small apps with deferred messafe processing. Aplikacje ktore przetwarzaja male wiadomosci (np. z RabbitMQ)
  • Duzo aplikacji dla kazdego kontrolera