my blog. for you.

Let’s talk digital.

I’m an independent IT consultant and entrepreneur in the Internet and software business. I’m interested in design, enterprise applications, web apps and SaaS products. I design and develop business solutions and applications. I help companies in terms of software quality and knowledge transfer, e.g. with Angular and Spring Boot.

Tracking Down Software Bugs, Automatically!

Last week MIT researchers published an article about an automatic bug-repair system called Prophet. Prophet is a machine-learning system that learns general properties and patterns of successful error corrections in software and applies those patterns to making new error corrections in other programs. While the possibility of having software track down and fix bugs automatically (which effectively would mean creating self-correcting computer programs) is exciting enough in its own right, Prophet possibly has far-reaching implications for verifying the general correctness of code ... Read more

Advice On Improving JavaScript Test Speed (by Shyp Engineering)

On their blog engineers of logistics service Shyp (defunct) talk about how they improved the turn-around times of their JavaScript test suite by an order of magnitude of 3 (i.e. 1000x), which is no small achievement. In a modern software development process continuous integration and continuous deployment play a vital role. These ensure that your software always is in an deliverable, tested state and ideally is deployed to production systems in a timely manner when a change has been made. This process ... Read more

Anna Debenham @ Fronteers 2015: Front-end Style Guides

At last year's Fronteers Conference in Amsterdam freelance front-end developer Anna Debenham talked about front-end style guides. If you've ever heard about Pattern Lab and Atomic Design - which frankly you should've if your doing anything front-end on the web - this is what this talk is about: Anna Debenham - Front-end Style Guides from Fronteers on Vimeo. Anna presents the various kinds of style guides and style guide frameworks available and shows some real life examples of actual company style guides ... Read more

Chris Heilmann @ Fronteers 2015: Of Gaps, Fillers and Empty Spaces

At the Fronteers Conference in Amsterdam in October 2015 developer / evangelist Chris Heilmann gave a talk about our desire as web developers to innovate ever faster, mostly motivated by our feeling that - despite the drive to implement an ever increasing number of software products as web applications - browsers and the web as a platform can't yet compete with native platforms (specifically mobile ones) in many respects, to which belong for example: UI responsiveness, native look-and-feel and simple use ... Read more

Remy Sharp @ Fronteers 2015: The Art of Debugging

At the Fronteers Conference in Amsterdam in October JavaScript specialist Remy Sharp talked about "The Art of Debugging" or rather his debugging workflow and useful best practices and approaches for debugging JavaScript and HTML5 apps. The talk contains lots of useful information on this complex subject. So, if you're developing JavaScript applications this presentation is very much worth watching: Remy Sharp - The Art of Debugging from Fronteers on Vimeo. Read more

Zoltan Kollin: Misused mobile UX patterns

Zoltan Kollin, UX designer, co-organizer of the Amuse UX Conference and co-author of UX Myths (another highly recommendable collection of user experience tips and guidelines) recently wrote a post about misused mobile UX patterns. We've seen it all on the mobile platform of our choice: icons whose meaning is hard to guess the dreaded hamburger menu and hidden screens inconsistent gestures and features that are hidden behind them Zoltan mentions those and a few more bad practices, explains why they're bad and gives examples of better ... Read more

Primate: Walking the tightrope between mediocrity and bankruptcy

In October I was at this year's Fronteers conference in Amsterdam. Fronteers is a front-end developers association that organises local events throughout the year but is most well-known for this - compared to others - small (around 500 visitors) but all the more exciting conference. The event sports a familiar atmosphere and a broad range of first-class speakers presenting about all sorts of front-end web development-related topics. The videos of this year's talks are now online. A particularly interesting talk was the ... Read more

Rachel Nabors: Animating the User Experience

In this talk interaction developer and cartoonist Rachel Nabors explains the six components of motion design and how to apply those in order not to make your UI just flashy (or should I say "gaudy"?) but to actually create a better user experience and make use of animation to support your website's or application's intent: Read more

Open-sourcing some of my project code: Freshcard and MemoEasy

Modern web development and software development in general for that matter wouldn't be possible without FOSS: free open source software. Whether it's web frameworks such as Ruby on Rails, frontend frameworks like AngularJS or enterprise toolkits as for instance Spring, open source software is the solid foundation most modern software is built upon. It's quite likely the technology-fuelled growth we've seen for the last decades wouldn't have been possible if it hadn't been for open source software. So, while saying that open ... Read more

PPK – The Plural of Chromium is Chromia

He's the ultimate browser nerd. Peter-Paul Koch - commonly referred to as PPK - tests browsers and browser compatibilities so we don't have to. On his website QuirksMode he publishes articles and browser compatibility tables for each and every HTML5, CSS and JavaScript feature in the West. In his recent talk at beyond tellerrand he talked specifically about the mobile web and mobile web browsers in particular. Although the most dominant mobile platforms Android and iOS by and large both use WebKit-based ... Read more
« Previous PageNext Page »