DEV Community

Go

A statically typed, compiled programming language designed at Google

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Go's language notes for JavaScript Devs

Go's language notes for JavaScript Devs

21
Comments
6 min read
Re-slicing in Golang

Re-slicing in Golang

7
Comments
1 min read
BitMaelum - e2e encrypted mail

BitMaelum - e2e encrypted mail

3
Comments 1
1 min read
Concurrency in modern programming languages: Golang

Concurrency in modern programming languages: Golang

15
Comments
7 min read
Build an API endpoint with GOlang , Gin & mongoDB

Build an API endpoint with GOlang , Gin & mongoDB

25
Comments 5
6 min read
How to securely store passwords?

How to securely store passwords?

123
Comments 13
13 min read
Crash Course on Go Interfaces

Crash Course on Go Interfaces

15
Comments
5 min read
The golang for-loop gotcha

The golang for-loop gotcha

7
Comments
3 min read
But how, exactly, databases use mmap?

But how, exactly, databases use mmap?

4
Comments
9 min read
Securing a Go-Backed Scrappy Twitter API with Magic

Securing a Go-Backed Scrappy Twitter API with Magic

5
Comments
13 min read
[Go] unusual: move "if err !=nil" into struct methods

[Go] unusual: move "if err !=nil" into struct methods

Comments 3
2 min read
Clearing your Unix Terminal and other commands using Go scripts

Clearing your Unix Terminal and other commands using Go scripts

4
Comments 2
2 min read
AzureFunBytes Reminder - 01/21/2021 2PM EST - Linux, Go, and @Azure with @as_w

AzureFunBytes Reminder - 01/21/2021 2PM EST - Linux, Go, and @Azure with @as_w

9
Comments
2 min read
ลองเล่น Go Fiber web framework

ลองเล่น Go Fiber web framework

14
Comments
1 min read
Calling Cognitive Services Securely with Go and Azure AD

Calling Cognitive Services Securely with Go and Azure AD

2
Comments 1
5 min read
How I volunteered to re-architect Internet email

How I volunteered to re-architect Internet email

2
Comments
1 min read
Creating Go Application Releases with GoReleaser

Creating Go Application Releases with GoReleaser

3
Comments
1 min read
Go Language to go for beginners

Go Language to go for beginners

6
Comments
4 min read
Just found out top 10 starred public repos in Github are written in Go.

Just found out top 10 starred public repos in Github are written in Go.

2
Comments 1
1 min read
Creating a Go Kubernetes client with client-go

Creating a Go Kubernetes client with client-go

10
Comments
3 min read
Pros and Cons of Using client-go in Kubernetes controllers

Pros and Cons of Using client-go in Kubernetes controllers

7
Comments
3 min read
Creating a Test HTTP Server in Go

Creating a Test HTTP Server in Go

4
Comments
2 min read
5 Time saving things about client-go, I didn't know!

5 Time saving things about client-go, I didn't know!

2
Comments
2 min read
Validating Admission Requests in a Validating Admission Webhook

Validating Admission Requests in a Validating Admission Webhook

4
Comments
3 min read
Parsing Admission Requests in a Validating Admission Webhook

Parsing Admission Requests in a Validating Admission Webhook

2
Comments
4 min read
Serving compressed static assets with HTTP in Go 1.16

Serving compressed static assets with HTTP in Go 1.16

7
Comments
3 min read
Configuring Gitlab CI and Private Go Modules

Configuring Gitlab CI and Private Go Modules

4
Comments
2 min read
Go RabbitMQ to Kafka ETL with zero lines of Go!

Go RabbitMQ to Kafka ETL with zero lines of Go!

14
Comments
4 min read
Don't Panic: Catching Panics in Errgroup Goroutines

Don't Panic: Catching Panics in Errgroup Goroutines

3
Comments
3 min read
What is a TCP?

What is a TCP?

48
Comments 2
4 min read
Upload a file larger than RAM size in Go

Upload a file larger than RAM size in Go

18
Comments
5 min read
Large Type legacy celebrated in 80 line Go program

Large Type legacy celebrated in 80 line Go program

13
Comments 1
2 min read
Max Heap in Go

Max Heap in Go

3
Comments
6 min read
Help me do a Go Newsletter you will like

Help me do a Go Newsletter you will like

9
Comments 2
2 min read
Structure your Go projects into sub-directories

Structure your Go projects into sub-directories

11
Comments 2
2 min read
Intercepting RESTful Responses with Middleware

Intercepting RESTful Responses with Middleware

11
Comments
7 min read
Will Golang ever stop using their strict GOPATH path in order to code with it

Will Golang ever stop using their strict GOPATH path in order to code with it

4
Comments 3
1 min read
Go, RabbitMQ and gRPC Clean Architecture microservice 💫👋

Go, RabbitMQ and gRPC Clean Architecture microservice 💫👋

35
Comments 1
10 min read
Testing IaC with Terratest and GitHub Actions

Testing IaC with Terratest and GitHub Actions

30
Comments 2
7 min read
Going Places: How I used Golang for literally every part of an IoT system

Going Places: How I used Golang for literally every part of an IoT system

80
Comments 2
9 min read
Universal Artifact Management for Go development community

Universal Artifact Management for Go development community

4
Comments
5 min read
Ways to Rate Limit Requests in Go

Ways to Rate Limit Requests in Go

18
Comments 1
3 min read
Interfaces and the Principle of Least Privilege

Interfaces and the Principle of Least Privilege

7
Comments
8 min read
Python vs Go

Python vs Go

4
Comments
2 min read
Concurrency Patterns in Go: sync.WaitGroup

Concurrency Patterns in Go: sync.WaitGroup

10
Comments
4 min read
Bringing the power of Go templates to service descriptions

Bringing the power of Go templates to service descriptions

7
Comments
4 min read
ทำความเข้าใจ sync.Mutex กับ sync.RWMutex ของ Go

ทำความเข้าใจ sync.Mutex กับ sync.RWMutex ของ Go

12
Comments 3
1 min read
17 - Updating TokenPair Model

17 - Updating TokenPair Model

3
Comments
1 min read
GO Backend Service Skeleton w/Gin

GO Backend Service Skeleton w/Gin

29
Comments 2
6 min read
Playing Cards Discord Bot

Playing Cards Discord Bot

4
Comments 2
2 min read
Os primeiros passos com Golang.

Os primeiros passos com Golang.

9
Comments 2
3 min read
µjson — A minimal JSON parser and transformer in Go

µjson — A minimal JSON parser and transformer in Go

9
Comments
7 min read
How to use the context.Done() method in Go to signal goroutine completion

How to use the context.Done() method in Go to signal goroutine completion

11
Comments
1 min read
Mediator Design Pattern in Go

Mediator Design Pattern in Go

24
Comments
4 min read
Go dockerization

Go dockerization

3
Comments
1 min read
Go in 2 minutes

Go in 2 minutes

25
Comments 6
2 min read
Using '%q' inside fmt.Printf in Go (instead of '%s')

Using '%q' inside fmt.Printf in Go (instead of '%s')

5
Comments
1 min read
"Switch" statements in GO

"Switch" statements in GO

4
Comments
3 min read
16 - Create Gin Middleware to Extract Authorized User

16 - Create Gin Middleware to Extract Authorized User

16
Comments 1
8 min read
Yet another way to convert a website (with backend) to desktop app

Yet another way to convert a website (with backend) to desktop app

6
Comments
1 min read
loading...