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.
Go Singleflight Melts in Your Code, Not in Your DB

Go Singleflight Melts in Your Code, Not in Your DB

Comments
15 min read
Estudando - Linguagem Go - Dia 02

Estudando - Linguagem Go - Dia 02

Comments
3 min read
Building a Regex Engine in Go: Introducing MatchGo

Building a Regex Engine in Go: Introducing MatchGo

Comments
3 min read
Introduction to the event "TinyGo Keeb Tour 2024"

Introduction to the event "TinyGo Keeb Tour 2024"

Comments
6 min read
Let's Talk About Slices in Go: The Dynamic Duo of Arrays!

Let's Talk About Slices in Go: The Dynamic Duo of Arrays!

1
Comments
3 min read
Building a URL Shortener with Rate Limiting and Redis in Go

Building a URL Shortener with Rate Limiting and Redis in Go

1
Comments
4 min read
System design: Building a Vending Machine in Go

System design: Building a Vending Machine in Go

1
Comments
2 min read
Beginner's Guide to Managing Files in Amazon S3 with Go

Beginner's Guide to Managing Files in Amazon S3 with Go

1
Comments
5 min read
Building a Web Search Engine in Go with Elasticsearch

Building a Web Search Engine in Go with Elasticsearch

Comments
4 min read
Why Clean Architecture Struggles in Golang and What Works Better

Why Clean Architecture Struggles in Golang and What Works Better

1
Comments
8 min read
🐹 Golang Integration with Kafka and Uber ZapLog 📨

🐹 Golang Integration with Kafka and Uber ZapLog 📨

Comments 1
9 min read
Golang com Opentelemetry, prometheus, Grafana tempo OSS e Grafana padrão

Golang com Opentelemetry, prometheus, Grafana tempo OSS e Grafana padrão

