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.
Build a Credit Card validator using Go

Build a Credit Card validator using Go

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

Building a Robust Webhook Service with Golang: A Comprehensive Guide

38
Comments 6
24 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
Handling JSON in Go

Handling JSON in Go

1
Comments
7 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

6
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

1
Comments
19 min read
Proper HTTP shutdown in Go

Proper HTTP shutdown in Go

18
Comments 1
10 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

6
Comments 2
11 min read
GoLang Reverse Engineering & Hacking

GoLang Reverse Engineering & Hacking

5
Comments
2 min read
Enhancing gRPC Error Handling in a Microservice Architecture

Enhancing gRPC Error Handling in a Microservice Architecture

6
Comments
11 min read
Using code coverage to debug large Go application

Using code coverage to debug large Go application

3
Comments
3 min read
Stubbing AWS Service calls in Golang

Stubbing AWS Service calls in Golang

3
Comments 1
4 min read
Wakapi - Open-Source Time Tracking for Devs

Wakapi - Open-Source Time Tracking for Devs

9
Comments
1 min read
Build a web scraper with Go

Build a web scraper with Go

27
Comments 4
9 min read
9. Zinx Connection Management and Property Setting

9. Zinx Connection Management and Property Setting

4
Comments
24 min read
How to pretty print json with golang ?

How to pretty print json with golang ?

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

How to build a URL Shortener with Go

15
Comments 6
5 min read
Understanding the Color type in Go

Understanding the Color type in Go

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

Building a Deep Nested CLI Application with Cobra in Golang

Comments
2 min read
How use iota in Golang

How use iota in Golang

3
Comments
3 min read
Channels in Go

Channels in Go

8
Comments 1
3 min read
How to use hCAPTCHA with Iris

How to use hCAPTCHA with Iris

Comments
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

15
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.

15
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

10
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

13
Comments
7 min read
Limitar Gorutinas Con Semáforos

Limitar Gorutinas Con Semáforos

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

Testing with AWS SDK for Go V2 without interface mocks

3
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

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

Understanding the Factory Method Pattern in Go

9
Comments 1
2 min read
How to Replace Characters in a String in Golang

How to Replace Characters in a String in Golang

6
Comments
2 min read
7 vantagens da linguagem Go

7 vantagens da linguagem Go

7
Comments
6 min read
Mobile OTP based authentication in golang

Mobile OTP based authentication in golang

3
Comments 1
10 min read
Bringing Go Templates everywhere

Bringing Go Templates everywhere

7
Comments
3 min read
Understanding the Singleton Pattern in Go

Understanding the Singleton Pattern in Go

5
Comments 1
2 min read
Using Golang for your AWS Lambda Functions

Using Golang for your AWS Lambda Functions

6
Comments 4
4 min read
LeetCode Go #1. Two sum

LeetCode Go #1. Two sum

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

Unlocking AI Potential: Integrating OpenAI API into GoLang Microservices

4
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

2
Comments
4 min read
🔥 Introducing Zogo: A Powerful Custom Validation Library for Go

🔥 Introducing Zogo: A Powerful Custom Validation Library for Go

Comments
2 min read
Understanding the Options Pattern in Go

Understanding the Options Pattern in Go

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

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

89
Comments 50
8 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

5
Comments 1
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

22
Comments 4
4 min read
The Basics of Operational Transformation

The Basics of Operational Transformation

3
Comments
7 min read
Monitoring Gin and GORM with OpenTelemetry

Monitoring Gin and GORM with OpenTelemetry

4
Comments
4 min read
Golang panics in libraries

Golang panics in libraries

3
Comments
11 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
How do I run my Go applications in a Serverless way - Part 2

How do I run my Go applications in a Serverless way - Part 2

3
Comments
7 min read
Criando Testes Unitários em Golang usando a Poke API

Criando Testes Unitários em Golang usando a Poke API

Comments
2 min read
Getting Started with Cobra: Creating Multi-Level Command Line Interfaces in Golang

Getting Started with Cobra: Creating Multi-Level Command Line Interfaces in Golang

Comments 2
3 min read
loading...