Application Events and Domain Events
In this post we’re going to provide a short introduction to what are Application Events and Domain Events, and what […]
Read moreWhy you should add test to increase your velocity
As you approach the whole idea of adding automated tests to your code, you will see the benefit of safety […]
Read moreWe deploy on Friday
Recently there was an heated debate on Twitter about deploying on Friday, started by this tweet. It was very interesting […]
Read moreHow to approach a refactoring job
We sometimes feel like the Ghostbusters. We get called because a business is haunted by a legacy, badly-written, unmaintanable code, […]
Read moreProduct manager: the unsung hero of any successful software project
Most people in the software industry know what a project manager is, but not so many know what a product […]
Read moreTools and boxes and code design
A good metaphor of application design is to think about each piece of your software like a physical tool. You […]
Read moreBook review: “Refactoring JavaScript” by Evan Burchard
Just finished reading the book Refactoring JavaScript by Evan Burchard and I am extremely happy about it.
Read moreRoles and permission: the right way
Authentication and authorizazion Many applications need an authorization system that allows different users to do different things. There are many […]
Read moreDevelop new features with iterative coding and feature flags
A while ago we wrote about iterative coding, which is a way to develop your project in short cycles, each […]
Read moreThe connector! An import/export story
Sooner or later you’ll get a request to create an import/export system between your application and one or more other […]
Read moreMatching deadlines
There is a sad story I will tell you now, a story which – I guess – most developers have […]
Read more