howto

  • submit to reddit

From Java to PHP

We are welcoming some new colleagues that come from a Java background in the Onebip team, both from the development and operations field. Here's a primer on...

0 replies - 6459 views - 03/13/13 by Giorgio Sironi in Articles

Build your own Java stopwatch

After implementing some algorithms for record linkage, I found myself in the need to optimized the code for speed.Premature optimization I'm a strict follower...

12 replies - 6497 views - 09/10/12 by Giorgio Sironi in Articles

How to Integrate OpenShift with the Cloud9 .io

 This video describes how to integrate OpenShift with the C9.io using ssh keys and git.

0 replies - 2806 views - 04/23/12 by Eric Genesky in Articles

What's in a name?

There are 2 hard things in electronic machine code writing computer science: naming things and cache invalidation.We'll talk about the first today: the...

0 replies - 5218 views - 04/12/12 by Giorgio Sironi in Articles

Bottle: a lightweight Python framework

Bottle is a fast, lightweight microframework for Python web application. It conforms to WSGI and targets small applications, where set up speed is favored with...

0 replies - 6261 views - 02/14/12 by Giorgio Sironi in Articles

OAuth in headless applications

OAuth is a wonderful standard: it allows users to give permissions to a third-party service to use theirs accounts on a website; but it works without forcing...

2 replies - 6380 views - 10/13/11 by Giorgio Sironi in Articles

Practical Google+ Api

Google+ recently releases to developers the first version of its Api, which focuses on public data about profiles and their activities: status updates,...

0 replies - 5884 views - 09/20/11 by Giorgio Sironi in Articles

HATEOAS, the scary acronym

HATEOAS (Hypermedia As The Engine Of Application State) is one of the most important constraints in REST. Yet some explanations of this principle found on the...

0 replies - 6339 views - 07/12/11 by Giorgio Sironi in Articles

MSB3247: Found conflicts between different versions of the same dependent assembly.

Had been getting this recently in our builds, and have finally tracked it down to conflicting versions of the Microsoft.ReportViewer.Common.dll in...

0 replies - 4361 views - 03/23/11 by Merrick Chaffer in News

Custom Configuration Sections FTW

As a .NET developer you will probably create hundred of configuration files over the course of your career. Most of the time when we use a configuration file...

0 replies - 2607 views - 08/06/10 by Michael Ceranski in News

What's the Best Way to Handle Exceptions?

It seems, given my limited experience, that handling exceptions depends entirely on the context in which you are developing. As a fan of "rules" that...

16 replies - 9889 views - 10/03/08 by Riyad Kalla in News