3
Comments
1 min read
[DevLog #01] Gmail-TUI: Replicating The Gmail-Web Experience In Terminal

[DevLog #01] Gmail-TUI: Replicating The Gmail-Web Experience In Terminal

1
Comments
2 min read
Implementando uma Lambda com GitLab CI/CD e Terraform para Integração SFTP, S3 e Databricks em Go

Implementando uma Lambda com GitLab CI/CD e Terraform para Integração SFTP, S3 e Databricks em Go

6
Comments 1
6 min read
Digital Signatures: Your Cryptographic John Hancock, Go Crypto 6

Digital Signatures: Your Cryptographic John Hancock, Go Crypto 6

1
Comments
4 min read
A Powerful Bookmark search engine

A Powerful Bookmark search engine

1
Comments
1 min read
Smart File Organizer Using AWS Lambda & S3 - (Let's Build 🏗️ Series)

Smart File Organizer Using AWS Lambda & S3 - (Let's Build 🏗️ Series)

6
Comments
4 min read
Request Body Limit Middleware for Iris

Request Body Limit Middleware for Iris

Comments
3 min read
Effortlessly Deploy Your GCP Cloud Run App Using Terraform

Effortlessly Deploy Your GCP Cloud Run App Using Terraform

Comments
5 min read
Basic Authentication Middleware for Iris

Basic Authentication Middleware for Iris

Comments
4 min read
Building a Redis Clone: A Deep Dive into In-Memory Data Storage

Building a Redis Clone: A Deep Dive into In-Memory Data Storage

1
Comments 2
3 min read
Request Rate Limiting Middleware for Iris

Request Rate Limiting Middleware for Iris

Comments
4 min read
How I processed over 1M Entries per request - With Go!

How I processed over 1M Entries per request - With Go!

8
Comments 1
9 min read
AccessLog Middleware for Iris

AccessLog Middleware for Iris

Comments
3 min read
Fitter - Open Source no-code tool for map-reduce data from different source and even more!

Fitter - Open Source no-code tool for map-reduce data from different source and even more!

Comments
6 min read
Exploring Golang: Insights from the Latest Golang Nugget

Exploring Golang: Insights from the Latest Golang Nugget

Comments
1 min read
Estudando - Linguagem Go - Dia 01

Estudando - Linguagem Go - Dia 01

Comments
1 min read
How to Deploy Go Applications With Docker

How to Deploy Go Applications With Docker

Comments
17 min read
Go's template engine “templ” is convenient (it also works with TinyGo)

Go's template engine “templ” is convenient (it also works with TinyGo)

Comments
4 min read
Utilizando o pattern Heartbeats em Golang

Utilizando o pattern Heartbeats em Golang

5
Comments
6 min read
Go 1.23's Game-Changing unique Package: Supercharge Your Data Deduplication

Go 1.23's Game-Changing unique Package: Supercharge Your Data Deduplication

7
Comments
3 min read
🛠️ ¿Cómo actualizar tus paquetes de Go (Golang) de manera eficiente?🛠️

🛠️ ¿Cómo actualizar tus paquetes de Go (Golang) de manera eficiente?🛠️

Comments
2 min read
Go sync.Cond, the Most Overlooked Sync Mechanism

Go sync.Cond, the Most Overlooked Sync Mechanism

Comments
8 min read
I built my own search engine

I built my own search engine

Comments
5 min read
API Rate Limiting Server

API Rate Limiting Server

Comments 1
2 min read
Golang básico - Comparação de Igualdade

Golang básico - Comparação de Igualdade

Comments
3 min read
🎉 Landmark API vAlpha 1.0 is here! 🎉

🎉 Landmark API vAlpha 1.0 is here! 🎉

Comments
1 min read
Go and Rust comparison - building a task scheduler

Go and Rust comparison - building a task scheduler

Comments
3 min read
Understanding Go through the Lens of TypeScript/JavaScript

Understanding Go through the Lens of TypeScript/JavaScript

2
Comments 2
4 min read
express-go

express-go

3
Comments
1 min read
Devops pipeline on a Golang Web App with Gitops and Kubernetes

Devops pipeline on a Golang Web App with Gitops and Kubernetes

Comments
7 min read
GoFr!?

GoFr!?

Comments
1 min read
🛠️ Battle of the Backend: Go vs Node.js vs Python – Which One Reigns Supreme in 2024? 🚀

🛠️ Battle of the Backend: Go vs Node.js vs Python – Which One Reigns Supreme in 2024? 🚀

Comments
4 min read
Como Validar Dados em Golang?

Como Validar Dados em Golang?

Comments
1 min read
Setting up and utilizing private modules in Go

Setting up and utilizing private modules in Go

Comments
3 min read
Answer 1.4.0: Where Fun Meet the Content You Love

Answer 1.4.0: Where Fun Meet the Content You Love

Comments
2 min read
Building Cross-Platform System Services in Go: A Step-by-Step Guide

Building Cross-Platform System Services in Go: A Step-by-Step Guide

Comments
12 min read
Efficiently Manage Distributed Locks with Redis: A Go-Based Solution

Efficiently Manage Distributed Locks with Redis: A Go-Based Solution

Comments
4 min read
Building a Simple Blockchain in Golang

Building a Simple Blockchain in Golang

3
Comments
3 min read
Go Routing 101: Handling and Grouping Routes with net/http

Go Routing 101: Handling and Grouping Routes with net/http

Comments 1
4 min read
🌐 Golang gRPC with Auth Interceptor, Streaming and Gateway in Practice 🐹

🌐 Golang gRPC with Auth Interceptor, Streaming and Gateway in Practice 🐹

3
Comments
10 min read
A practical example of shared libraries in a monorepo

A practical example of shared libraries in a monorepo

Comments
4 min read
Simple hello world program using Bazel and Go lang

Simple hello world program using Bazel and Go lang

Comments
4 min read
Why I chose 'golly' framework to build my next Golang based REST API?

Why I chose 'golly' framework to build my next Golang based REST API?

1
Comments
4 min read
I Built a CLI Tool That Tells Me When I'm Over-Engineering (Again) 🤖

I Built a CLI Tool That Tells Me When I'm Over-Engineering (Again) 🤖

Comments
1 min read
Scope progression

Scope progression

Comments
1 min read
First contribution to Open Source - charmbracelet/huh

First contribution to Open Source - charmbracelet/huh

Comments
2 min read
You can write programs in JSON

You can write programs in JSON

Comments
4 min read
How to Automatically Issue Badges for Instruqt Labs

How to Automatically Issue Badges for Instruqt Labs

Comments
8 min read
How Does Go Handle Multithreading and Concurrency Vis-A-Vis Other Languages

How Does Go Handle Multithreading and Concurrency Vis-A-Vis Other Languages

Comments
2 min read
loading...