In this article, we will learn more about the Web Authentication API by building an app that implements passkey authentication. At the end of the tutorial, we will have a little Express.js app connected to a Postgres database, through Sequelize, in Docker container.
Go Fiber has all the features we need to build a fullstack web application. In this article, we will learn how to add a frontend to an existing Go Fiber web API that was build with Docker and Postgres.
Go Fiber has all the features we need to build a fullstack web application. In this article, we will learn how to add a frontend to an existing Go Fiber web API that was build with Docker and Postgres.
In this article, we will learn how to create a simple REST API from scratch, using Go and Docker. We will also learn the basics of working with GORM and Postgres.