Web Dev
-
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 » -
Approaching Responsive Design
Coming from a Java back-end background and given the privilege to dive into the front-end space, I was finally able see…
Read More »