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.
How to write & run database migration in Golang
Cover image for How to write & run database migration in Golang

How to write & run database migration in Golang

198
Comments 14
8 min read
Pointers, Marshalling, and Unmarshalling Data in Go
Cover image for Pointers, Marshalling, and Unmarshalling Data in Go

Pointers, Marshalling, and Unmarshalling Data in Go

11
Comments 3
9 min read
Understanding Go Templates
Cover image for Understanding Go Templates

Understanding Go Templates

5
Comments
1 min read
How I used Go to generate images for my dad’s meetups

How I used Go to generate images for my dad’s meetups

12
Comments
9 min read
Golang Tutorial - 10 Concurrency with channel

Golang Tutorial - 10 Concurrency with channel

29
Comments 2
10 min read
Split/Slice an Array into chunks (golang)
Cover image for Split/Slice an Array into chunks (golang)

Split/Slice an Array into chunks (golang)

8
Comments
1 min read
What the flip are Unix Named Pipes?
Cover image for What the flip are Unix Named Pipes?

What the flip are Unix Named Pipes?

4
Comments 1
5 min read
Develop REST API using Go and Test using various methods

Develop REST API using Go and Test using various methods

16
Comments 5
9 min read
Go Hello World! Program
Cover image for Go Hello World! Program

Go Hello World! Program

9
Comments
4 min read
Upterm - Secure Terminal Sharing

Upterm - Secure Terminal Sharing

6
Comments
4 min read
Bundle static file to Go binary

Bundle static file to Go binary

6
Comments
1 min read
Go lang beginner

Go lang beginner

4
Comments 3
1 min read
How to add Kerberos Authentication to Your Site With Minimum Efforts

How to add Kerberos Authentication to Your Site With Minimum Efforts

10
Comments
2 min read
Measure function execution time in golang
Cover image for Measure function execution time in golang

Measure function execution time in golang

6
Comments 2
1 min read
Using MySQL Together With Go
Cover image for Using MySQL Together With Go

Using MySQL Together With Go

3
Comments
1 min read
Should my methods return structs or interfaces in Go?

Should my methods return structs or interfaces in Go?

34
Comments 2
5 min read
Day 14 of #30DaysOfCode | Functions in Go(golang)
Cover image for Day 14 of #30DaysOfCode | Functions in Go(golang)

Day 14 of #30DaysOfCode | Functions in Go(golang)

4
Comments
2 min read
OpenTracing for Go Projects

OpenTracing for Go Projects

8
Comments
11 min read
Handling Null JSON Arrays in Go

Handling Null JSON Arrays in Go

10
Comments
2 min read
Querying CSV files in AWS S3 from Go, using SQL

Querying CSV files in AWS S3 from Go, using SQL

11
Comments
5 min read
Day 13 of #30DaysOfCode | Loops, Defer, Panic, Recover and Pointers In Go(golang)
Cover image for Day 13 of #30DaysOfCode | Loops, Defer, Panic, Recover and Pointers In Go(golang)

Day 13 of #30DaysOfCode | Loops, Defer, Panic, Recover and Pointers In Go(golang)

4
Comments
2 min read
Golang tutorial - 9 Concurrency using goroutine

Golang tutorial - 9 Concurrency using goroutine

20
Comments 2
4 min read
Manage Dependencies With Go Modules
Cover image for Manage Dependencies With Go Modules

Manage Dependencies With Go Modules

11
Comments
1 min read
Learning Golang (some rough notes) - S02E02 - Adding error handling to the Producer

Learning Golang (some rough notes) - S02E02 - Adding error handling to the Producer

7
Comments
8 min read
How to write a Recursive Function in Go
Cover image for How to write a Recursive Function in Go

How to write a Recursive Function in Go

7
Comments
4 min read
loading...