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.
Let's build a code execution engine

Let's build a code execution engine

18
Comments
7 min read
Why I Am Not Able to Remove a Security Group?

Why I Am Not Able to Remove a Security Group?

6
Comments
9 min read
User Authentication in Go APIs: JWT, Password Hashing, and MySQL

User Authentication in Go APIs: JWT, Password Hashing, and MySQL

15
Comments
7 min read
Use Go Lambda and API Gateway to Generate DynamoDB Tables on Demand

Use Go Lambda and API Gateway to Generate DynamoDB Tables on Demand

3
Comments
4 min read
How to create and read custom tags in Golang

How to create and read custom tags in Golang

14
Comments
3 min read
API validation in Gin: Ensuring Data Integrity in Your API

API validation in Gin: Ensuring Data Integrity in Your API

5
Comments
4 min read
Rust, Go, Rinha e I/O

Rust, Go, Rinha e I/O

39
Comments 10
9 min read
Creating Kubernetes Operators with operator-sdk

Creating Kubernetes Operators with operator-sdk

11
Comments 1
8 min read
My First Time at GopherCon

My First Time at GopherCon

1
Comments
7 min read
Concurrency in Go using Goroutines and Channels.

Concurrency in Go using Goroutines and Channels.

2
Comments
4 min read
Cuidados Essenciais em Go: Como utilizar as Funções Marshal() e Unmarshal() para JSON de maneira segura

Cuidados Essenciais em Go: Como utilizar as Funções Marshal() e Unmarshal() para JSON de maneira segura

Comments
9 min read
Cuidados Esenciales en Go: CĂłmo utilizar las funciones Marshal() y Unmarshal() de manera segura para JSON

Cuidados Esenciales en Go: CĂłmo utilizar las funciones Marshal() y Unmarshal() de manera segura para JSON

Comments
8 min read
Testing calls to Daily's REST API in Go

Testing calls to Daily's REST API in Go

Comments
9 min read
Error handling in Golang

Error handling in Golang

6
Comments
3 min read
Strategy Pattern in Golang

Strategy Pattern in Golang

3
Comments
2 min read
Dependency Inversion Principle (DIP)

Dependency Inversion Principle (DIP)

Comments
3 min read
Liskov Substitution Principle (LSP)

Liskov Substitution Principle (LSP)

Comments
2 min read
Single Responsibility Principle (SRP)

Single Responsibility Principle (SRP)

Comments
4 min read
Open Close Principle (OCP)

Open Close Principle (OCP)

Comments
4 min read
Interface Segregation Principle (ISP)

Interface Segregation Principle (ISP)

Comments
1 min read
Golang Web: URL Parsing

Golang Web: URL Parsing

3
Comments
12 min read
What makes Go's compiler so FAST?

What makes Go's compiler so FAST?

2
Comments
1 min read
15. World Chat System Implementation

15. World Chat System Implementation

Comments
9 min read
Wtf is Grpc? Part 1: Authentication and Authorization in Flutter and Golang.

Wtf is Grpc? Part 1: Authentication and Authorization in Flutter and Golang.

24
Comments 6
9 min read
Setting up a free & production-ready web app backend in Go (with database) in less than 100 lines

Setting up a free & production-ready web app backend in Go (with database) in less than 100 lines

12
Comments
8 min read
Go - The Ultimate Folder Structure

Go - The Ultimate Folder Structure

35
Comments 2
2 min read
Golang multinode tree with parallel search

Golang multinode tree with parallel search

Comments
2 min read
Creating an AWS Lambda Function in Go and Troubleshooting Common Errors

Creating an AWS Lambda Function in Go and Troubleshooting Common Errors

6
Comments
3 min read
Best regexp alternative for Go. Benchmarks. Plots.

Best regexp alternative for Go. Benchmarks. Plots.

3
Comments
11 min read
Hunting Broken Social Media Links with Go

Hunting Broken Social Media Links with Go

Comments
7 min read
🚀 Effortless Integration Tests with Testcontainers in Golang 🧪

