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.
Concurrency vs. Parallelism in Go: What Every Developer Should Know

Concurrency vs. Parallelism in Go: What Every Developer Should Know

Comments
5 min read
LeetCode Number of Substrings Containing All Three Characters: Sliding Window in Golang

LeetCode Number of Substrings Containing All Three Characters: Sliding Window in Golang

Comments
3 min read
NodeJS vs GoLang #1

NodeJS vs GoLang #1

3
Comments
1 min read
8 Memory-Efficient Go Coding Techniques For Better GC Performance

8 Memory-Efficient Go Coding Techniques For Better GC Performance

9
Comments 1
6 min read
Using Logger Middleware in Go Fiber

Using Logger Middleware in Go Fiber

4
Comments
2 min read
Golang Multiline Strings: A Comprehensive Guide

Golang Multiline Strings: A Comprehensive Guide

Comments
2 min read
How Gost-DOM avoids making HTTP calls

How Gost-DOM avoids making HTTP calls

Comments
5 min read
How Gost-DOM is implemented

How Gost-DOM is implemented

Comments
2 min read
Yet another Go client for Deepseek API

Yet another Go client for Deepseek API

Comments
1 min read
Is plain Go Still a Good Choice in 2025?

Is plain Go Still a Good Choice in 2025?

5
Comments 1
5 min read
The Easiest Way To Use Https In Localhost

The Easiest Way To Use Https In Localhost

10
Comments 2
3 min read
Setting Up a Simple Go Fiber Project

Setting Up a Simple Go Fiber Project

4
Comments
2 min read
Godoc-Lint: a linter for Go Doc Comments (godocs) [RE#16]

Godoc-Lint: a linter for Go Doc Comments (godocs) [RE#16]

1
Comments
3 min read
Building a Robust Message Queue System with Kafka and GoFrame

Building a Robust Message Queue System with Kafka and GoFrame

2
Comments
4 min read
My First Steps in Go as a JavaScript Dev Moving to DevOps

My First Steps in Go as a JavaScript Dev Moving to DevOps

Comments
1 min read
Development management system

Development management system

Comments
1 min read
How time.After() Can Cause Memory Leaks in Go and How to Fix Them

How time.After() Can Cause Memory Leaks in Go and How to Fix Them

2
Comments
4 min read
How Databases Work Under the Hood: Building a Key-Value Store in Go

How Databases Work Under the Hood: Building a Key-Value Store in Go

Comments
7 min read
Self-hosting with Caddy Server And Souin (Caching Module)

Self-hosting with Caddy Server And Souin (Caching Module)

6
Comments
1 min read
Making HTTP Requests Like a Pro in Go: Using go-resty with GoFrame 🚀

Making HTTP Requests Like a Pro in Go: Using go-resty with GoFrame 🚀

Comments
4 min read
Golang Web: PATCH Method

Golang Web: PATCH Method

Comments
25 min read
Concurrency and Goroutines in Go: A Deep Dive into sync.Mutex

Concurrency and Goroutines in Go: A Deep Dive into sync.Mutex

Comments
5 min read
JSON vs YAML vs TOML vs XML: Best Data Format in 2025

JSON vs YAML vs TOML vs XML: Best Data Format in 2025

10
Comments
11 min read
Configuring Tracing with OpenTelemetry on AWS EKS and Go application

Configuring Tracing with OpenTelemetry on AWS EKS and Go application

3
Comments 1
7 min read
Polyglot Microservices: Federated GraphQL Subscriptions in Golang, Rust, and Nest.js, Pt. 1

Polyglot Microservices: Federated GraphQL Subscriptions in Golang, Rust, and Nest.js, Pt. 1

3
Comments
5 min read
loading...