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.
Sending E-mails with Go.

Sending E-mails with Go.

11
Comments 2
5 min read
Monnify Payment Gateway with Golang v1.4.0

Monnify Payment Gateway with Golang v1.4.0

1
Comments
3 min read
How to convert a string type value to a float type value in Go or Golang?

How to convert a string type value to a float type value in Go or Golang?

2
Comments
4 min read
Excelize 2.6.1 Released - Go language API for spreadsheets (Excel) files

Excelize 2.6.1 Released - Go language API for spreadsheets (Excel) files

6
Comments
3 min read
Symfony in microservice architecture - Episode I : Symfony and Golang communication through gRPC

Symfony in microservice architecture - Episode I : Symfony and Golang communication through gRPC

29
Comments
15 min read
How to convert a string type value to a uint type value in Go or Golang?

How to convert a string type value to a uint type value in Go or Golang?

1
Comments
4 min read
Go - Pointers and User input

Go - Pointers and User input

14
Comments 1
5 min read
Chore - control-flow requests

Chore - control-flow requests

4
Comments
4 min read
LeetCode - Remove Duplicates from Sorted List II

LeetCode - Remove Duplicates from Sorted List II

3
Comments
4 min read
How to convert a string type value to int type value in Go or Golang?

How to convert a string type value to int type value in Go or Golang?

Comments
3 min read
Golang: Closures

Golang: Closures

10
Comments 2
5 min read
How to convert an int type value to a uint type value in Go or Golang?

How to convert an int type value to a uint type value in Go or Golang?

2
Comments
1 min read
Go snippet for creating an Ingress rule

Go snippet for creating an Ingress rule

1
Comments
1 min read
Kafta is a modern non-JVM command line for managing Kafka clusters

Kafta is a modern non-JVM command line for managing Kafka clusters

30
Comments 2
3 min read
Request ACM certificate with DNS validation in Go

Request ACM certificate with DNS validation in Go

3
Comments
2 min read
How to convert an int type value to any float type value in Go or Golang?

How to convert an int type value to any float type value in Go or Golang?

Comments
2 min read
Prevent Logging Secrets in Go by Using Custom Types

Prevent Logging Secrets in Go by Using Custom Types

9
Comments 3
3 min read
Deploy a Golang Lambda

Deploy a Golang Lambda

1
Comments
2 min read
How to implement a basic CRUD in Golang protected by Auth0

How to implement a basic CRUD in Golang protected by Auth0

4
Comments
13 min read
Use AWS App Runner, DynamoDB and CDK to deploy and run a Cloud native Go app

Use AWS App Runner, DynamoDB and CDK to deploy and run a Cloud native Go app

11
Comments
8 min read
Go and ElasticSearch full-text search microservice in k8s👋✨💫

Go and ElasticSearch full-text search microservice in k8s👋✨💫

22
Comments
11 min read
Golang - Garbage Collection in General

Golang - Garbage Collection in General

5
Comments
5 min read
How to convert an int type value to a string type value in Go or Golang?

How to convert an int type value to a string type value in Go or Golang?

2
Comments 3
1 min read
Relaying a Microservice JSON Response to the Client by Unmarshalling Go Structs

Relaying a Microservice JSON Response to the Client by Unmarshalling Go Structs

4
Comments
12 min read
Follow Friday: Golang Edition (12 August 2022)

Follow Friday: Golang Edition (12 August 2022)

21
Comments 5
1 min read
Better Golang Error Handling

Better Golang Error Handling

26
Comments 3
8 min read
A Comprehensive Tutorial on Building a GraphQL API in Go using gqlgen and Gorm

A Comprehensive Tutorial on Building a GraphQL API in Go using gqlgen and Gorm

8
Comments 1
5 min read
What are the basic types in Go or Golang?

What are the basic types in Go or Golang?

Comments
4 min read
What are the initial values assigned to variables with types in Go or Golang?

