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.
Request Validation with Go

Request Validation with Go

9
Comments
3 min read
gosli: a little attempt to bring a bit of LINQ to Golang

gosli: a little attempt to bring a bit of LINQ to Golang

9
Comments
4 min read
Using lists in go with structs

Using lists in go with structs

9
Comments 1
1 min read
[Shortcut] Run function test in Golang and VsCode

[Shortcut] Run function test in Golang and VsCode

7
Comments 1
1 min read
🌈 Merge Sort & Quick Sort in 5 Languages

🌈 Merge Sort & Quick Sort in 5 Languages

38
Comments 2
2 min read
Why I chose to use Hugo and SCSS instead of React

Why I chose to use Hugo and SCSS instead of React

5
Comments
4 min read
Get Going With Go

Get Going With Go

5
Comments
3 min read
API Rest con Go (Golang) y PostgreSQL Parte 1

API Rest con Go (Golang) y PostgreSQL Parte 1

43
Comments 3
8 min read
Go. A Frontend Developer Review.

Go. A Frontend Developer Review.

22
Comments 1
4 min read
Evitando requisições duplicadas com singleflight 🇧🇷

Evitando requisições duplicadas com singleflight 🇧🇷

7
Comments 2
4 min read
Managing Shared Components in Go Microservices with Fx

Managing Shared Components in Go Microservices with Fx

8
Comments
7 min read
go apps + jaeger tracing

go apps + jaeger tracing

9
Comments 2
1 min read
Secure Your Golang Projects Using Nancy

Secure Your Golang Projects Using Nancy

17
Comments 2
5 min read
8 Most used functions of strings package in Go

8 Most used functions of strings package in Go

23
Comments 2
4 min read
Variables in GO

Variables in GO

4
Comments
5 min read
Using GoLand on Fedora Silverblue

Using GoLand on Fedora Silverblue

5
Comments 6
4 min read
Dealing with Context in Go for API's

Dealing with Context in Go for API's

4
Comments
3 min read
9 best open-source findings, March 2020

9 best open-source findings, March 2020

119
Comments 4
3 min read
My boilerplate for building Go web services

My boilerplate for building Go web services

15
Comments 1
3 min read
Are You a Confused Programmer? Learn a Functional Language

Are You a Confused Programmer? Learn a Functional Language

74
Comments 12
6 min read
Yet another TODO app! With Redis and Go [Part 2]

Yet another TODO app! With Redis and Go [Part 2]

7
Comments
5 min read
Creating Fast APIs In Go Using Fiber

Creating Fast APIs In Go Using Fiber

77
Comments 2
12 min read
Getting ready for a Golang Interview?

Getting ready for a Golang Interview?

8
Comments 1
2 min read
Working with SQL Relations in Go - Part 2

Working with SQL Relations in Go - Part 2

5
Comments
7 min read
Is switching from Express to Fiber worth it? 🤔

Is switching from Express to Fiber worth it? 🤔

187
Comments 20
5 min read
Yet another TODO app! With Redis and Go [Part 1]

Yet another TODO app! With Redis and Go [Part 1]

24
Comments
7 min read
TwilioQuest: Getting Through Basic Training with Go and Twilio

TwilioQuest: Getting Through Basic Training with Go and Twilio

26
Comments 1
7 min read
Setup web-page screenshots within a minute

Setup web-page screenshots within a minute

5
Comments
3 min read
Implement server-streaming gRPC in Go

Implement server-streaming gRPC in Go

45
Comments 1
10 min read
Clean Code Architecture in Go

Clean Code Architecture in Go

24
Comments
7 min read
Go fundamentals

Go fundamentals

7
Comments
3 min read
Dependency Injection in Go using Fx

Dependency Injection in Go using Fx

9
Comments 2
8 min read
How I played with golang to impeach sshfs failures

How I played with golang to impeach sshfs failures

9
Comments
5 min read
Tutorial: Getting started with MongoDB on Azure using Go

Tutorial: Getting started with MongoDB on Azure using Go

13
Comments
8 min read
Announcing Go-TinyTime, Go-TinyDate’s Sister Package

Announcing Go-TinyTime, Go-TinyDate’s Sister Package

6
Comments
2 min read
Stuck with Authentication For Your New Product/Website?

Stuck with Authentication For Your New Product/Website?

4
Comments
2 min read
A Primer To Go Modules

A Primer To Go Modules

6
Comments
10 min read
Introduce Blockchain API of Cosmos SDK

Introduce Blockchain API of Cosmos SDK

4
Comments
4 min read
Synchronizing Go Routines with Channels and WaitGroups

Synchronizing Go Routines with Channels and WaitGroups

61
Comments 5
7 min read
Golang Conversions – Ints To Strings And Strong Typing

Golang Conversions – Ints To Strings And Strong Typing

8
Comments
3 min read
Explore Arrays & Slices in Go

Explore Arrays & Slices in Go

5
Comments
5 min read
Tem ABAP aqui no meu programa em Go (GoLang)?

Tem ABAP aqui no meu programa em Go (GoLang)?

3
Comments 2
5 min read
[Go] testing tips part 2: write flexible mock object for test cases without library

[Go] testing tips part 2: write flexible mock object for test cases without library

7
Comments
3 min read
How To Separate Library Packages in Go

How To Separate Library Packages in Go

9
Comments
4 min read
Convert String to Int and Int to String in Golang

Convert String to Int and Int to String in Golang

9
Comments
1 min read
Heroku: Go with MySQL Notes

Heroku: Go with MySQL Notes

7
Comments
3 min read
Tip: Connecting to Azure Cosmos DB MongoDB API using the MongoDB Go driver

Tip: Connecting to Azure Cosmos DB MongoDB API using the MongoDB Go driver

33
Comments 2
3 min read
Self Balancing Binary Search Tree: Insertions

Self Balancing Binary Search Tree: Insertions

12
Comments 2
8 min read
Deploying a service using ansible and systemd

Deploying a service using ansible and systemd

33
Comments 4
8 min read
Practical Synchronization with Go

Practical Synchronization with Go

16
Comments 3
6 min read
Automatically change Go version with `gvm` and `zsh`

Automatically change Go version with `gvm` and `zsh`

11
Comments
1 min read
Command Line Tools (macOS 10.13) for Xcode 9.3でdelveを使用したGo langのデバッグができない時の対策

Command Line Tools (macOS 10.13) for Xcode 9.3でdelveを使用したGo langのデバッグができない時の対策

6
Comments
1 min read
Facebook Bot API + Go でオウム作ってみた

Facebook Bot API + Go でオウム作ってみた

5
Comments
2 min read
DigitalOcean(CentOS)にGoインストール

DigitalOcean(CentOS)にGoインストール

6
Comments
1 min read
愛が生まれた

愛が生まれた

7
Comments
1 min read
GoでSlackIncomingWebHooksを使ってみる

GoでSlackIncomingWebHooksを使ってみる

7
Comments
1 min read
Implement unary gRPC API in Go

Implement unary gRPC API in Go

39
Comments 1
15 min read
An unexpected contribution to opensource and how it happened

An unexpected contribution to opensource and how it happened

9
Comments
5 min read
Time Zero Values in Golang

Time Zero Values in Golang

6
Comments
1 min read
Blocking Disposable Emails

Blocking Disposable Emails

6
Comments 2
5 min read
loading...