
Integration Testing in .NET Core 2.0
This blog post shows you how to create an in-memory integration testing framework that is quick and easy to setup for a .NET core 2.0 Web Service.
This blog post shows you how to create an in-memory integration testing framework that is quick and easy to setup for a .NET core 2.0 Web Service.
There was a time when I glanced over documentation when starting on a new project or feature. I was so hungry to get started writing code, that I would quickly skim read the
Developer bootcamps are often associated with 3rd party organisations offering bootcamps to help train junior developers looking to get into their first job. Development bootcamps are used as a way to upskill an
I was lucky enough to be given an early copy of John Sonmez's second book, The Complete Software Developer's Career Guide his first being Soft Skills: The software developer's life manual The book
Last year, I made the move from QA to Development. I had been a QA for a number of years and due to a number of reasons, I felt like I needed a
Dependency Inversion is a widely used principle in building software today. While it is heavily used, the understanding of Dependency Inversion, Inversion of Control and Dependency Injection are less well known. These three