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.
Play Microservices: Api-gateway service

Play Microservices: Api-gateway service

9
Comments
16 min read
Frontend? Gross. This Is Why I've Always Preferred the Backend

Frontend? Gross. This Is Why I've Always Preferred the Backend

8
Comments
4 min read
Machine Coding Interview: Efficient Cache Implementation using time-based expiry and eviction

Machine Coding Interview: Efficient Cache Implementation using time-based expiry and eviction

Comments
3 min read
Enhancing Authorization Efficiency: The Power of Relational-Based Access Control

Enhancing Authorization Efficiency: The Power of Relational-Based Access Control

2
Comments
7 min read
How to use JWT authentication with Iris

How to use JWT authentication with Iris

Comments
8 min read
Go - How to use Resty

Go - How to use Resty

25
Comments 1
3 min read
Kick the Mix-ups to the Curb: Nix the Tricks and Juggle Go Projects like a Pro

Kick the Mix-ups to the Curb: Nix the Tricks and Juggle Go Projects like a Pro

Comments
3 min read
Rewrite: A Simple and Powerful URL Rewriter for Go

Rewrite: A Simple and Powerful URL Rewriter for Go

1
Comments 1
2 min read
The Last Minute Recoffeery Architecture Decision

The Last Minute Recoffeery Architecture Decision

Comments
5 min read
Go Lexical elements: Rune literals pt 3

Go Lexical elements: Rune literals pt 3

1
Comments
3 min read
How to use Iris and Basic authentication

How to use Iris and Basic authentication

Comments
4 min read
REST API with Go, Chi and MongoDB

REST API with Go, Chi and MongoDB

11
Comments
6 min read
Insert Interval

Insert Interval

Comments
8 min read
Go Lexical elements: Rune literals pt 2

Go Lexical elements: Rune literals pt 2

1
Comments
2 min read
Top 3 Design Patterns for a Large Go Codebase

Top 3 Design Patterns for a Large Go Codebase

21
Comments
7 min read
A Comprehensive Guide to Benchmarking in Golang for Performance Optimization

A Comprehensive Guide to Benchmarking in Golang for Performance Optimization

2
Comments 3
4 min read
[Go] Try HTTP Authentication 2

[Go] Try HTTP Authentication 2

3
Comments
4 min read
Go Lexical elements: Rune literals pt 1, Intro to Unicode

Go Lexical elements: Rune literals pt 1, Intro to Unicode

1
Comments
3 min read
Di Pandu oleh Iterator Pattern

Di Pandu oleh Iterator Pattern

1
Comments
2 min read
A Golang bot to count down the best day of your life - the holidays

A Golang bot to count down the best day of your life - the holidays

1
Comments
5 min read
The Golang Saga: A Coder’s Journey There and Back Again. Part 1: Leaving the Shire

The Golang Saga: A Coder’s Journey There and Back Again. Part 1: Leaving the Shire

22
Comments 5
11 min read
Is it a good practice to include go.mod file in your Go application?

Is it a good practice to include go.mod file in your Go application?

2
Comments
2 min read
Queryx: An Open-Source Golang ORM with Automatic Schema Management

Queryx: An Open-Source Golang ORM with Automatic Schema Management

1
Comments
2 min read
gookit/goutil - released v0.6.10, an extension library of common Go features

gookit/goutil - released v0.6.10, an extension library of common Go features

3
Comments 1
4 min read
Utilizando mĂłdulos do xk6 com k6

Utilizando mĂłdulos do xk6 com k6

1
Comments
4 min read
How to Sort in Go?

How to Sort in Go?

3
Comments 1
4 min read
Harmonizing Go and Rust in a Single Application: A Weird Symbiotic Dance

Harmonizing Go and Rust in a Single Application: A Weird Symbiotic Dance

22
Comments 1
5 min read
Containerizing and deploying a Go application with seelf

Containerizing and deploying a Go application with seelf

Comments
3 min read
Getting Started With Go (golang)

Getting Started With Go (golang)

39
Comments 1
6 min read
How to Use Iris and PostgreSQL for Web Development

