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.
Golang: Generics

Golang: Generics

1
Comments
13 min read
Awesome top 5 Posts from last week tagged(#javascript)

Awesome top 5 Posts from last week tagged(#javascript)

3
Comments 1
3 min read
5 Ways to Improve Your API Reliability

5 Ways to Improve Your API Reliability

1
Comments
11 min read
Golang Generics

Golang Generics

1
Comments
4 min read
A Comparative Analysis of Golang and Rust: Unraveling the Strengths and Trade-offs

A Comparative Analysis of Golang and Rust: Unraveling the Strengths and Trade-offs

7
Comments 2
3 min read
Getting started with Go guide

Getting started with Go guide

2
Comments
8 min read
Como criar goroutines? #Golang

Como criar goroutines? #Golang

Comments
2 min read
How do I run my Go applications in a Serverless way - Part 1

How do I run my Go applications in a Serverless way - Part 1

6
Comments
7 min read
OpenSearch CRUD operation in Go

OpenSearch CRUD operation in Go

5
Comments
6 min read
How to stream pending blockchain transactions with geth(Go-Ethereum)

How to stream pending blockchain transactions with geth(Go-Ethereum)

Comments
5 min read
Mastering Go Web Development: Building a Flashcard App

Mastering Go Web Development: Building a Flashcard App

2
Comments
3 min read
Introduction to Go: A Powerful and Efficient Programming Language

Introduction to Go: A Powerful and Efficient Programming Language

3
Comments 1
6 min read
S1E1: Concurrency In Go | Goroutine | Channels | Waitgroup

S1E1: Concurrency In Go | Goroutine | Channels | Waitgroup

2
Comments
4 min read
Go 1.20 memory arena

Go 1.20 memory arena

7
Comments
4 min read
Implementing Two-Factor Authentication (2FA) with TOTP in Golang

Implementing Two-Factor Authentication (2FA) with TOTP in Golang

7
Comments
3 min read
How to Start with Go Programming Language

How to Start with Go Programming Language

Comments
2 min read
Macros: The Hidden Power of Code Efficiency

Macros: The Hidden Power of Code Efficiency

9
Comments
4 min read
Supercharge your application's performance: Consuming Symfony messenger messages with Go

Supercharge your application's performance: Consuming Symfony messenger messages with Go

2
Comments
2 min read
Learning Go by examples: part 11 - Generate a Go SDK (API client library) from your Go REST API

Learning Go by examples: part 11 - Generate a Go SDK (API client library) from your Go REST API

57
Comments
12 min read
Getting Started with Kubernetes: A Beginner’s Guide

Getting Started with Kubernetes: A Beginner’s Guide

1
Comments
3 min read
How to use JWT authentication with Iris

How to use JWT authentication with Iris

Comments
8 min read
Go: Efficient Marshalling & Unmarshalling

Go: Efficient Marshalling & Unmarshalling

2
Comments 3
2 min read
Cluster API Theoretical and Hands-On Breakdown

Cluster API Theoretical and Hands-On Breakdown

13
Comments
5 min read
How to handle Panics in Golang: Mastering the Art of Recover

How to handle Panics in Golang: Mastering the Art of Recover

5
Comments
3 min read
Golang Payment Gateway Integration with Rapyd

Golang Payment Gateway Integration with Rapyd

4
Comments
14 min read
A Go-cus after GopherConEU 2023

A Go-cus after GopherConEU 2023

1
Comments
9 min read
Stop Using Makefile (Use Taskfile Instead)

Stop Using Makefile (Use Taskfile Instead)

24
Comments 5
4 min read
Dynamic Path Matching with Go and mux

Dynamic Path Matching with Go and mux

2
Comments
5 min read
AWS Journey: Standalone Server to Scalable Golang App with CI/CD

AWS Journey: Standalone Server to Scalable Golang App with CI/CD

1
Comments
14 min read
Golang Tutorial | Gin HTTP Framework | Golang Gin Framework | Tutorial 3

Golang Tutorial | Gin HTTP Framework | Golang Gin Framework | Tutorial 3

Comments
1 min read
LeetCode Go #2. Add Two Numbers

LeetCode Go #2. Add Two Numbers

1
Comments
2 min read
LeetCode Go #1. Two sum

LeetCode Go #1. Two sum

6
Comments
2 min read
Go: Using fork module

Go: Using fork module

Comments
1 min read
Ingesting Data into OpenSearch using Apache Kafka and Go

Ingesting Data into OpenSearch using Apache Kafka and Go

9
Comments 1
14 min read
Top 8 Tools for Microservices Development in 2023

Top 8 Tools for Microservices Development in 2023

Comments
6 min read
RAR Cracker - Breaking Password-Protected RAR Archives

RAR Cracker - Breaking Password-Protected RAR Archives

Comments
6 min read
Let's GO WASM

Let's GO WASM

1
Comments
4 min read
Deploying Go to AWS Lambda with GitHub Actions and Terraform

Deploying Go to AWS Lambda with GitHub Actions and Terraform

Comments
7 min read
💨 Get Go-ing! Top 5 Free Resources for Learning Go Programming

💨 Get Go-ing! Top 5 Free Resources for Learning Go Programming

12
Comments 3
6 min read
A secret weapon to improve the efficiency of golang development, a community backend service was developed in one day

A secret weapon to improve the efficiency of golang development, a community backend service was developed in one day

Comments
17 min read
Golang: graceful shutdown

Golang: graceful shutdown

53
Comments 1
6 min read
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
Go - How to use Resty

Go - How to use Resty

24
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
loading...