Published: December 15 2020
Last updated: November 22 2021

Angular 11 - CRUD Example with Reactive Forms

This tutorial shows how to build a basic Angular 11 CRUD application with Reactive Forms that includes pages for listing, adding, editing and deleting records from a JSON API.
Published: November 28 2020

.NET Core C# + AWS SES - Send Email via SMTP with AWS Simple Email Service

In this tutorial we'll go through the steps to enable sending email via SMTP from a .NET Core API using the Amazon Simple Email Service.
Published: November 18 2020

Blazor WebAssembly - Fake Backend Example for Backendless Development

An example of backendless development with Blazor WebAssembly using an HTTP Client Handler, includes "pass through" to real backend for unmocked URLs.
Published: November 11 2020

React + Fetch - HTTP DELETE Request Examples

A quick set of examples to show how to send HTTP DELETE requests from React to a backend API using fetch()
Published: November 09 2020

Blazor WebAssembly - User Registration and Login Example & Tutorial

In this tutorial we'll go through an example of how to build a simple user registration, login and user management (CRUD) application with Blazor WebAssembly.
Published: November 02 2020

React + Fetch - HTTP PUT Request Examples

A quick set of examples to show how to send HTTP PUT requests from React to a backend API using fetch()
Published: October 28 2020

React + Facebook - How to use the Facebook SDK in a React App

This is a quick post to go through the steps to load, initialize and use the Facebook JS SDK in a React application.
Published: October 25 2020

React - Facebook Login Tutorial & Example

How to implement Facebook Login in React with an example app that allows you to login with Facebook and view/update/delete accounts registered in the React app.
Published: October 22 2020

React Router v5 - Fix for redirects not rendering when using custom history

If you're using React Router v5 with a custom history object (<Router history={history}>) and are experiencing issues like redirects not working properly or not rendering, it might be because of the version of the history library you're using.
Published: October 17 2020

Angular 10 - Basic HTTP Authentication Tutorial & Example

A Custom Basic HTTP Authentication Example built with Angular 10
Supported by