Skip links

Random knowledge shared...

  1. Sane defaults over Exceptions

    January 4, 2017 at 7:21 AM - by Freek Lijten - 8 comments

    Part of our work is defensive programming. A lot of webdevelopment is centered around taking input from a customer, processing it in some way and returning output. Since the source of input is out of our control we are used to writing all kinds of guards. Is this an integer (in case of a dynamically typed language), is it greater than zero, is it smaller than RANDOM_THRESHOLD, etc.

    What I see a lot is people using exceptions or even intentional fatal errors for this. I think the reasoning is that since the application will always generate the correct values, the only thing to worry about is malicious attempts and we can show those people 404's or error pages without feeling remorse.

    Read more about "Sane defaults over Exceptions"

  2. Switching jobs

    August 16, 2016 at 8:33 AM - by Freek Lijten - 1 comment

    After almost nine years I'm leaving Procurios to start a new challenge at the Netherlands' national airport Schiphol. I've really enjoyed my time at Procurios. It is a company where you're encouraged to challenge the status quo and has a lot of friendly people and skilled professionals. Over the years I started to feel itchy though.

    Read more about "Switching jobs"

  3. Final, private, a reaction

    June 17, 2016 at 8:09 AM - by Freek Lijten - 2 comments

    I read a blog by Brandon Savage a couple of weeks ago and it triggered some thoughts. He refers to a blog by Marco Pivetta which basically states "Final all the things!". Brandon comes back with a more mild opinion where he offers the notion that this approach might be overkill. Since both posts got me thinking I tried to organise my thoughts on this in the following post.

    Read more about "Final, private, a reaction"

  4. Sharing knowledge and starting discussions using lightning talks

    May 11, 2016 at 7:48 AM - by Freek Lijten - 0 comments

    Since lots of people at Procurios work in multi-disciplinary teams it is not uncommon to have only one or two direct colleagues that perform exactly the same tasks as yourself. A threat to this approach is knowledge on a certain discipline never goes beyond the virtual walls of an agile-team. Other disciplines have other challenges. Our servicedesk for instance is quite large and not everyone can share every bit of knowledge with every other employee. To share knowledge accross these boundaries most disciplines organize lightning talks.

    Read more about "Sharing knowledge and starting discussions using lightning talks"

  5. Three eventstorming workshops - a report

    April 13, 2016 at 7:56 AM - by Freek Lijten - 4 comments

    Tags: ,

    Since we learned of event storming at Procurios it felt like an interesting tool to me. Several teams started experimenting and using it for two main reasons. Getting to know the customers business and helping the customer realise that their business is much more complex than they always assumed.

    To help everyone in the company understand what we mean when we talk about event storming Pim and I organised a series of three workshops open to any employee. Bonus? I got three free tries at facilitating and learned loads.

    Read more about "Three eventstorming workshops - a report"