What are the initial values assigned to variables with types in Go or Golang?

Comments
1 min read
Intro to Concurrency in Go

Intro to Concurrency in Go

19
Comments
8 min read
Go - Variables, Constants and Datatypes

Go - Variables, Constants and Datatypes

11
Comments
6 min read
OpenTelemetry for Go: Three Ways to Send Data to an OTLP Observability Back-end

OpenTelemetry for Go: Three Ways to Send Data to an OTLP Observability Back-end

1
Comments
20 min read
Working with 2D slices in Golang

Working with 2D slices in Golang

1
Comments
1 min read
Dynamic PostgreSQL credentials using HashiCorp Vault (with PHP Symfony & Go examples)

Dynamic PostgreSQL credentials using HashiCorp Vault (with PHP Symfony & Go examples)

41
Comments 4
12 min read
Go - Hello World

Go - Hello World

11
Comments 4
7 min read
Print all routes in Chi router

Print all routes in Chi router

1
Comments
1 min read
Xubuntu + Nginx + Go(+ Pion/WebRTC) + Node.js

Xubuntu + Nginx + Go(+ Pion/WebRTC) + Node.js

4
Comments
4 min read
LeetCode - Combination Sum III

LeetCode - Combination Sum III

3
Comments 1
5 min read
How to write an if conditional statement in Golang or Go?

How to write an if conditional statement in Golang or Go?

4
Comments
1 min read
How to import more than one package in Go or Golang?

How to import more than one package in Go or Golang?

6
Comments
2 min read
How to easily initialize a local variable for an if conditional statement in Golang or Go?

How to easily initialize a local variable for an if conditional statement in Golang or Go?

3
Comments
2 min read
How to make variables without assigning values in Go or Golang?

How to make variables without assigning values in Go or Golang?

3
Comments 1
2 min read
How to create a slice or a dynamic array in Golang or Go?

How to create a slice or a dynamic array in Golang or Go?

3
Comments
2 min read
How to create a function in Golang or Go?

How to create a function in Golang or Go?

3
Comments
2 min read
How to write a for loop in Golang or Go?

How to write a for loop in Golang or Go?

3
Comments
3 min read
How to import a single package in Go or Golang?

How to import a single package in Go or Golang?

3
Comments
1 min read
Golang perk series : prefix-less functions #2.1 (2023ed.)

Golang perk series : prefix-less functions #2.1 (2023ed.)

4
Comments
1 min read
Golang perk series : (typed) arrays – JS vs. GO #3

Golang perk series : (typed) arrays – JS vs. GO #3

4
Comments
2 min read
#WebDevSampler challenge - My answers in Go

#WebDevSampler challenge - My answers in Go

9
Comments 5
15 min read
User Registration and Login Template using Golang, MongoDB and JWT

User Registration and Login Template using Golang, MongoDB and JWT

3
Comments
3 min read
Iniciante testes em Golang

Iniciante testes em Golang

5
Comments
2 min read
What are the best practices about Go architecture?

What are the best practices about Go architecture?

6
Comments 1
1 min read
Testing HTTP handlers in Go

Testing HTTP handlers in Go

18
Comments
2 min read
A tool for showing disk usage. (Linux, macOS and Windows)

A tool for showing disk usage. (Linux, macOS and Windows)

11
Comments 6
1 min read
Go generics ใน gin Handler

Go generics ใน gin Handler

4
Comments
1 min read
Go Method: Pointer Over Value Receiver Type

Go Method: Pointer Over Value Receiver Type

4
Comments
4 min read
Golang backend development guide for Beginners

Golang backend development guide for Beginners

7
Comments
1 min read
Begin Golang : "time"

Begin Golang : "time"

4
Comments
2 min read
My GopherConEU 2022 experience

My GopherConEU 2022 experience

6
Comments
7 min read
panic: assignment to entry in nil map

panic: assignment to entry in nil map

1
Comments
1 min read
loading...