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.
Implementing Enums in Golang

Implementing Enums in Golang

10
Comments 5
4 min read
New Golang Error: Final Update

New Golang Error: Final Update

Comments
4 min read
Building a Robust Webhook Service with Golang: A Comprehensive Guide

Building a Robust Webhook Service with Golang: A Comprehensive Guide

80
Comments 6
24 min read
Appwrite + Go: Build APIs without technical overhead

Appwrite + Go: Build APIs without technical overhead

11
Comments
11 min read
Build a Credit Card validator using Go

Build a Credit Card validator using Go

5
Comments
5 min read
Protoc Plugins with Go

Protoc Plugins with Go

2
Comments 1
10 min read
12.Data Transmission Protocol: Protocol Buffers

12.Data Transmission Protocol: Protocol Buffers

Comments
9 min read
Validating input JSON

Validating input JSON

1
Comments 4
3 min read
Enhancing gRPC Error Handling in a Microservice Architecture

Enhancing gRPC Error Handling in a Microservice Architecture

6
Comments
11 min read
Handling JSON in Go

Handling JSON in Go

1
Comments
7 min read
Proper HTTP shutdown in Go

Proper HTTP shutdown in Go

56
Comments 2
10 min read
The Golang Saga: A Coder’s Journey There and Back Again. Part 3: The Graphing Conundrum

The Golang Saga: A Coder’s Journey There and Back Again. Part 3: The Graphing Conundrum

7
Comments 1
15 min read
Novedades en Go 1.21 🚀

Novedades en Go 1.21 🚀

1
Comments
4 min read
11. MMO Online Game AOI Algorithm

11. MMO Online Game AOI Algorithm

4
Comments
19 min read
Concurrency in Go: A Practical Guide with Hands-On Examples

Concurrency in Go: A Practical Guide with Hands-On Examples

32
Comments 3
5 min read
We moved our Cloud operations to a Kubernetes Operator

We moved our Cloud operations to a Kubernetes Operator

23
Comments
13 min read
Building a Simple Web Server with Go

Building a Simple Web Server with Go

4
Comments 2
11 min read
GoLang Reverse Engineering & Hacking

GoLang Reverse Engineering & Hacking

3
Comments
2 min read
Using code coverage to debug large Go application

Using code coverage to debug large Go application

4
Comments
3 min read
Stubbing AWS Service calls in Golang

Stubbing AWS Service calls in Golang

2
Comments 1
4 min read
Build a web scraper with Go

Build a web scraper with Go

64
Comments 4
9 min read
Wakapi - Open-Source Time Tracking for Devs

Wakapi - Open-Source Time Tracking for Devs

5
Comments
1 min read
9. Zinx Connection Management and Property Setting

9. Zinx Connection Management and Property Setting

1
Comments
24 min read
How to build a URL Shortener with Go

How to build a URL Shortener with Go

69
Comments 12
5 min read
How to pretty print json with golang ?

How to pretty print json with golang ?

19
Comments 6
1 min read
Understanding the Color type in Go

Understanding the Color type in Go

4
Comments 1
14 min read
How use iota in Golang

How use iota in Golang

5
Comments
3 min read
Channels in Go

Channels in Go

6
Comments 1
3 min read
Load Private Module in Golang Project

Load Private Module in Golang Project

4
Comments
4 min read
Why I prefer Rust over Go

Why I prefer Rust over Go

14
Comments 13
2 min read
Golang Database Migration With Golang Migrate and Sqlc

Golang Database Migration With Golang Migrate and Sqlc

11
Comments
3 min read
Introducing Goctopus: open-source, state-of-the-art GraphQL endpoint discovery & fingerprinting tool.

Introducing Goctopus: open-source, state-of-the-art GraphQL endpoint discovery & fingerprinting tool.

14
Comments 2
6 min read
Non-blocking sequential processing in Go using infinite (unbounded) buffered channel

