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.
🚀 Deploying Spring Boot Microservices using Cyclops ☸️⚓

🚀 Deploying Spring Boot Microservices using Cyclops ☸️⚓

14
Comments 1
3 min read
Refactor: GoroutineTracker with unnecessary usage of reflect

Refactor: GoroutineTracker with unnecessary usage of reflect

Comments
4 min read
(Golang Triad)-II-Comprehensive Analysis of Go's Hybrid Write Barrier Garbage Collection

(Golang Triad)-II-Comprehensive Analysis of Go's Hybrid Write Barrier Garbage Collection

2
Comments 1
26 min read
🦫🐘 Advantages of Migrating from PHP to Go

🦫🐘 Advantages of Migrating from PHP to Go

1
Comments
4 min read
How to to attach a function to a struct in Golang

How to to attach a function to a struct in Golang

2
Comments
2 min read
Docker Images for Go (Golang) Small, Faster Docker Images and Security

Docker Images for Go (Golang) Small, Faster Docker Images and Security

30
Comments 1
4 min read
How I created my first open-source project.

How I created my first open-source project.

Comments
1 min read
Princípios SOLID em GoLang - Dependency Inversion Principle (DIP)

Princípios SOLID em GoLang - Dependency Inversion Principle (DIP)

Comments
6 min read
Baby steps with Go

Baby steps with Go

10
Comments 2
7 min read
Princípios SOLID em GoLang - Interface Segregation Principle (ISP)

Princípios SOLID em GoLang - Interface Segregation Principle (ISP)

Comments
5 min read
Producer/Consumer (Produtor/Consumidor)

Producer/Consumer (Produtor/Consumidor)

2
Comments 1
3 min read
Resolvendo o desafio de um bilhão de linhas em Go (de 1m40s para 8,4s)

Resolvendo o desafio de um bilhão de linhas em Go (de 1m40s para 8,4s)

3
Comments
10 min read
Race Condition (Condição de Corrida)

Race Condition (Condição de Corrida)

Comments
3 min read
Go Gin Templates: Break Them Down

Go Gin Templates: Break Them Down

2
Comments
5 min read
My Neovim setup for Mac for coding (in Go), writing and boosting your productivity in 2024

My Neovim setup for Mac for coding (in Go), writing and boosting your productivity in 2024

6
Comments
14 min read
封装 Sqlc 的 Queries 实现更方便的事务操作

封装 Sqlc 的 Queries 实现更方便的事务操作

Comments 1
2 min read
The value of API-First design on side-projects

The value of API-First design on side-projects

Comments
6 min read
Implement an LRU Cache in Go

Implement an LRU Cache in Go

2
Comments
4 min read
Redirecting the browser using HTMX

Redirecting the browser using HTMX

Comments
2 min read
Announcing a New Series: Deep Dive into Golly

Announcing a New Series: Deep Dive into Golly

3
Comments
1 min read
Observability - Why logging its important

Observability - Why logging its important

Comments
5 min read
Don’t trust AI, trust tests

Don’t trust AI, trust tests

Comments
3 min read
What is Go lang? and why would you use it?

What is Go lang? and why would you use it?

Comments
1 min read
Go Performance: Pequenas mudanças que ajudam a melhorar o desempenho do seu app

Go Performance: Pequenas mudanças que ajudam a melhorar o desempenho do seu app

4
Comments
9 min read
Sentenças aninhadas

Sentenças aninhadas

Comments
4 min read
Estrutura de dados: Set - Golang

Estrutura de dados: Set - Golang

3
Comments 1
5 min read
Enhancing Cyclops: Adding Cache Metrics to Prometheus – My First OSS Contribution

Enhancing Cyclops: Adding Cache Metrics to Prometheus – My First OSS Contribution

8
Comments 1
4 min read
Understanding Runes in Go

Understanding Runes in Go

2
Comments
5 min read
A file server for my docker like solution native to macOS

A file server for my docker like solution native to macOS

Comments
1 min read
Web Development: Rust🦀 vs Go🦫 vs Python🐍

Web Development: Rust🦀 vs Go🦫 vs Python🐍

