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.
You shouldn't use else statements

You shouldn't use else statements

40
Comments 6
5 min read
How to build a fullstack application with Go, Templ, and HTMX

How to build a fullstack application with Go, Templ, and HTMX

40
Comments
9 min read
Desenvolvendo um Bot do Telegram em Golang para Buscar Eventos da Comunidade Devs Norte no Sympla

Desenvolvendo um Bot do Telegram em Golang para Buscar Eventos da Comunidade Devs Norte no Sympla

18
Comments 3
7 min read
12 Security Tips for Golang Apps - validation, sanitization, auth, CSRF attacks, hashing ++

12 Security Tips for Golang Apps - validation, sanitization, auth, CSRF attacks, hashing ++

17
Comments
4 min read
Understanding Go: part 10 – Struct

Understanding Go: part 10 – Struct

17
Comments 1
1 min read
2024-04-26 My weekly dev.to recommendations

2024-04-26 My weekly dev.to recommendations

16
Comments 1
1 min read
Read and Write files in Golang

Read and Write files in Golang

15
Comments
2 min read
Using migrations with Golang

Using migrations with Golang

15
Comments
5 min read
Hot reloading in Go applications

Hot reloading in Go applications

14
Comments
3 min read
simple mermaid builder in golang: support ER/sequence diagram, pie chart

simple mermaid builder in golang: support ER/sequence diagram, pie chart

13
Comments 7
3 min read
Consistent Hashing: An Overview and Implementation in Golang

Consistent Hashing: An Overview and Implementation in Golang

12
Comments
10 min read
I have built an API using TypeScript, Python, and Go, so you don't have to.

I have built an API using TypeScript, Python, and Go, so you don't have to.

12
Comments
2 min read
Preline UI + Gowebly CLI = ❤️

Preline UI + Gowebly CLI = ❤️

11
Comments
2 min read
Introducing Ecla: A Versatile Programming Language for Learning

Introducing Ecla: A Versatile Programming Language for Learning

10
Comments
2 min read
Go program pattern 01: Functional Options Pattern

Go program pattern 01: Functional Options Pattern

10
Comments 4
5 min read
Make your oncall easy with Savvy's AI

Make your oncall easy with Savvy's AI

9
Comments 1
1 min read
How to use Retrieval Augmented Generation (RAG) for Go applications

How to use Retrieval Augmented Generation (RAG) for Go applications

9
Comments 1
12 min read
Goroutines: Solving the problem of efficient multithreading

Goroutines: Solving the problem of efficient multithreading

9
Comments
4 min read
Introduction to Netlink with Go

Introduction to Netlink with Go

9
Comments
8 min read
Object-Oriented Go: Unraveling the Power of OOP in Golang

Object-Oriented Go: Unraveling the Power of OOP in Golang

7
Comments 2
6 min read
Insights Into Go Logging

Insights Into Go Logging

7
Comments 3
4 min read
What's your favorite Go web framework?

What's your favorite Go web framework?

7
Comments 9
1 min read
Estruturas de repetição: repeat, while e for

Estruturas de repetição: repeat, while e for

6
Comments
6 min read
Zoraxy v3 - The brand new Reverse Proxy Server for Noobs

Zoraxy v3 - The brand new Reverse Proxy Server for Noobs

6
Comments 3
6 min read
Deploy an AWS Lambda function using Amazon Q

Deploy an AWS Lambda function using Amazon Q

6
Comments
5 min read
Integration test with Go and PostgreSQL

Integration test with Go and PostgreSQL

6
Comments
5 min read
Open source software maintenance is difficult: examples with Go math/rand/v2 and testify

Open source software maintenance is difficult: examples with Go math/rand/v2 and testify

5
Comments 1
1 min read
⚡️ Gowebly CLI now supports the PocketBase framework

⚡️ Gowebly CLI now supports the PocketBase framework

5
Comments
2 min read
Testing en Go, 2ª parte

Testing en Go, 2ª parte

5
Comments
7 min read
Squeezing the Most Out of Every Byte: Go's Memory Packing Secrets Unpacked!

Squeezing the Most Out of Every Byte: Go's Memory Packing Secrets Unpacked!

