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.
Why I like generics in golang

Why I like generics in golang

12
Comments
3 min read
Running Go in Azure with Container Instances

Running Go in Azure with Container Instances

12
Comments
4 min read
A little mistake I made in Go

A little mistake I made in Go

8
Comments
3 min read
Assertions in gotests Test Generation

Assertions in gotests Test Generation

2
Comments
5 min read
Using functional options instead of method chaining in Go

Using functional options instead of method chaining in Go

18
Comments 2
9 min read
Go formatting with rgblog

Go formatting with rgblog

21
Comments
2 min read
AWS and Go

AWS and Go

6
Comments
4 min read
Azure Storage Queue SDK for Go Samples for Enqueue/Dequeue and Count

Azure Storage Queue SDK for Go Samples for Enqueue/Dequeue and Count

5
Comments
3 min read
My Go (Golang) Adventure

My Go (Golang) Adventure

18
Comments 2
2 min read
When Now is not the time (in Go)

When Now is not the time (in Go)

6
Comments
1 min read
Go test to validate connect2id gives “invalid_client” error

Go test to validate connect2id gives “invalid_client” error

2
Comments
1 min read
How to Turn an Android Device into a Web Server

How to Turn an Android Device into a Web Server

30
Comments 21
2 min read
Testing a function that generates logs

Testing a function that generates logs

5
Comments
3 min read
Code Trends 0.0.4

Code Trends 0.0.4

2
Comments
1 min read
Subtle issues with ORMs, and how to avoid them

Subtle issues with ORMs, and how to avoid them

15
Comments 4
8 min read
Day 15 of #30DaysOfCode | FizzBuzz and Interfaces In Go

Day 15 of #30DaysOfCode | FizzBuzz and Interfaces In Go

5
Comments
3 min read
Behind Continuations Passing Style. Practical Examples in Go

Behind Continuations Passing Style. Practical Examples in Go

11
Comments
5 min read
Games based on Voice Recognition

Games based on Voice Recognition

7
Comments 3
1 min read
Instrumenting Go code via AST

Instrumenting Go code via AST

6
Comments
6 min read
Instrumenting Go code via AST, Part 2

Instrumenting Go code via AST, Part 2

5
Comments
4 min read
Go lang beginner

Go lang beginner

3
Comments 3
1 min read
Meus métodos devem retornar interfaces ou structs em Go?

Meus métodos devem retornar interfaces ou structs em Go?

6
Comments
6 min read
Day 6 of #30DaysOfCode | pointers and new() in golang

Day 6 of #30DaysOfCode | pointers and new() in golang

6
Comments
2 min read
Hacking Go Interfaces

Hacking Go Interfaces

16
Comments 1
7 min read
Solving the Fibonacci Sequence

Solving the Fibonacci Sequence

6
Comments 3
1 min read
Go, I love you, but you're bringing me down.

Go, I love you, but you're bringing me down.

11
Comments 9
5 min read
Becoming a better Gopher

Becoming a better Gopher

19
Comments 1
1 min read
Getting instant feedback on your go code changes

Getting instant feedback on your go code changes

4
Comments
1 min read
Olric v0.2.0 is out: Distributed cache and in-memory key/value data store. Embeddable or language independent service.

Olric v0.2.0 is out: Distributed cache and in-memory key/value data store. Embeddable or language independent service.

4
Comments
1 min read
Day 5 of #30DaysOfCode | variables, primitive data types, constant and maps in Go

Day 5 of #30DaysOfCode | variables, primitive data types, constant and maps in Go

5
Comments
2 min read
Enviar correos por GMAIL utilizando el paquete SMTP de GO

Enviar correos por GMAIL utilizando el paquete SMTP de GO

9
Comments 2
7 min read
Day 4 of #30DaysOfCode | pointers and maps in Go (golang)

Day 4 of #30DaysOfCode | pointers and maps in Go (golang)

5
Comments
2 min read
Day 3 of #30DaysOfCode | struct and pointer in Go

Day 3 of #30DaysOfCode | struct and pointer in Go

3
Comments
2 min read
Hello from go-devto API Client

Hello from go-devto API Client

3
Comments
1 min read
Day 2 of #30DaysOfCode

Day 2 of #30DaysOfCode

6
Comments
2 min read
errors handling in GO!

errors handling in GO!

6
Comments
3 min read
Day 1 of #30DaysOfCode

Day 1 of #30DaysOfCode

9
Comments 1
2 min read
Apprendre et maĂźtriser Golang

Apprendre et maĂźtriser Golang

2
Comments
1 min read
Container From Scratch

Container From Scratch

8
Comments
8 min read
Multi-stage Dockerfile for Golang application

Multi-stage Dockerfile for Golang application

13
Comments 8
2 min read
Comparing error handling in Java, Go and Rust.

Comparing error handling in Java, Go and Rust.

12
Comments 7
2 min read
Advanced command execution in Go with os/exec

Advanced command execution in Go with os/exec

6
Comments
6 min read
First SO Go Question 😜

First SO Go Question 😜

1
Comments
1 min read
Hot Reloading Go Programsñ€Ơ–ñ€ƠWith Docker, Glide & Fresh

Hot Reloading Go Programsñ€Ơ–ñ€ƠWith Docker, Glide & Fresh

9
Comments 6
5 min read
JSON Parsing with Go Embedded Structs

JSON Parsing with Go Embedded Structs

7
Comments
2 min read
[Go] Shutdown services in Go - single service

[Go] Shutdown services in Go - single service

4
Comments
3 min read
Binary to decimal converter

Binary to decimal converter

10
Comments
8 min read
What's the most popular programming language?

What's the most popular programming language?

4
Comments 1
1 min read
Spotlight Story: Carlos Becker, Creator of GoReleaser

Spotlight Story: Carlos Becker, Creator of GoReleaser

5
Comments
2 min read
split .gitconfig for domains

split .gitconfig for domains

5
Comments
1 min read
The cost of parsing http

The cost of parsing http

18
Comments 2
1 min read
Sending HTML emails using templates in Golang

Sending HTML emails using templates in Golang

11
Comments
3 min read
What are the best open source GoLang frameworks?

What are the best open source GoLang frameworks?

4
Comments
1 min read
Detecting, Reporting and Mitigating System Vulnerabilities for Go

Detecting, Reporting and Mitigating System Vulnerabilities for Go

4
Comments
5 min read
Is Golang better than C?

Is Golang better than C?

3
Comments
1 min read
#Managing Go Module Pseudo-Versions in Go 1.13

#Managing Go Module Pseudo-Versions in Go 1.13

12
Comments
7 min read
Code Skills on Codeacademy

Code Skills on Codeacademy

3
Comments
1 min read
My Top 2 Reading List for Go & Data

My Top 2 Reading List for Go & Data

2
Comments 2
2 min read
Golang gRPC handler with 2 service/usecase. should use transaction?

Golang gRPC handler with 2 service/usecase. should use transaction?

3
Comments 1
1 min read
GhostDB - An Ultra Fast Distributed Cache

GhostDB - An Ultra Fast Distributed Cache

11
Comments 2
2 min read
loading...