12
Comments 10
1 min read
Improving the Bitcoin network using Utreexo

Improving the Bitcoin network using Utreexo

Comments
5 min read
TDD e Table-Driven Tests em Go

TDD e Table-Driven Tests em Go

1
Comments
7 min read
Dive into the Wonders of Golang: A Collection of Captivating Programming Tutorials

Dive into the Wonders of Golang: A Collection of Captivating Programming Tutorials

2
Comments
2 min read
Send Slack Notifications with Go AWS Lambda Functions

Send Slack Notifications with Go AWS Lambda Functions

Comments
6 min read
The Pipeline Pattern in Go

The Pipeline Pattern in Go

2
Comments
2 min read
We Chose Meilisearch Over 10+ Other Search Engines Despite a Major Drawback

We Chose Meilisearch Over 10+ Other Search Engines Despite a Major Drawback

10
Comments
3 min read
Princípios SOLID em GoLang - Open/Closed Principle (OCP)

Princípios SOLID em GoLang - Open/Closed Principle (OCP)

Comments
4 min read
Princípios SOLID em GoLang - Liskov Substitution Principle (LSP)

Princípios SOLID em GoLang - Liskov Substitution Principle (LSP)

Comments
4 min read
Princípios SOLID em GoLang - Single Responsability Principle (SRP)

Princípios SOLID em GoLang - Single Responsability Principle (SRP)

Comments
4 min read
Fanout-Fanin Pattern in Go

Fanout-Fanin Pattern in Go

Comments
3 min read
Build Your Own SMTP Server in Go

Build Your Own SMTP Server in Go

19
Comments 1
12 min read
🚀 Announcing the Ultimate Repository for Data Structures in Multiple Languages! 🚀

🚀 Announcing the Ultimate Repository for Data Structures in Multiple Languages! 🚀

Comments
1 min read
Local First HTMX Part 2

Local First HTMX Part 2

1
Comments
10 min read
Building a Simple Chat Application with Go, Gin, MongoDB, and WebSocket

Building a Simple Chat Application with Go, Gin, MongoDB, and WebSocket

11
Comments 2
3 min read
Mastering the Go Programming Language: A Comprehensive Learning Journey

Mastering the Go Programming Language: A Comprehensive Learning Journey

1
Comments
3 min read
Oversimplified Golang Channel!

Oversimplified Golang Channel!

9
Comments
11 min read
Fanin Pattern in Go

Fanin Pattern in Go

Comments
2 min read
Fanout Pattern in Go

Fanout Pattern in Go

Comments
2 min read
Rest Full API - Golang (Best Practices)

Rest Full API - Golang (Best Practices)

Comments
3 min read
Defer & Panic Recovery In Go

Defer & Panic Recovery In Go

2
Comments
5 min read
A Final Step, Connect Database And The Seeder (Part 3)

A Final Step, Connect Database And The Seeder (Part 3)

Comments
3 min read
Create The Router and The Config (Part 2)

Create The Router and The Config (Part 2)

Comments
2 min read
Proxy for closed action on Pull Request [DroneCI + GitHub]

Proxy for closed action on Pull Request [DroneCI + GitHub]

Comments 1
1 min read
Producer-Consumer Pattern in Go

Producer-Consumer Pattern in Go

1
Comments
2 min read
Explorando el Web Scraping con Golang a través de Colly

Explorando el Web Scraping con Golang a través de Colly

1
Comments
3 min read
Golang Concurrency: A Fun and Fast Ride

Golang Concurrency: A Fun and Fast Ride

12
Comments
4 min read
EchoVault: Embeddable Redis Alternative in Go

EchoVault: Embeddable Redis Alternative in Go

58
Comments
5 min read
Developing Your Own Database System in Go from the scratch: An Exciting Project for the Coming Months

Developing Your Own Database System in Go from the scratch: An Exciting Project for the Coming Months

Comments
1 min read
Everything About GOLang — Go Language

Everything About GOLang — Go Language

3
Comments
2 min read
heap & stack, Reduzindo o fardo do garbage collector em Go

heap & stack, Reduzindo o fardo do garbage collector em Go

17
Comments
6 min read
loading...