-
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 » -
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 » -
JavaScript
Javascript Redirect URL example
It has happened to all of us to click a certain URL and be redirected to another one. Probably you…
Read More » -
Web Dev
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 » -
Ruby
Non-Rails Frameworks in Ruby: Cuba, Sinatra, Padrino, Lotus
It’s common for a Ruby developer to describe themselves as a Rails developer. It’s also common for someone’s entire Ruby…
Read More » -
HTML5
HTML5 Boilerplate Framework Tutorial
In this article, we’ll be going through a very popular HTML5 framework, maybe the most popular one, HTML5 Boilerplate. HTML5…
Read More » -
JavaScript
JavaScript Survival Tools for the Java Developer
Although I’ve worked with JavaScript a bit here and there over the years, I have not used it as regularly…
Read More » -
HTML5
HTML5 Offline Storage Example
The aim of this article is to go through HTML5 local storage, also referred to as ‘offline’ storage. When web…
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 »