Web Dev
-
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 » -
Testing your Rails application with Docker
In my last article, I showed you how to move a Rails development environment to Docker (and Docker Compose). This…
Read More » -
Build a Minimal Docker Container for Ruby Apps
As a Ruby and Rails developer, I’ve always wanted to have a working and isolated environment for my projects, regardless…
Read More »