Building Serverless Microservices
The concept of Serverless is really a debate among experts, I found a good Forbes article
Continue ReadingThe concept of Serverless is really a debate among experts, I found a good Forbes article
Continue ReadingLooking over the Internet for ways to access Azure Key Vault from NodeJS
Continue ReadingI have been using chocolatey for setting up my development environment and just installing things in
Continue ReadingWhile working with Git in Visual Studio I often end up with a bunch of unused branches locally
Continue ReadingUnit testing is an important part of software development. In the case of Web API controllers, it is recommended to test that the action returns the correct type of response, invalid parameters return the correct error response, and that the action calls the correct method on the repository or service layer. AutoFixture.AutoMoq.WebApi NuGet package can be used to mock Request object in Web API controllers. This package facilitates maintenance of unit tests and test data by leveraging generation of objects for you
Continue Reading