The rubber duck debugging method or the art of solving a problem when you’re a programmer.
When you write code for software, if there’s one thing a programmer knows for sure, it’s that at some point it will get stuck. This happens all the time, and any programmer can tell you that. No matter how much experience you have, whether you are a beginner or a veteran, you will find yourself
Vancouver will discover CQRS, Event Sourcing, and Big Data
Next week, from December 2 to December 4, our colleague, Eric De Carufel, will be at DevTeach Vancouver with 3 conferences. He will be presenting his latest discoveries on Big Data, CQRS, and Event Sourcing. On Monday afternoon, Eric will introduce the first step on Big Data with Map Reduce. In this session, participants will
CQRS—Event Sourcing
CQRS is a system architecture or design pattern that separates the act of reading data (query) from taking action (command) in order to produce a system which easily scales and provides some useful benefits (such as “playable” event logs) that make the maintenance of the system less burdensome. Learn more about these topics Articles