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.
API completa em Golang - Parte 3

API completa em Golang - Parte 3

9
Comments
18 min read
Building a TypeScript Simple Channel (Like Golang)

Building a TypeScript Simple Channel (Like Golang)

Comments
2 min read
How To Build a Web Application with HTMX and Go

How To Build a Web Application with HTMX and Go

62
Comments 3
8 min read
Deploying a Go backend to Kubernetes with Automatic Cluster Provisioning

Deploying a Go backend to Kubernetes with Automatic Cluster Provisioning

33
Comments
6 min read
[Go Tour ] 2. Optimize Dockerfile

[Go Tour ] 2. Optimize Dockerfile

1
Comments
5 min read
Easily build a simple and reliable ordering system in an hour using go efficiency tools

Easily build a simple and reliable ordering system in an hour using go efficiency tools

Comments
9 min read
Introduction to templating with Go

Introduction to templating with Go

1
Comments
3 min read
Unit of Work pattern in Go

Unit of Work pattern in Go

14
Comments
8 min read
Go concurrency simplified. Part 3: Managing channels with `for` loops and `select` statements

Go concurrency simplified. Part 3: Managing channels with `for` loops and `select` statements

1
Comments
12 min read
Golang's Unique Way to Parse String to Time

Golang's Unique Way to Parse String to Time

4
Comments 2
7 min read
Build tiny docker container for go app using multi-stage Dockerfile

Build tiny docker container for go app using multi-stage Dockerfile

1
Comments
1 min read
Harnessing the Power of Testcontainers for Robust Testing in Go

Harnessing the Power of Testcontainers for Robust Testing in Go

Comments
3 min read
[TechStory]: How to add distributed tracing using Jaeger and OpenTelemetry into a Golang application

[TechStory]: How to add distributed tracing using Jaeger and OpenTelemetry into a Golang application

10
Comments
5 min read
Real-Time Trading App: Golang, Kafka, Websockets — Intro & Setup (PART-1)

Real-Time Trading App: Golang, Kafka, Websockets — Intro & Setup (PART-1)

