#golang
Read more stories on Hashnode
Articles with this tag
Summary We will be creating our own backend API server that we can use to test out our Kubernetes deployment. We will also be running this on a...
Setting Up Simple Password Authentication with Email Verification using Next.js, Go Backend, and MongoDB · When using passwords to authenticate our...
integrating our server with sqlite3 database · In our post today, we will be adding the sqlite3 database to our application and creating a few more API...
Using Golang and Gin for backend · setting up Go and initial files Golang can be installed through the official website. I will be using Go version...