5
Comments 1
6 min read
🏎 Use task.go for your Go project scripts

🏎 Use task.go for your Go project scripts

4
Comments 5
6 min read
Introduction to htmx

Introduction to htmx

4
Comments
7 min read
Setting up a Database Driver, Repository and Implementation of a transaction function for your Go App

Setting up a Database Driver, Repository and Implementation of a transaction function for your Go App

4
Comments 2
13 min read
Go: the future encoding/json/v2 module

Go: the future encoding/json/v2 module

4
Comments
1 min read
How to Visualize and Analyze Data in Open Source Communities

How to Visualize and Analyze Data in Open Source Communities

4
Comments
8 min read
Exploring Your Neighborhood: A Step-by-Step Guide to Finding Places Near You

Exploring Your Neighborhood: A Step-by-Step Guide to Finding Places Near You

4
Comments
4 min read
Migrating Next.js App to GO + Templ & HTMX

Migrating Next.js App to GO + Templ & HTMX

4
Comments
4 min read
Unlocking Profit Potential: Building an Arbitrage Betting Client with Hexagonal Architecture in Golang

Unlocking Profit Potential: Building an Arbitrage Betting Client with Hexagonal Architecture in Golang

3
Comments 3
21 min read
AWS Serverless Diversity: Multi-Language Strategies for Optimal Solutions

AWS Serverless Diversity: Multi-Language Strategies for Optimal Solutions

3
Comments
7 min read
Go: how fat are your dependencies? Use go-size-analyzer!

Go: how fat are your dependencies? Use go-size-analyzer!

3
Comments
1 min read
Go Vs Node Vs Python Vs PHP. Do you context switch?

Go Vs Node Vs Python Vs PHP. Do you context switch?

3
Comments 6
1 min read
Go program pattern 05 : Decorations

Go program pattern 05 : Decorations

2
Comments 2
4 min read
Tutorial Básico de Go

Tutorial Básico de Go

2
Comments
2 min read
Simple Go Chat Application in under 100 lines of code - Part 1

Simple Go Chat Application in under 100 lines of code - Part 1

2
Comments
4 min read
2024-04-27 My dev.to weekly updates

2024-04-27 My dev.to weekly updates

2
Comments
1 min read
Tips and tricks to code in Go in a clean, functional and effective way

Tips and tricks to code in Go in a clean, functional and effective way

2
Comments 2
6 min read
Building a Playful File Locker with GoFr

Building a Playful File Locker with GoFr

2
Comments 2
6 min read
Why should you try GoCfg or yet another Go config manager

Why should you try GoCfg or yet another Go config manager

2
Comments 1
6 min read
🐣Why idempotence was important to DevOps

🐣Why idempotence was important to DevOps

2
Comments 1
7 min read
Exploring ZKSync: A Journey through ZKSync with the Golang SDK

Exploring ZKSync: A Journey through ZKSync with the Golang SDK

2
Comments
10 min read
Understanding concurrency in go programming language: goroutines, Channels, WaitGroups and mutexes

Understanding concurrency in go programming language: goroutines, Channels, WaitGroups and mutexes

2
Comments
6 min read
Help needed with subrouting in Go

Help needed with subrouting in Go

1
Comments
2 min read
Panic, Recover, and Relax

Panic, Recover, and Relax

1
Comments 1
5 min read
Go Structs for programmers

Go Structs for programmers

1
Comments
3 min read
Dependency Injection: A Straightforward Implementation in Golang

Dependency Injection: A Straightforward Implementation in Golang

1
Comments
5 min read
Is Go Used in Production more than Rust ?

Is Go Used in Production more than Rust ?

1
Comments
3 min read
Go program pattern 03:Inversion of Control

Go program pattern 03:Inversion of Control

1
Comments
3 min read
Live reload em Go com docker e compile daemon

Live reload em Go com docker e compile daemon

1
Comments
3 min read
Why I Switched to Table Driven Testing approach in Go

Why I Switched to Table Driven Testing approach in Go

1
Comments 3
6 min read
What Happens After Agile Dies?

What Happens After Agile Dies?

1
Comments 2
4 min read
loading...