Published:

Vue + Axios - HTTP POST Request Examples

A quick set of examples to show how to send HTTP POST requests from Vue.js to a backend API using axios
Published:

Vue + Axios - HTTP GET Request Examples

A quick set of examples to show how to send HTTP GET requests from Vue.js to a backend API using axios
Published:

Node.js + Express API - Request Schema Validation with Joi

This is a quick example of how to validate HTTP request data using the joi schema validation library in a Node.js + Express API.
Published:

ASP.NET Core 3.1 - Create and Validate JWT Tokens + Use Custom JWT Middleware

This is a quick example of how to create and validate JWT tokens in ASP.NET Core 3.1. We also cover how to implement custom JWT authentication with custom JWT middleware and a custom authorize attribute.
Published:

Node.js - Send Emails via SMTP with Nodemailer

This is a quick example of how to send an email in Node.js using the nodemailer email sending module.
Published:

Node.js - Hash and Verify Passwords with Bcrypt

This is a quick example of how to hash and verify passwords in Node.js using the bcryptjs password hashing library which is a pure JavaScript implementation of the bcrypt password hashing function.
Published:

Angular 10 - User Registration and Login Example & Tutorial

Tutorial with example of how to implement user registration, login and CRUD functionality with Angular 10. Includes boilerplate app and videos on how to deploy to AWS and Azure.
Published:

Angular 10 - Fake Backend Example for Backendless Development

An example of backendless development with Angular 10 using an HTTP Interceptor, includes "pass through" to real backend for unmocked URLs.
Published:

React + Axios - HTTP POST Request Examples

A quick set of examples to show how to send HTTP POST requests from React to a backend API using axios
Published:

React + Axios - HTTP GET Request Examples

A quick set of examples to show how to send HTTP GET requests from React to a backend API using axios
Supported by