mimacom blog

Microservices (part 1)

November 19, 2015

What is a microservices architecture? The microservices architecture pattern consists in functionally decompose a project into a set of collaborative services. Each service will take care of a concrete functionality, a concrete domain. Services will be developed independently, avoiding coupling between them. If needed, services can communicate through an exposed API, using HTTP/REST calls, for instance. Using this approach, multiple developers can work on the same project in a more independent way. Each service will have its own database (schema or set of tables) which will not be accessed by…

Read more

Microservices mit Spring Cloud a mimacom webinar

October 27, 2015

Spring Cloud unterstützt Entwickler in der Erstellung von verteilten Microservice Architekturen in den Bereichen Konfigurationsmanagement, Service Management, Fehlerbehandlung sowie dem Einsatz auf gängigen Cloud Plattformen wie Cloud Foundry und Amazon Webservices. Dieser Talk gibt eine praktische Einführung in Spring Cloud und zeigt die Erstellung von Microservice Architekturen in lokalen sowie Cloud Umgebungen auf.

Read more

Agile transformation: thinking of change, or change of thinking?

October 12, 2015

Have you ever asked your clients what quality means to them? If so, you have very probably been confronted with many more or less different answers depending on personal preferences and expectations of the given customer. There is no absolute quality. If a service or product meets expectations of a particular client, he considers it a service or product of a good quality. So we are clear on our mission – we aim to stay customer oriented and address client´s requirements in order to achieve maximum quality. The expectations of the client as well as the market situation are unfortunately no…

Read more

Proper unit-testing of Angular JS 1.X applications with (ES6) modules

October 11, 2015

Testing of Angular JS application used to be quite painful especially when using "official" solutions like Karma or Protractor. ES6 (aka ES2015, aka new Javascript release) changed this by introducing standardized module syntax. This enables us to do real unit testing of Angular JS constructs like controllers, factories or services in a very simple and fast fashion.

Read more
Newer posts Older posts