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.
Go from the beginning - applying boolean logic

Go from the beginning - applying boolean logic

9
Comments
4 min read
Taming SQL and ORMs with sqlc

Taming SQL and ORMs with sqlc

9
Comments
6 min read
Go from the beginning - using variables

Go from the beginning - using variables

17
Comments
3 min read
Queues in Go

Queues in Go

28
Comments 1
4 min read
Restful CRUD with Golang for beginners

Restful CRUD with Golang for beginners

99
Comments 3
9 min read
Reading GitHub secrets from GitHub actions using Golang

Reading GitHub secrets from GitHub actions using Golang

8
Comments
1 min read
Tunnel between hosts without public IPs

Tunnel between hosts without public IPs

8
Comments
1 min read
Introducing prosql.io!

Introducing prosql.io!

12
Comments 3
2 min read
What are your best tips for Golang?

What are your best tips for Golang?

5
Comments 1
1 min read
Don't use routes grouping functionality: a chance to rethinking your mindset of code reuse

Don't use routes grouping functionality: a chance to rethinking your mindset of code reuse

9
Comments 5
3 min read
Hexagonal Architecture in Go

Hexagonal Architecture in Go

35
Comments 7
2 min read
A DynamoDB-backed CRUDL example using Golang

A DynamoDB-backed CRUDL example using Golang

5
Comments
5 min read
Websockets in Golang under 5 Minutes.

Websockets in Golang under 5 Minutes.

5
Comments
2 min read
Goroutines semaphores e pipeline pattern

Goroutines semaphores e pipeline pattern

10
Comments
3 min read
Maps : In Go-lang and Python.

Maps : In Go-lang and Python.

9
Comments
7 min read
Go from the beginning - your first program

Go from the beginning - your first program

13
Comments 1
3 min read
Twitter Leaderboard app with Redis and AWS Lambda (part 2)

Twitter Leaderboard app with Redis and AWS Lambda (part 2)

6
Comments
4 min read
Using graphQL+gRPC+Golang to Create a Bike Rental Microservices, with persistence on ArangoDB.

Using graphQL+gRPC+Golang to Create a Bike Rental Microservices, with persistence on ArangoDB.

27
Comments 2
23 min read
Learning Go Web Development From Zero

Learning Go Web Development From Zero

197
Comments 10
5 min read
Advanced Go Concurrency

Advanced Go Concurrency

6
Comments
6 min read
Building an Uber Eats Clone

Building an Uber Eats Clone

13
Comments
6 min read
Go Design Patterns : Observer

Go Design Patterns : Observer

4
Comments
3 min read
How we used Go 1.18 when designing our Identifiers

How we used Go 1.18 when designing our Identifiers

17
Comments 1
9 min read
How to take website screenshots with Go

How to take website screenshots with Go

10
Comments
4 min read
Advanced concurrency patterns in Go

Advanced concurrency patterns in Go

69
Comments
6 min read
5 concurrency patterns in Golang

5 concurrency patterns in Golang

17
Comments
3 min read
Web UI design improvement using Material UI, the Before and After (React + TypeScript + Material UI)

Web UI design improvement using Material UI, the Before and After (React + TypeScript + Material UI)

7
Comments
3 min read
[Go][Windows] Try WebView2 and CORS

[Go][Windows] Try WebView2 and CORS

9
Comments
7 min read
JavaScript side-effects

JavaScript side-effects

2
Comments 3
1 min read
Creating your own URL shortener

Creating your own URL shortener

11
Comments
4 min read
How to read env variables in Golang using viper

How to read env variables in Golang using viper

10
Comments
2 min read
Channels no go

Channels no go

6
Comments
2 min read
LGPD e falsear dados sensíveis no banco de dados de dev e staging - parte 1

LGPD e falsear dados sensíveis no banco de dados de dev e staging - parte 1

5
Comments
5 min read
How to Integrate Swagger UI in Go Backend - Gin Edition

How to Integrate Swagger UI in Go Backend - Gin Edition

13
Comments 2
9 min read
Putting the fun back into software development with Encore

Putting the fun back into software development with Encore

5
Comments
4 min read
Creating Golang CRON Jobs

Creating Golang CRON Jobs

11
Comments 1
1 min read
Insert or Update specific field

Insert or Update specific field

5
Comments
2 min read
Infix to Postfix in Go - Stacks Part 2

Infix to Postfix in Go - Stacks Part 2

8
Comments
9 min read
Distributed locks in go without changing the app

Distributed locks in go without changing the app

6
Comments
7 min read
Make The Dead Fish Swim - Test Driven Golang

Make The Dead Fish Swim - Test Driven Golang

6
Comments
4 min read
Hasura Storage in Go: 5x performance increase and 40% less RAM

Hasura Storage in Go: 5x performance increase and 40% less RAM

4
Comments
5 min read
GO: Paralelismo e concorrência

GO: Paralelismo e concorrência

9
Comments
4 min read
Golang básico - Controle de Fluxo

Golang básico - Controle de Fluxo

7
Comments 2
4 min read
SHAS: A starter for the self-hosted app, help you to build your next full-stack project.

SHAS: A starter for the self-hosted app, help you to build your next full-stack project.

4
Comments
1 min read
Secure your go REST Api in Docker using Letsencrypt

Secure your go REST Api in Docker using Letsencrypt

8
Comments
2 min read
[Go][Pion/WebRTC] Closing chan and adding DataChannel

[Go][Pion/WebRTC] Closing chan and adding DataChannel

9
Comments
4 min read
Go - Race Condition: Detection and Prevention

Go - Race Condition: Detection and Prevention

7
Comments
5 min read
Learning Golang - day 1

Learning Golang - day 1

79
Comments 26
2 min read
How I made a completely Anonymous chat app with go and next.js

How I made a completely Anonymous chat app with go and next.js

7
Comments
5 min read
Go: Making state explicit using the type system

Go: Making state explicit using the type system

6
Comments
4 min read
Learning Go - day 2

Learning Go - day 2

21
Comments 6
6 min read
Golang HTTP Handler With Gzip

Golang HTTP Handler With Gzip

11
Comments
5 min read
Developing a Web App with Gin framework, integrating it with psql DB and my GO HACK Hackathon Experience

Developing a Web App with Gin framework, integrating it with psql DB and my GO HACK Hackathon Experience

9
Comments
4 min read
Using a neural network in Go

Using a neural network in Go

13
Comments
4 min read
Zero: One API Key to Rule Them All

Zero: One API Key to Rule Them All

8
Comments 1
5 min read
Understand Context in Go

Understand Context in Go

28
Comments 2
4 min read
A Command-line tool to statistics the GitHub repositories

A Command-line tool to statistics the GitHub repositories

12
Comments
4 min read
E-Commerce Microservices with Golang

E-Commerce Microservices with Golang

19
Comments 6
1 min read
Intro to Concurrency in Golang

Intro to Concurrency in Golang

9
Comments 2
3 min read
Criando um servidor REST com GO

Criando um servidor REST com GO

12
Comments
2 min read
loading...