TheDeveloperCafe
Home
Categories
GoJavascript
About
Go
The Go Programming Language
SQL in Go with SQLBoiler

GO

SQL in Go with SQLBoiler

SQLBoiler is package that introspects your database schema and generates a stati...

Create Set in Go using Map

GO

Create Set in Go using Map

If you have been programming in Go for a while or have just picked it up, you mi...

Check if a map contains a key in Go and more

GO

Check if a map contains a key in Go and more

To check if a key exists in a map use the "comma ok". When getting a value from ...

Database migrations in Go using Migrate package

GO

Database migrations in Go using Migrate package

In this tutorial you are going to learn how to use the migrate tool to execute d...

Payload validation in Go with Validator

GO

Payload validation in Go with Validator

In this article you are going to learn how to use the go-playground/validator pa...

JWT with Go

GO

JWT with Go

In this article I am going to show you how to create and parse JWT tokens extrac...

Custom GitHub Action with Go

GO

DOCKER

Custom GitHub Action with Go

In this article you are going to learn how to create a custom GitHub Action in G...

Mocking interfaces in Go with GoMock

GO

Mocking interfaces in Go with GoMock

In this article we are going to learn how to use GoMock to generate mock impleme...

Restful routing with Chi in Go

GO

Restful routing with Chi in Go

In this tutorial you are going to learn how to use Chi router to create HTTP en...

Live Reload in Go with Air

GO

Live Reload in Go with Air

In this article you will learn how to live reload go applications with one of th...