
Structuring a React/Redux/TypeScript app
I’m relatively new to the stack of React, Redux and TypeScript but I had to do a lot of coding in this area over the past months. To get started … Continue Reading Structuring a React/Redux/TypeScript app
Marc blogs about Tech
I’m relatively new to the stack of React, Redux and TypeScript but I had to do a lot of coding in this area over the past months. To get started … Continue Reading Structuring a React/Redux/TypeScript app
This is a topic my colleague and I are discussing a lot the last few weeks because we started a little internal framework/library which should help us building small to … Continue Reading Layer-Architecture: Separation of View, Business-Logic and physical data-access
During the last months I had to code several web-cervices (ASP.Net WCF Service) for connecting other pieces of software with Dynamics CRM. I’ve used the Dynamics CRM SDK (2011, 2015 … Continue Reading Testability for Dynamics CRM SDK code
Some of you think “Why does this dude write about Unit-Testing in 2016? Its all set as daily standard for devs!”. I agree: old topic. But even in the last … Continue Reading How to start Unit-Testing