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 » -
Improving Shipscope Performance with WebSockets
Nearly a year ago, we released Shipscope, a Chrome extension for monitoring your projects on Codeship. We’ve received some really…
Read More » -
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 » -
Using the gdb Debugger with Go
Troubleshooting an application can be fairly complex, especially when dealing with highly concurrent languages like Go. It can be fairly…
Read More » -
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 » -
Tutorial: Building a Todo Mobile App with Ionic, Angular, Appery.io Visual App Builder and Database
For years, developers had to make a choice: build a single hybrid app with a so-so user experience, or build…
Read More » -
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 » -
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 » -
Including Front-End Web Components Into Microservices
Microservices are becoming more and more popular and many are choosing to transition away from monolithic architecture. However, this approach…
Read More »