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.
Test-Driven Development in Go: principles and key concepts

Test-Driven Development in Go: principles and key concepts

3
Comments
6 min read
Secret For Testing UUID Generation In Golang

Secret For Testing UUID Generation In Golang

Comments
8 min read
LeetCode - Count and Say

LeetCode - Count and Say

Comments
4 min read
Handling Concurrency With Goroutines and Channels in Golang

Handling Concurrency With Goroutines and Channels in Golang

6
Comments
4 min read
Learn Golang By Building A 2D Snake Game: A Complete Guide

Learn Golang By Building A 2D Snake Game: A Complete Guide

14
Comments
6 min read
Compensating Actions, Part of a Complete Breakfast with Sagas

Compensating Actions, Part of a Complete Breakfast with Sagas

2
Comments
7 min read
A Theoretically Devastating Cyber Attack on America’s Gas Stations:

A Theoretically Devastating Cyber Attack on America’s Gas Stations:

1
Comments
3 min read
Caching in Golang đŸ›ąïž

Caching in Golang đŸ›ąïž

43
Comments
8 min read
How Go’s Simplicity Brings Complexity

How Go’s Simplicity Brings Complexity

Comments
4 min read
Custom API Gateway Authorizer with Golang

Custom API Gateway Authorizer with Golang

22
Comments 3
9 min read
GSchema - A schematics engine written in go

GSchema - A schematics engine written in go

Comments
1 min read
Use Golang for data processing with Amazon SNS and AWS Lambda

Use Golang for data processing with Amazon SNS and AWS Lambda

4
Comments
6 min read
How to shutdown a Go application gracefully

How to shutdown a Go application gracefully

1
Comments
5 min read
LeetCode - Construct Binary Tree from Preorder and Inorder Traversal

LeetCode - Construct Binary Tree from Preorder and Inorder Traversal

1
Comments
7 min read
Go Beginners Series: Collection Types, Arrays, Slices, and Maps

Go Beginners Series: Collection Types, Arrays, Slices, and Maps

7
Comments 2
9 min read
Modifying Application Behavior with Go Lambda Functions and AWS AppConfig Feature Flags

Modifying Application Behavior with Go Lambda Functions and AWS AppConfig Feature Flags

1
Comments
5 min read
Scrape Google Search Results With Go

Scrape Google Search Results With Go

2
Comments
6 min read
Concurrencia en Golang IV

Concurrencia en Golang IV

12
Comments 5
5 min read
Testing and Benchmarking in Go

Testing and Benchmarking in Go

5
Comments
9 min read
Install wails on linux

Install wails on linux

Comments
2 min read
Converting PNG to SVG in Golang using Potrace and Convert Tool

Converting PNG to SVG in Golang using Potrace and Convert Tool

Comments
2 min read
Effortless Scaling and Deployment: A Comprehensive Guide for Solo Developers and Time-Savers

Effortless Scaling and Deployment: A Comprehensive Guide for Solo Developers and Time-Savers

3
Comments
6 min read
Building Golang Lambda Functions

Building Golang Lambda Functions

2
Comments
3 min read
Go Series: Pointer

Go Series: Pointer

1
Comments
2 min read
Choosing Go when Building Lambdas

Choosing Go when Building Lambdas

20
Comments 6
7 min read
Seguridad en Golang

Seguridad en Golang

14
Comments 2
5 min read
Tutorial de punteros en Go

Tutorial de punteros en Go

1
Comments 2
4 min read
POng is Not pinG.

POng is Not pinG.

4
Comments
3 min read
LeetCode - Divide Two Integers

LeetCode - Divide Two Integers

3
Comments 2
5 min read
Unit testing best practices in Golang

Unit testing best practices in Golang

6
Comments
7 min read
Go and Redis, Better Together đŸ€

Go and Redis, Better Together đŸ€

2
Comments
9 min read
Go Programming Language: A Comprehensive Introduction and History of Google’s Revolutionary Language

Go Programming Language: A Comprehensive Introduction and History of Google’s Revolutionary Language

3
Comments 2
4 min read
Choosing dependencies using deps.dev

Choosing dependencies using deps.dev

9
Comments
2 min read
Applying Domain Driven Design (DDD) in Golang

Applying Domain Driven Design (DDD) in Golang

5
Comments 1
4 min read
Methods vs. Functions: What's the difference?

Methods vs. Functions: What's the difference?

13
Comments
3 min read
Criando um monitor de logs em Go - parte 1

Criando um monitor de logs em Go - parte 1

1
Comments
2 min read
Example 1, Automatically generate a complete gin+gorm+redis+CRUD web service project without writing a line of Go code

Example 1, Automatically generate a complete gin+gorm+redis+CRUD web service project without writing a line of Go code

Comments
2 min read
How I Made Twitter Back-end

How I Made Twitter Back-end

50
Comments 7
6 min read
🛜 What is ARP Spoofing?

🛜 What is ARP Spoofing?

3
Comments
8 min read
Introducing Rego: The Lightweight Task Orchestrator for Kubernetes

Introducing Rego: The Lightweight Task Orchestrator for Kubernetes

4
Comments
3 min read
Event Observer Pattern in Go

Event Observer Pattern in Go

9
Comments
5 min read
New Winner of Kafka Consumers: Scala to Go Journey 🚀

New Winner of Kafka Consumers: Scala to Go Journey 🚀

2
Comments
5 min read
Talking about performance, profiling, testing and other stuff

Talking about performance, profiling, testing and other stuff

2
Comments
5 min read
Kubernetes Event Aggregation and Spam Filtering in client-go

Kubernetes Event Aggregation and Spam Filtering in client-go

Comments
9 min read
How to mock the logger in Go?

How to mock the logger in Go?

9
Comments
2 min read
Comment mocker le logger en Go?

Comment mocker le logger en Go?

1
Comments
2 min read
Introduction to Generic Programming in Go: Filtering and Summing Numeric Types

Introduction to Generic Programming in Go: Filtering and Summing Numeric Types

Comments
4 min read
Lessons learned from concurrency practices in blockchain projects

Lessons learned from concurrency practices in blockchain projects

2
Comments
6 min read
Test Driven Development & Go

Test Driven Development & Go

8
Comments 2
5 min read
Simplifying Strategy Pattern with 3 Golang examples

Simplifying Strategy Pattern with 3 Golang examples

8
Comments
5 min read
How to build an API using Go

How to build an API using Go

93
Comments 2
14 min read
Effortlessly Tame Concurrency in Golang: A Deep Dive into Worker Pools

Effortlessly Tame Concurrency in Golang: A Deep Dive into Worker Pools

19
Comments
8 min read
LeetCode - Bitwise AND of Numbers Range

LeetCode - Bitwise AND of Numbers Range

Comments
4 min read
Ch. 7 String Manipulation

Ch. 7 String Manipulation

Comments
4 min read
Ch 6. Maps

Ch 6. Maps

Comments
1 min read
Ch. 5 Slices

Ch. 5 Slices

Comments
4 min read
A Powerful Golang Productivity Tool, Golang can also “Low-Code Development”

A Powerful Golang Productivity Tool, Golang can also “Low-Code Development”

Comments
3 min read
Calling Rust code from Go - the Gambiarra way

Calling Rust code from Go - the Gambiarra way

7
Comments 3
3 min read
LeetCode - Count of Smaller Numbers After Self

LeetCode - Count of Smaller Numbers After Self

1
Comments
8 min read
LeetCode - Reverse Nodes in k-Group

LeetCode - Reverse Nodes in k-Group

1
Comments
5 min read
loading...