
Setting Up A Fake REST API Using JSON Server Paid Members Public
JSON Server is a great way to set up a full fake REST API for front-end development. JSON server can be set up literally in '30 seconds' and with no coding as the website claims. Capture some of the real API's data if it already exists

Don't Let Entity Framework Fool Your Constructors! Paid Members Public
Any state that an object can be in must be representable through the class constructor.

DefaultAzureCredential: Unifying How We Get Azure AD Token Paid Members Public
The DefaultAzureCredential is appropriate for most scenarios where the application is intended to ultimately be run in Azure. DefaultAzureCredential combines credentials that are commonly used to authenticate when deployed, with credentials that are used to authenticate in a development environment.

Back To Basics: Constructors and Enforcing Invariants Paid Members Public
In C# or any class-based object-oriented language, a Constructor is used to create an object. The constructor is responsible for initializing the object's data members and establishing the class invariants. A constructor fails and throws an exception when the class invariants are not met. An invariant is an

Generating PDF: .Net Core and Azure Web Application Paid Members Public
Using NReco library to generate PDF files on Azure Web App running .Net Core.

TypeScript: Use Sum Types To Your Advantage When Modelling Data Paid Members Public
Recently I was working at a client, and we had to take online payment for the service they provide. There were two options to pay - either in part or in full. When paying in full, the payment included a total amount and a refundable amount. When paying in partial,

Azure DevOps Build Release Pipeline For Create React App Paid Members Public
Create-react-app is the defacto for most of the websites that I work on these days. In this post, we will see how to set up a build/deploy pipeline for create react app in Azure DevOps. We will be using the YML format for the pipeline here, which makes it

2019: What Went Well, What Didn't and Goals Paid Members Public
A short recap of the year that is gone by and looking forward!