Non-blocking sequential processing in Go using infinite (unbounded) buffered channel

7
Comments 6
4 min read
Caching Git Repos: A Deep Dive into OpenSauced’s ‘Pizza Oven’ Service

Caching Git Repos: A Deep Dive into OpenSauced’s ‘Pizza Oven’ Service

25
Comments
7 min read
Pratique com APIs de verdade - ClimaTempo

Pratique com APIs de verdade - ClimaTempo

26
Comments
7 min read
Limitar Gorutinas Con Semáforos

Limitar Gorutinas Con Semáforos

4
Comments
3 min read
Testing with AWS SDK for Go V2 without interface mocks

Testing with AWS SDK for Go V2 without interface mocks

4
Comments 1
11 min read
You Might be Overlooking the PUT Method in Your REST API

You Might be Overlooking the PUT Method in Your REST API

4
Comments 2
5 min read
Auto-Completion and Cocktail mixing with Golang’s Cobra CLI

Auto-Completion and Cocktail mixing with Golang’s Cobra CLI

17
Comments 2
7 min read
Understanding the Factory Method Pattern in Go

Understanding the Factory Method Pattern in Go

17
Comments 1
5 min read
How to Replace Characters in a String in Golang

How to Replace Characters in a String in Golang

5
Comments
2 min read
7 vantagens da linguagem Go

7 vantagens da linguagem Go

11
Comments
6 min read
Mobile OTP based authentication in golang

Mobile OTP based authentication in golang

22
Comments 1
10 min read
Understanding the Singleton Pattern in Go

Understanding the Singleton Pattern in Go

8
Comments 1
2 min read
Bringing Go Templates everywhere

Bringing Go Templates everywhere

4
Comments
3 min read
Using Golang for your AWS Lambda Functions

Using Golang for your AWS Lambda Functions

6
Comments 4
4 min read
Unlocking AI Potential: Integrating OpenAI API into GoLang Microservices

Unlocking AI Potential: Integrating OpenAI API into GoLang Microservices

5
Comments
8 min read
Designing Microservices RESTful API using Go with CRUD Operations: A Practical Guide

Designing Microservices RESTful API using Go with CRUD Operations: A Practical Guide

6
Comments
4 min read
Understanding the Options Pattern in Go

Understanding the Options Pattern in Go

58
Comments 2
3 min read
TypeScript with Go/Rust errors? No try/catch? Heresy.

TypeScript with Go/Rust errors? No try/catch? Heresy.

91
Comments 50
8 min read
🔥 Introducing Zogo: A Powerful Custom Validation Library for Go

🔥 Introducing Zogo: A Powerful Custom Validation Library for Go

Comments
2 min read
S1E3: Mastering Concurrency with Worker Pool in GoLang: A Scalable Solution for Efficient Task Processing

S1E3: Mastering Concurrency with Worker Pool in GoLang: A Scalable Solution for Efficient Task Processing

1
Comments
2 min read
Resolving type parameter ambiguities

Resolving type parameter ambiguities

3
Comments
2 min read
Understanding the Builder Pattern in Go

Understanding the Builder Pattern in Go

18
Comments 2
2 min read
Go queries

Go queries

1
Comments 2
1 min read
Bonzai and how to create a personal CLI to rule them all

Bonzai and how to create a personal CLI to rule them all

20
Comments 4
4 min read
Building a Deep Nested CLI Application with Cobra in Golang

Building a Deep Nested CLI Application with Cobra in Golang

3
Comments
2 min read
The Basics of Operational Transformation

The Basics of Operational Transformation

19
Comments 1
7 min read
Monitoring Gin and GORM with OpenTelemetry

Monitoring Gin and GORM with OpenTelemetry

10
Comments
4 min read
How to use Weaviate to store OpenAI embedding vectors in a Golang program

How to use Weaviate to store OpenAI embedding vectors in a Golang program

3
Comments
6 min read
loading...