Static analysis (Part 1): Code style tools

Trying to explain the issue of code style to a non-programmer usually results in blank stares and raised eyebrows. Arguing about trailing spaces seems like a complete waste of time. And rightly so! Code style rules are important, especially if you are working in a team. But you don’t want to talk about them in… Continue reading Static analysis (Part 1): Code style tools

A single-page application (SPA) with Slim Framework and Vue.js

Inspired by a great and comprehensive article over at thecodingmachine.io we’ll try something similar today: building a single page application using the Slim Framework and Vue.js. In this tutorial we’ll see how to: set up the development environment with Docker build the application using the Slim Framework use Vue.js and the Vue router to build… Continue reading A single-page application (SPA) with Slim Framework and Vue.js