Tag: Coding

Complexity multiplies cost

Ensuring code quality for API’s with Request Manager API Pattern

You can clone use and play around with the code from here: Bitbucket.org/jmreiche/requestmanager Feel free to reach out to me with questions or suggestions for improvements.

Keep header with nested createBottomNavigator

Every once in a while you into these strange annoying issues when working with React Native. For a lot of things it is really good and you really … Read more

The push for new and shiny solutions to old known problems

As a species we have always been attracted to novelty. This has probably served us well for things with short feedback loops as we quickly learnt whether the … Read more

As freelance developer coding is maximum 50% of the job

As a freelance developer you are hired to deliver results. These results will, of course, in part be measured in the code that you write. But more so … Read more

Override SaveChanges – EF database first – set properties

Entity Framework can be both a blessing and a curse – especially EF database first. For startups and small clean-sheet projects, it really works wonders. You can get … Read more