Posts for July 2021

Published: July 30 2021

Next.js + Webpack - Fix for ModuleNotFoundError: Module not found: Error: Can't resolve '...'

If you're building a Next.js app that uses a Node.js module that only exists on the server-side such as the file system (fs) module, you may see the following error on build because the module can't be found on the client-side (the browser).
Published: July 29 2021

.NET 5.0 - Role Based Authorization Tutorial with Example API

How to build an API with role based authorization / access control in .NET 5.0 & C#. Includes example client apps built with Angular, React and Vue.
Published: July 18 2021

.NET 5.0 - Bare Bones API Tutorial

A step by step tutorial on how to build a simple bare bones .NET 5.0 API from scratch with a couple of example endpoints/routes, with details on every line of code and configuration to show how it all fits together.
Published: July 01 2021

Axios - HTTP GET Request Examples

A quick set of examples to show how to send HTTP GET requests to an API using axios
Supported by