When to write tests?
In previous articles we answered some important questions already: why would you write tests in the first place? And, will it make you faster or slower?
Matthias Noback
September 1, 2016
In previous articles we answered some important questions already: why would you write tests in the first place? And, will it make you faster or slower?
Matthias Noback
September 1, 2016
In this article we’ll discuss costs and benefits of writing tests.
Matthias Noback
August 26, 2016
If you’re a programmer it’s your inherent responsibility to prove that the production software you deliver:
Matthias Noback
August 19, 2016
At Ibuildings we had been anticipating DPC 2016 for quite some time. Our internal DPC crew rebooted in January, starting with an update of the website and a mailing to announce that the Call for Papers was open again.
Matthias Noback
July 4, 2016
Last week I’ve been attending, and speaking at, the NCrafts conference in Paris.
Matthias Noback
May 13, 2016
A while ago, somebody asked me for some reading material on JavaScript best practices. This was the moment I realized that Douglas Crockford’s JavaScript: The Good Parts is actually outdated.
Scato Eggen
April 20, 2016
Do you want your websites users to log in? For certain types you would, but often there is no need. The Ibuildings website does not allow you to register an account and log in. Why would it?
Boy Baukema
April 15, 2016
Developers love object-oriented code. But how can this be achieved with Drupal 7 entities?
Eric Pinxteren
April 14, 2016
In this post I’d like to pick an older vulnerability. One I’ve used in presentations to demonstrate how hard it can be to properly apply HTML encoding for Drupal.
Boy Baukema
March 11, 2016
JavaScript is taking the world by storm, making technologies like PHP obsolete… This is of course not true.
Scato Eggen
February 29, 2016
In the first part of JavaScript, the Universe and Everything, I tried to explain what JavaScript really is. In this second part, we’ll take a look at the things that are important for PHP developers that are trying to get a grip on JavaScript.
Scato Eggen
February 29, 2016
If you want to know what JavaScript really is, you have to look beyond just the language.
Scato Eggen
February 26, 2016
In the previous parts of this series we looked at how to get rid of complexity at the level of algorithms.
Matthias Noback
February 15, 2016
In this article we’ll zoom out a bit and look at how to properly organize the lifecycle of our objects, from creating them to changing them, letting them pass away and bringing them back from the dead.
Matthias Noback
February 1, 2016