Microservices
-
Web Dev
Email as a Microservice
Email might be one of the most often overlooked pieces of any web application. Usually the biggest discussion around it…
Read More » -
Web Dev
Microservices Best Practices
As more and more development teams are becoming aware of the benefits of microservices and service-oriented architecture, we need to…
Read More » -
Ruby
Writing a microservice in Ruby
Everybody is talking about microservices, but I haven’t seen a lot of good, comprehensive descriptions of how to actually write…
Read More » -
Ruby
Architecting Rails Apps as Microservices
Rails apps come in many shapes and sizes. On the one hand, you have large monolithic applications where the entire…
Read More » -
Web Dev
Developing Front-End Microservices With Polymer Web Components And Test-Driven Development (Part 5/5): Using Microservices
In the previous article we built two Web Components (tc-book-form and tc-books), learned how to change their style through properties,…
Read More » -
Web Dev
Developing Front-End Microservices With Polymer Web Components And Test-Driven Development (Part 4/5): Styling And Communication
In the previous article we developed our second Polymer Web Component. With two of them functionally finished, we’ll apply styles…
Read More » -
Web Dev
Developing Front-End Microservices With Polymer Web Components And Test-Driven Development (Part 3/5): The Second Component
In the previous article we finished one Polymer Web Component. It contained a form that could be used to add,…
Read More » -
Web Dev
Developing Front-End Microservices With Polymer Web Components And Test-Driven Development (Part 2/5): Polishing The First Component
In the previous article we created our first Polymer Web Component using Test-Driven Development approach. While all the specifications we…
Read More » -
Web Dev
Developing Front-End Microservices With Polymer Web Components And Test-Driven Development (Part 1/5): The First Component
In this article series we’ll go through Web Components development in context of microservices. We’ll use Polymer as the library…
Read More »