2
Comments
3 min read
Awesome top 5 Posts from last week tagged(#go)

Awesome top 5 Posts from last week tagged(#go)

Comments 2
2 min read
A Tutorial for building an admin tool using Golang and React Admin?

A Tutorial for building an admin tool using Golang and React Admin?

Comments
1 min read
actions-hottest🚀: GitHub Actions for Commenting on Golang Unit Test Results in Pull Requests

actions-hottest🚀: GitHub Actions for Commenting on Golang Unit Test Results in Pull Requests

2
Comments
2 min read
Building a Type-Safe Go Backend for a React Web App

Building a Type-Safe Go Backend for a React Web App

42
Comments
3 min read
Using Golang and Gin Framework to Build RESTful API - 7 Steps

Using Golang and Gin Framework to Build RESTful API - 7 Steps

11
Comments 3
10 min read
Running WebAssembly code in Go

Running WebAssembly code in Go

3
Comments
3 min read
How To Create Docker Image For Golang Application

How To Create Docker Image For Golang Application

1
Comments
3 min read
Python é fácil. Go é simples. Simples é diferente de fácil

Python é fácil. Go é simples. Simples é diferente de fácil

3
Comments
6 min read
Go concurrency simplified. Part 2: Syncing goroutines with `sync.WaitGroup`

Go concurrency simplified. Part 2: Syncing goroutines with `sync.WaitGroup`

2
Comments 1
16 min read
Building a Simple TCP Port Scanner in Go

Building a Simple TCP Port Scanner in Go

Comments
2 min read
Why Go?

Why Go?

54
Comments 15
4 min read
Effective Unit Testing in Golang and Gin based projects

Effective Unit Testing in Golang and Gin based projects

Comments 1
5 min read
A New Chapter Begins: Answer's First Apache Release Launches

A New Chapter Begins: Answer's First Apache Release Launches

1
Comments
3 min read
Go is awesome!

Go is awesome!

5
Comments 14
1 min read
GO-ing to production with Amazon (AWS) Bedrock RAG Part 1

GO-ing to production with Amazon (AWS) Bedrock RAG Part 1

1
Comments
7 min read
Offline eventually consistent synchronization using CRDTS

Offline eventually consistent synchronization using CRDTS

1
Comments
3 min read
Integrando um BFF Rest com um microsserviço via gRPC

Integrando um BFF Rest com um microsserviço via gRPC

1
Comments 1
4 min read
Go concurrency simplified. Part 1: Channels and goroutines

Go concurrency simplified. Part 1: Channels and goroutines

1
Comments
20 min read
Wat if... ?

Wat if... ?

1
Comments
1 min read
Golang: 14 Shorthand Tricks You Might Not Know!

Golang: 14 Shorthand Tricks You Might Not Know!

Comments
1 min read
Secure password hashing in Go

Secure password hashing in Go

9
Comments 1
12 min read
Improving Compiler Performance with Profile Guided Optimization

Improving Compiler Performance with Profile Guided Optimization

2
Comments
4 min read
Building a Go Static Site Generator Using elem-go and goldmark

Building a Go Static Site Generator Using elem-go and goldmark

2
Comments 1
5 min read
How I Built a Terminal UI to Display K8s Operator Metrics

How I Built a Terminal UI to Display K8s Operator Metrics

Comments 2
5 min read
Using IAM authentication for Redis on AWS

Using IAM authentication for Redis on AWS

5
Comments
5 min read
Announcing the release of the Xata Go SDK

Announcing the release of the Xata Go SDK

Comments
3 min read
Building a web app backend in Go (with PostgreSQL database) in <100 lines

Building a web app backend in Go (with PostgreSQL database) in <100 lines

38
Comments 2
8 min read
APIs in Go with Huma 2.0

APIs in Go with Huma 2.0

1
Comments
7 min read
Example 5, Automatically generate grpc gateway service project code, easy to achieve cross-service grpc calls

Example 5, Automatically generate grpc gateway service project code, easy to achieve cross-service grpc calls

Comments
3 min read
Example 3, Automatically generate generic web service (gin) project code, increasing development efficiency by at least 1x

Example 3, Automatically generate generic web service (gin) project code, increasing development efficiency by at least 1x

Comments
2 min read
Example 2, Automatically generate a complete grpc+gorm+redis+CRUD microservice project without writing a line of Go code

Example 2, Automatically generate a complete grpc+gorm+redis+CRUD microservice project without writing a line of Go code

Comments
2 min read
Type-safe Data Access in Go using Prisma and sqlc

Type-safe Data Access in Go using Prisma and sqlc

10
Comments 5
5 min read
go-clipboard: a versatile clipboard utility built for Go developers

go-clipboard: a versatile clipboard utility built for Go developers

2
Comments 1
1 min read
The Easiest Way to Create a REST API With Go

The Easiest Way to Create a REST API With Go

27
Comments 6
4 min read
Level UP your RDBMS Productivity in GO

Level UP your RDBMS Productivity in GO

8
Comments
11 min read
API completa em Golang - Parte 2

API completa em Golang - Parte 2

23
Comments 1
10 min read
Using Golang + Gomobile To Build Android Application (with code)

Using Golang + Gomobile To Build Android Application (with code)

14
Comments 5
9 min read
Go deadlock detection: delock library

Go deadlock detection: delock library

2
Comments
11 min read
6 🔥 Awesome Golang packages (web devs)

6 🔥 Awesome Golang packages (web devs)

7
Comments
3 min read
Building an event-driven system in Go using Pub/Sub

Building an event-driven system in Go using Pub/Sub

64
Comments
17 min read
How to reverse proxy the WebSocket protocol

How to reverse proxy the WebSocket protocol

4
Comments
14 min read
Supervised Machine Learning: how to build your own Neural Network from scratch

Supervised Machine Learning: how to build your own Neural Network from scratch

3
Comments
24 min read
Go: Criando um cache em memória com map, mutex e generics

Go: Criando um cache em memória com map, mutex e generics

4
Comments
7 min read
Best handy and powerful go-libs

Best handy and powerful go-libs

1
Comments
1 min read
Create Production-Ready SDKs with Goa

Create Production-Ready SDKs with Goa

Comments
14 min read
PocketBase : The Ultimate All-in-One Open Source Solution for Your Backend Revolution!

PocketBase : The Ultimate All-in-One Open Source Solution for Your Backend Revolution!

11
Comments 2
4 min read
loading...