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.
Redoed #3: Connecting Go Server to PostgreSQL with GORM

Redoed #3: Connecting Go Server to PostgreSQL with GORM

Comments
3 min read
🚀 Building Desktop Apps with Wails: A Go Developer's Perspective

🚀 Building Desktop Apps with Wails: A Go Developer's Perspective

3
Comments 1
2 min read
Is net/http All You Need, or Does Gin Offer More?

Is net/http All You Need, or Does Gin Offer More?

6
Comments
9 min read
The Hidden Power of defer in Go: Why It Executes in LIFO Order

The Hidden Power of defer in Go: Why It Executes in LIFO Order

Comments
4 min read
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
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
loading...