TheDeveloperCafe
Home
Categories
GoJavascript
About
Latest Articles
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...

Loading environment variables properly in Go with env and godotenv

GO

Loading environment variables properly in Go with env and godotenv

In this article you are going to learn how to load environment variables in Go. ...

Serving static files in Go

GO

Serving static files in Go

In this article you are going to learn how to serve static files in GO over http...

Singleton in Golang

GO

Singleton in Golang

Learn to use the singleton pattern in Go and how to make it safely run in a conc...

Loops in Golang

GO

Loops in Golang

In this article you are going to learn how to loop in golang. Looping is fairly ...

Functions in Golang

GO

Functions in Golang

Functions are at the core of Golang, they are easy to understand, fun to work w...

Variables in Golang

GO

Variables in Golang

Go takes slightly different approach for variable declaration compared to other ...