🚀 Effortless Integration Tests with Testcontainers in Golang 🧪

11
Comments
4 min read
Building a distributed workflow engine from scratch

Building a distributed workflow engine from scratch

103
Comments 11
4 min read
Beware of Go interfaces

Beware of Go interfaces

30
Comments 3
6 min read
Storing and retrieving data from MySQL in Go APIs

Storing and retrieving data from MySQL in Go APIs

20
Comments
4 min read
Golang testing using docker services via dockertest

Golang testing using docker services via dockertest

4
Comments
5 min read
Fibonacci Sequence Computation in Go Programming Language

Fibonacci Sequence Computation in Go Programming Language

2
Comments 2
4 min read
Distribute your Go CLI tools with GoReleaser and Homebrew

Distribute your Go CLI tools with GoReleaser and Homebrew

6
Comments 1
5 min read
Criando um JSON Unmarshal personalizado em Go

Criando um JSON Unmarshal personalizado em Go

7
Comments 2
3 min read
Write APIs in Go using go-chi

Write APIs in Go using go-chi

9
Comments
3 min read
How to build a Cambridge Dictionary API in GO

How to build a Cambridge Dictionary API in GO

2
Comments
5 min read
Golang: Channels

Golang: Channels

16
Comments 1
15 min read
Concurrency in Go (Golang)

Concurrency in Go (Golang)

14
Comments 3
2 min read
Advanced Go Build Techniques

Advanced Go Build Techniques

36
Comments 2
4 min read
DynamoDB Streams EventBridge Pipes Enrichment

DynamoDB Streams EventBridge Pipes Enrichment

9
Comments
7 min read
Golang 1.21 is here (Part 2)

Golang 1.21 is here (Part 2)

1
Comments
2 min read
Simplifying your Kubernetes infrastructure with cdk8s

Simplifying your Kubernetes infrastructure with cdk8s

7
Comments
7 min read
A Comprehensive Guide to Building Kubernetes Operators with Kubebuilder

A Comprehensive Guide to Building Kubernetes Operators with Kubebuilder

4
Comments
11 min read
Golang: to Point or not to Point!

Golang: to Point or not to Point!

10
Comments
16 min read
How to Manage Identity & Authorization with Kratos

How to Manage Identity & Authorization with Kratos

1
Comments
3 min read
Interfaces and Embedding in Golang (Go)

Interfaces and Embedding in Golang (Go)

9
Comments
2 min read
How to create your first Golang Lambda With Serverless Framework

How to create your first Golang Lambda With Serverless Framework

1
Comments
4 min read
How are Kubernetes VolumeAttachments Named?

How are Kubernetes VolumeAttachments Named?

Comments
3 min read
Difference between Godotenv and Viper in Golang

Difference between Godotenv and Viper in Golang

1
Comments
2 min read
Building a Golang Project from Scratch -  Zero to Hero - Part 1

Building a Golang Project from Scratch -  Zero to Hero - Part 1

7
Comments
2 min read
Manipulando arquivos: um CRUD de arquivos em Go

Manipulando arquivos: um CRUD de arquivos em Go

Comments
8 min read
Pointers in Golang (go)

Pointers in Golang (go)

11
Comments 1
2 min read
Unveiling Permify ABAC: A New Dimension to Attribute-Based Access Control

Unveiling Permify ABAC: A New Dimension to Attribute-Based Access Control

13
Comments
12 min read
Secure File Transfer Made Easy: Connect to SFTP Servers with Golang

Secure File Transfer Made Easy: Connect to SFTP Servers with Golang

9
Comments 1
3 min read
Excelize 2.8.0 Released - Powerful open-source library for spreadsheet (Excel) document

Excelize 2.8.0 Released - Powerful open-source library for spreadsheet (Excel) document

10
Comments 1
4 min read
Como criar um Filtro no Amazon SNS para enviar um evento especĂ­fico para o Amazon SQS

Como criar um Filtro no Amazon SNS para enviar um evento especĂ­fico para o Amazon SQS

Comments
2 min read
loading...