Published: October 16 2019
Last updated: December 13 2019

ASP.NET Core 3.1 - Role Based Authorization Tutorial with Example API

How to build an API with role based authorization / access control in ASP.NET Core 3.1 & C#. Includes example client apps built with Angular, React and Vue.
Published: October 14 2019
Last updated: June 04 2020

ASP.NET Core 3.1 - Simple API for Authentication, Registration and User Management

Simple boilerplate ASP.NET Core 3.1 API that supports User Registration, Login and User Management. Uses SQLite in development & SQL Server in production and includes example client apps built with React, Angular & Vue.
Published: October 11 2019
Last updated: August 13 2020

ASP.NET Core 3.1 - JWT Authentication Tutorial with Example API

How to implement custom JWT authentication in ASP.NET Core 3.1 with C#. Includes example client apps built with React, Angular & Vue.
Published: September 06 2019
Last updated: October 06 2020

Angular - HTTP GET Request Examples

A quick set of examples to show how to send HTTP GET requests from Angular to a backend API
Published: September 04 2019

Angular + Webpack - How to add global CSS styles to Angular with webpack

The below steps show how to quickly add a global LESS / CSS stylesheet to your Angular application using Webpack
Published: September 03 2019

MongoDB - How to backup and restore a database

This is a quick example to show how to easily backup and restore a MongoDB database from the command line, using the current date as the backup folder name (YYYYMMDD)
Published: August 21 2019

Vue.js - Simple Pagination Example

A simple example of how to implement client-side pagination in Vue.js.
Published: August 12 2019

Vue.js + Node - Server Side Pagination Tutorial & Example

A simple example of how to implement server-side pagination in Vue.js with a Node.js backend API.
Published: August 06 2019

Angular 8 - Role Based Authorization Tutorial with Example

A Custom Authentication and Role Based Authorization / Access Control Example built with Angular 8, TypeScript and Angular CLI
Published: July 18 2019

React + Node - Server Side Pagination Tutorial & Example

A simple example of how to implement server-side pagination in React with a Node.js backend API.
Supported by