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.
Prevent updating query updates all records in GORM

Prevent updating query updates all records in GORM

6
Comments
2 min read
Go + BigQuery : Beam for Beginners

Go + BigQuery : Beam for Beginners

9
Comments 1
6 min read
Lets do some magic tricks with Go Slices

Lets do some magic tricks with Go Slices

8
Comments
1 min read
How we moved from Ruby to GO and decrease our cost by %1400 and increased response time by %500

How we moved from Ruby to GO and decrease our cost by %1400 and increased response time by %500

10
Comments 3
6 min read
A deep dive into Go's Context Package

A deep dive into Go's Context Package

41
Comments 2
10 min read
Docker Build Failed!

Docker Build Failed!

3
Comments 1
1 min read
Ensure auto-generated code is always up-to-date with compile-time assertions in Go

Ensure auto-generated code is always up-to-date with compile-time assertions in Go

5
Comments
2 min read
How to use Azure Go SDK to manage Azure Data Explorer clusters

How to use Azure Go SDK to manage Azure Data Explorer clusters

6
Comments
9 min read
go-mp4: Golang Library and CLI Tool for MP4

go-mp4: Golang Library and CLI Tool for MP4

16
Comments
4 min read
Concurrency in Go - Using Goroutines and Wait Groups

Concurrency in Go - Using Goroutines and Wait Groups

15
Comments
6 min read
Go-Swagger Tricks. Standard HTTP Handler

Go-Swagger Tricks. Standard HTTP Handler

12
Comments
3 min read
Um Mergulho em Imagens de Containers - Parte 2

Um Mergulho em Imagens de Containers - Parte 2

11
Comments 1
6 min read
An example of a Golang-based monorepo

An example of a Golang-based monorepo

4
Comments
1 min read
Simple live-reloading tool for writing CLI applications in Go.

Simple live-reloading tool for writing CLI applications in Go.

7
Comments
1 min read
I fucking love coding

I fucking love coding

130
Comments 18
2 min read
Go automate your GitHub profile README

Go automate your GitHub profile README

111
Comments 5
4 min read
A Web Scraper using Golang.

A Web Scraper using Golang.

9
Comments 2
1 min read
Gopher Gold #2 - Tue Jul 28 2020

Gopher Gold #2 - Tue Jul 28 2020

8
Comments
7 min read
Server Sent Events (SSE) Server implementation with Go

Server Sent Events (SSE) Server implementation with Go

22
Comments 2
4 min read
Lets go on a ride with logs in Go

Lets go on a ride with logs in Go

9
Comments 2
1 min read
Safely control your goroutine pipeline (safe-step)

Safely control your goroutine pipeline (safe-step)

6
Comments
2 min read
Domain, Service and IoC

Domain, Service and IoC

14
Comments 5
3 min read
Build Powerful Go CLI Applications Using the Cobra Package 🐍

Build Powerful Go CLI Applications Using the Cobra Package 🐍

14
Comments
1 min read
How to secure gRPC connection with SSL/TLS in Go

How to secure gRPC connection with SSL/TLS in Go

111
Comments 7
10 min read
5 Great Go Resources

5 Great Go Resources

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

Develop REST API using Go and Test using various methods

22
Comments 4
9 min read
Learning the Go programming language by creating the Amanuense bot

Learning the Go programming language by creating the Amanuense bot

7
Comments
4 min read
Go2: Map and Filter with Generics

Go2: Map and Filter with Generics

12
Comments
1 min read
DevLorem: Rewritten from the ground up in Go

DevLorem: Rewritten from the ground up in Go

4
Comments
2 min read
Configure Go Programs Using the Viper Package 🐍

Configure Go Programs Using the Viper Package 🐍

4
Comments
1 min read
Onion Architecture 🧅

Onion Architecture 🧅

168
Comments 9
7 min read
How to Implement “Sign In With Google” in Golang

How to Implement “Sign In With Google” in Golang

21
Comments
5 min read
Testing API Libraries

Testing API Libraries

8
Comments
8 min read
sci-hub.tw wrapper - desearch

sci-hub.tw wrapper - desearch

8
Comments
1 min read
Simple web app to serve with go

Simple web app to serve with go

11
Comments
2 min read
Tutorial: Getting started with Azure Data Explorer using the Go SDK

Tutorial: Getting started with Azure Data Explorer using the Go SDK

13
Comments
9 min read
Sorting Data in Go

Sorting Data in Go

15
Comments
5 min read
How to display Go processes with their commands

How to display Go processes with their commands

7
Comments
1 min read
Golang Tutorial - 11 Testing

Golang Tutorial - 11 Testing

16
Comments
5 min read
Tripperwares: http.Client Middleware - chaining RoundTrippers

Tripperwares: http.Client Middleware - chaining RoundTrippers

12
Comments 1
3 min read
ทำไม Go ต้องมี pointer และเราใช้ pointer ใน Go ตอนไหนบ้าง

ทำไม Go ต้องมี pointer และเราใช้ pointer ใน Go ตอนไหนบ้าง

48
Comments 8
3 min read
GO kullanarak BASH üzerinde basitçe komut çalıştırma

GO kullanarak BASH üzerinde basitçe komut çalıştırma

6
Comments
1 min read
Easter eggs in Go source code

Easter eggs in Go source code

27
Comments 3
4 min read
Gopher Gold #1 - Tue Jul 21 2020

Gopher Gold #1 - Tue Jul 21 2020

6
Comments
8 min read
Connect to an IRC server with Golang

Connect to an IRC server with Golang

10
Comments
7 min read
I made a cli on Golang

I made a cli on Golang

7
Comments
1 min read
Eliminate the undocumented TODOs with todocheck

Eliminate the undocumented TODOs with todocheck

29
Comments
3 min read
Simple Slack Notification with golang

Simple Slack Notification with golang

12
Comments 1
3 min read
Error Chains in Go 1.13

Error Chains in Go 1.13

27
Comments 2
1 min read
Concurrency in Go

Concurrency in Go

47
Comments 4
10 min read
Testing a function that calls a goroutine

Testing a function that calls a goroutine

18
Comments 2
5 min read
Godfatherr

Godfatherr

2
Comments 2
1 min read
Go Parser for Linear Equation Solver

Go Parser for Linear Equation Solver

7
Comments
6 min read
How to build a Web Scraper using golang with colly

How to build a Web Scraper using golang with colly

43
Comments 2
4 min read
A terminal-based client for Clockify time tracker

A terminal-based client for Clockify time tracker

6
Comments
1 min read
CORS Reverse Proxy (cors-reverse-proxy)

CORS Reverse Proxy (cors-reverse-proxy)

8
Comments
2 min read
Rust vs Go in Backend Web Development

Rust vs Go in Backend Web Development

14
Comments 2
3 min read
Error Handling in Go

Error Handling in Go

5
Comments
1 min read
Generate CRUD Golang code from SQL | Compare db/sql, gorm, sqlx, sqlc

Generate CRUD Golang code from SQL | Compare db/sql, gorm, sqlx, sqlc

150
Comments 2
16 min read
Go errors.is cool

Go errors.is cool

8
Comments
2 min read
loading...