How to Use Iris and PostgreSQL for Web Development

19
Comments
6 min read
[Go] How to work with dates in tests

[Go] How to work with dates in tests

4
Comments
2 min read
Organizing Code into Packages and Importing in Go: A Beginner's Guide

Organizing Code into Packages and Importing in Go: A Beginner's Guide

Comments
3 min read
Criando um cluster do Kafka com Docker Compose e desenvolvendo um Consumer e Producer em Golang

Criando um cluster do Kafka com Docker Compose e desenvolvendo um Consumer e Producer em Golang

5
Comments 2
4 min read
Instana / OpenTelemetry Integration for Go Applications

Instana / OpenTelemetry Integration for Go Applications

3
Comments
4 min read
Transactional outbox pattern example in Golang and MongoDB

Transactional outbox pattern example in Golang and MongoDB

Comments
4 min read
7. Building Zinx's Read-Write Separation Model

7. Building Zinx's Read-Write Separation Model

Comments
7 min read
Building a Ethereum wallet watcher using concurrent programming in GoLang

Building a Ethereum wallet watcher using concurrent programming in GoLang

Comments
12 min read
Boneless: a CLI to create your apps with Go

Boneless: a CLI to create your apps with Go

18
Comments 21
3 min read
6.Design and Implementation of Zinx Multi-Router Mode

6.Design and Implementation of Zinx Multi-Router Mode

Comments
12 min read
Understanding Command-line (CLI) syntax for Gophers

Understanding Command-line (CLI) syntax for Gophers

7
Comments
3 min read
Word Ladder - LeetCode

Word Ladder - LeetCode

2
Comments 2
8 min read
Goroutine vs OS thread

Goroutine vs OS thread

6
Comments 1
2 min read
How to screenshot webpages in Golang

How to screenshot webpages in Golang

Comments
4 min read
Day 0: A Journey Into GoLang: Chronicles of a Hobbyist Coder

Day 0: A Journey Into GoLang: Chronicles of a Hobbyist Coder

Comments
12 min read
Bersolek Ria dengan Decorator Pattern

Bersolek Ria dengan Decorator Pattern

Comments
3 min read
Play Microservices: Scheduler service

Play Microservices: Scheduler service

8
Comments
23 min read
REST API with Go, Chi, SQL Server and sqlx

REST API with Go, Chi, SQL Server and sqlx

3
Comments
8 min read
Build a Serverless Application for Audio to Text conversion

Build a Serverless Application for Audio to Text conversion

14
Comments
7 min read
Implement rate limit in Golang

Implement rate limit in Golang

4
Comments 2
2 min read
20 Advanced Golang Interview Questions asked for a Senior Developer position

20 Advanced Golang Interview Questions asked for a Senior Developer position

Comments 1
4 min read
REST API using GO(gin) & Mongo

REST API using GO(gin) & Mongo

17
Comments
6 min read
Kafka dump: backup, restore, stream,...

Kafka dump: backup, restore, stream,...

2
Comments
3 min read
Beginner's Guide to RPC in Golang: Understanding the Basics

Beginner's Guide to RPC in Golang: Understanding the Basics

38
Comments 4
7 min read
Exploring Generics in Go: A Basic Guide

Exploring Generics in Go: A Basic Guide

8
Comments
3 min read
Maximum Gap

Maximum Gap

2
Comments 1
7 min read
Who moved my error codes? Adding error types to your GoLang GraphQL Server

Who moved my error codes? Adding error types to your GoLang GraphQL Server

8
Comments
9 min read
Server-Sent Events in Go: An efficient real-time communication alternative

Server-Sent Events in Go: An efficient real-time communication alternative

3
Comments 2
3 min read
REST API with Go, Chi, MySQL and sqlx

REST API with Go, Chi, MySQL and sqlx

17
Comments 2
7 min read
Go Constants can't overflow

Go Constants can't overflow

Comments 6
3 min read
GO Modules: A Beginner’s Guide to Migrating to Go Modules

GO Modules: A Beginner’s Guide to Migrating to Go Modules

3
Comments 5
10 min read
loading...