Full Blog
Changing mindsets: developers can understand the business too!
What I learned from live coding during talks
Last week, Kenny Baas and I, delivered 2 talks with live coding. We were at NextBuild (with From EventStorming to CoDDDing) and Techorama NL (with Improving design and code quality with Property-based testing).
Improving design and code quality with Property-based testing
From EventStorming to CoDDDing
Life of a C# Developer: How to build and test an AWS Lambda locally
Today Serverless is a thing. Although everyone can write a blog post about how Serverless run on servers, I share the same visions as Mathias Verraes
How to solve Magento 2 upgrade errors
Magento 2 is the leading Open Source Software for e-commerce, with a vibrant community and proper product documentation.
Migrate Magento from on-premises to the cloud
Last summer a good friend of mine challenged me to help him move his Magento webshop from an on-premises server to the cloud. Also, to upgrade the webshop to the newest version (Magento 2).
When Cake meets NDepend
As a developer, I’m a big fan of automation. I can’t create software where I need to push buttons and run manual scripts, to test & deploy it. To help me automate my software development tasks, I use Cake, "a cross platform build automation system with a C# DSL".
Learning DDD as a team
A few sprints ago my team and I decided to invest heavily in Domain Driven Desing. We already started to develop the new microservices in a DDD fashion, with our domain as the central component. However, we wanted to formalize it and move the old microservices to this new paradigm.