Build a RESTful CRUD API with Golang
As a web developer, building APIs or frontend applications that interact with other APIs is one essential project you can undertake to improve your skills or add to your portfolio…
Continue readingAs a web developer, building APIs or frontend applications that interact with other APIs is one essential project you can undertake to improve your skills or add to your portfolio…
Continue readingWe all know we need to use strong passwords for every account we create on the internet. However, remembering the individual passwords we use on different websites isn’t that easy….
Continue readingIn this comprehensive guide, you will learn how to secure a Golang RESTful API with JSON Web Tokens and Email verification. We will start by registering the user, verifying the…
Continue readingThis article will teach you how to secure a Golang application with access and refresh tokens using GORM, Postgres, Docker, and Docker-compose. Also, you will learn how to use the…
Continue readingGolang is a popular and modern language of cloud computing and while it’s a no-brainer that Golang has impressive features that support the needs of microservice architecture, large-scale enterprise applications,…
Continue readingThis article will teach you how to implement RS256 JWT Authentication and Authorization with Golang, Gin Gonic, SQLC, PostgreSQL, and Docker-compose. You will also learn how to use asymmetric encryption…
Continue readingIn this article, you’ll learn how to set up a Golang project with the standard Database/SQL package, Gin Gonic, SQLC, PostgreSQL, Golang-migrate, and Docker-compose. Later, we’ll access the PostgreSQL database…
Continue readingGitHub OAuth is an authentication API that can be integrated into any web application to make the signup/login process easier. In this article, you will learn how to implement GitHub…
Continue readingThis article will teach you how to integrate GitHub OAuth Authentication into your Vue.js, MongoDB, and Golang applications. Also, after the user is authenticated, we will generate and return JSON…
Continue readingThis article will teach you how to add Google OAuth Authentication to your Vue.js, MongoDB-Go-Driver, and Golang applications. Also, after the user is authenticated on the server, we will return…
Continue readingThis article will teach you how to implement Google OAuth Authentication with React.js, MongoDB-Go-Driver, and Golang. In addition, you will learn how to return JWT access and refresh token cookies…
Continue readingIn this article, you’ll learn how to build a CRUD gRPC API server with Golang, MongoDB-Go-driver, and Docker-compose. You’ll also build a gRPC client to interact with the gRPC API….
Continue reading