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.
Using Golang and Gin Framework to Build RESTful API - 7 Steps

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

21
Comments 3
10 min read
Running WebAssembly code in Go

Running WebAssembly code in Go

10
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
How To Create Docker Image For Golang Application

How To Create Docker Image For Golang Application

1
Comments
3 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
Effective Unit Testing in Golang and Gin based projects

Effective Unit Testing in Golang and Gin based projects

6
Comments 1
5 min read
Why Go?

Why Go?

56
Comments 15
4 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
Read .CSV to get value

Read .CSV to get value

Comments
1 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

10
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

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

APIs in Go with Huma 2.0

1
Comments 1
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 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
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
API completa em Golang - Parte 2

API completa em Golang - Parte 2

25
Comments 5
10 min read
Type-safe Data Access in Go using Prisma and sqlc

Type-safe Data Access in Go using Prisma and sqlc

12
Comments 5
5 min read
The Easiest Way to Create a REST API With Go

The Easiest Way to Create a REST API With Go

29
Comments 6
4 min read
Using Go to check for proxy and VPN with IP2Location.io geolocation API

Using Go to check for proxy and VPN with IP2Location.io geolocation API

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

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

106
Comments 7
9 min read
Level UP your RDBMS Productivity in GO

Level UP your RDBMS Productivity in GO

8
Comments
11 min read
Web Scraping em Go: NotĂ­cias do Flamengo

Web Scraping em Go: NotĂ­cias do Flamengo

1
Comments
4 min read
Go deadlock detection: delock library

Go deadlock detection: delock library

5
Comments
11 min read
Building an event-driven system in Go using Pub/Sub

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

73
Comments 2
17 min read
How to reverse proxy the WebSocket protocol

How to reverse proxy the WebSocket protocol

31
Comments
14 min read
Como fazer Deploy de uma Aplicação Golang no Windows Server?

Como fazer Deploy de uma Aplicação Golang no Windows Server?

1
Comments
3 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

6
Comments
7 min read
Go value/reference types

Go value/reference types

Comments
2 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
API completa em Golang - Parte 1

API completa em Golang - Parte 1

43
Comments 3
5 min read
Recover in Go. Panic and Recover in Golang

Recover in Go. Panic and Recover in Golang

9
Comments
4 min read
Building a Simple TCP Port Scanner in Go

Building a Simple TCP Port Scanner in Go

1
Comments
2 min read
Building a cloud backend in Go using REST and PostgreSQL

Building a cloud backend in Go using REST and PostgreSQL

53
Comments 3
5 min read
Kubernetes(K8s) Autoscaler — a detailed look at the design and implementation of VPA

Kubernetes(K8s) Autoscaler — a detailed look at the design and implementation of VPA

1
Comments
7 min read
⚡️Speeding up debugging with local tracing 02:37

⚡️Speeding up debugging with local tracing

36
Comments
1 min read
Building a Microservices Cloud Backend using Go and PostgreSQL

Building a Microservices Cloud Backend using Go and PostgreSQL

69
Comments 9
4 min read
Cobra Golang's CLI Library

Cobra Golang's CLI Library

Comments 1
3 min read
Last week top 5 posts tagged(#javascript)

Last week top 5 posts tagged(#javascript)

2
Comments 1
3 min read
Building a Scalable Notification Service with gRPC and Microservices

Building a Scalable Notification Service with gRPC and Microservices

20
Comments
9 min read
A "Tiny" APISIX Plugin

A "Tiny" APISIX Plugin

7
Comments
5 min read
Breaking Language Barriers: Contributing to FileBrowser's Arabic Localization

Breaking Language Barriers: Contributing to FileBrowser's Arabic Localization

1
Comments
2 min read
Integrate any command into your file-processing pipeline

Integrate any command into your file-processing pipeline

Comments
3 min read
Should I learn golang in 2023

Should I learn golang in 2023

8
Comments 5
3 min read
Advance Data Types in Go: Arrays, Slices, Maps, Functions

Advance Data Types in Go: Arrays, Slices, Maps, Functions

1
Comments
14 min read
🕵 Agency: The Go Way to AI. Part 1

🕵 Agency: The Go Way to AI. Part 1

8
Comments 1
4 min read
Annotations in Kubernetes Operator Design

Annotations in Kubernetes Operator Design

Comments
10 min read
Tenha controle sobre seu SQL com Golang e SQLC

Tenha controle sobre seu SQL com Golang e SQLC

20
Comments
11 min read
loading...