Published: September 06 2021
A quick set of examples to show how to send HTTP GET requests to an API using fetch
Published: September 05 2021
A quick set of examples to show how to send HTTP POST requests to an API using fetch
Published: September 04 2021
This is a quick example of how to implement a required checkbox field in Next.js the React Hook Form library.
Published: September 03 2021
This is a quick example of how to setup form validation in Next.js with the React Hook Form library.
Published: September 02 2021
This is a quick example of how to send an email in .NET 5.0 using the MailKit email client library.
Published: September 01 2021
How to build a boilerplate .NET 5.0 API that supports email sign up, verification, authentication, role based access control, forgot password, reset password and account management (CRUD) functionality.
Published: August 31 2021
This is a quick example of how to build a form in Next.js with the React Hook Form library that supports both create and update modes.
Published: August 30 2021
A quick post to show how to redirect users to the login page in a Next.js front-end (React) app.
Published: August 29 2021
How to build a simple full stack login application in Next.js that uses Basic HTTP Authentication.
Published: August 28 2021
This is a quick post to show how to manage (read/write) data in a JSON flat file with Next.js, it's useful for building example apps or for when you need to get up and running quickly before setting up a full database such as MongoDB, MySQL, SQL Server etc.