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.
About naming things

About naming things

4
Comments
3 min read
JWT y Golang

JWT y Golang

17
Comments
4 min read
LeetCode - Evaluate Reverse Polish Notation

LeetCode - Evaluate Reverse Polish Notation

1
Comments
4 min read
Listing techproclub to hacktoberfest

Listing techproclub to hacktoberfest

2
Comments
2 min read
[Go] Try PBKDF2 implementation

[Go] Try PBKDF2 implementation

5
Comments
4 min read
AWS Lambda in Go, running locally with SAM and Docker

AWS Lambda in Go, running locally with SAM and Docker

3
Comments
8 min read
Send Emails with Gmail API

Send Emails with Gmail API

53
Comments
11 min read
A golang library to retry operations with exponential backoff

A golang library to retry operations with exponential backoff

5
Comments 1
2 min read
How to create a nested array or slice of slices in Go or Golang?

How to create a nested array or slice of slices in Go or Golang?

Comments
2 min read
How to Build Golang Barcode QR Code Reader with Dynamsoft C++ Barcode SDK

How to Build Golang Barcode QR Code Reader with Dynamsoft C++ Barcode SDK

5
Comments
7 min read
Ferrum is a NextGen Auth Server (almost)

Ferrum is a NextGen Auth Server (almost)

3
Comments
4 min read
How to create a slice with the make() function in Go or Golang?

How to create a slice with the make() function in Go or Golang?

Comments
2 min read
Go - Defer, Panic and Recover

Go - Defer, Panic and Recover

12
Comments 2
6 min read
Load configuration from file, environment variables and the command line (flags) with Golang

Load configuration from file, environment variables and the command line (flags) with Golang

4
Comments
5 min read
Attempting to Learn Go - Ghost to Hugo 3

Attempting to Learn Go - Ghost to Hugo 3

Comments
7 min read
Go from the beginning - arrays and slices

Go from the beginning - arrays and slices

6
Comments
3 min read
Multiple error handling in Go

Multiple error handling in Go

5
Comments
5 min read
LeetCode - Minimum Path Sum

LeetCode - Minimum Path Sum

Comments
5 min read
LeetCode - Permutations

LeetCode - Permutations

Comments
4 min read
LeetCode - Two Sum II - Input Array Is Sorted

LeetCode - Two Sum II - Input Array Is Sorted

Comments
3 min read
GoLang, Svelte, and Wails 2.0: Cross Platform Desktops just got even easier

GoLang, Svelte, and Wails 2.0: Cross Platform Desktops just got even easier

11
Comments
10 min read
Be careful when working with Slice in Go

Be careful when working with Slice in Go

2
Comments
6 min read
Go Series: Variable Declaration Best Practices & Gotchas

Go Series: Variable Declaration Best Practices & Gotchas

2
Comments
3 min read
Golang 101: Metotlar (Methods)

Golang 101: Metotlar (Methods)

2
Comments
1 min read
Golang interfaces

Golang interfaces

5
Comments
3 min read
LeetCode - Path Sum II

LeetCode - Path Sum II

Comments
5 min read
User avatars for your next project in 1 API call

User avatars for your next project in 1 API call

Comments
1 min read
Build a custom Go linter in 5 minutes

Build a custom Go linter in 5 minutes

6
Comments
4 min read
Building a Simple TODO App with Gin-gonic in Zerops: A step-by-step Guide

Building a Simple TODO App with Gin-gonic in Zerops: A step-by-step Guide

15
Comments
5 min read
Attempting to Learn Go - Ghost to Hugo 2

Attempting to Learn Go - Ghost to Hugo 2

7
Comments
7 min read
Day 2: I Was Told There Would Be No Math (Bonus)

Day 2: I Was Told There Would Be No Math (Bonus)

Comments
2 min read
Go - Use-cases of non-primitive datatypes

Go - Use-cases of non-primitive datatypes

10
Comments 2
4 min read
Embrace immutability (Programming & Infrastructure)

Embrace immutability (Programming & Infrastructure)

15
Comments
3 min read
Most Popular GoLang Frameworks

Most Popular GoLang Frameworks

12
Comments 2
6 min read
What is the empty or zero value for a slice in Go or Golang?

What is the empty or zero value for a slice in Go or Golang?

2
Comments
2 min read
Simple tool check informations from domain name with golang

Simple tool check informations from domain name with golang

8
Comments 2
3 min read
One Config to Rule Them All

One Config to Rule Them All

1
Comments
5 min read
Mutexes in Go

Mutexes in Go

13
Comments
4 min read
Golang divisions

Golang divisions

1
Comments
2 min read
Attempting to Learn Go - Ghost to Hugo 1

Attempting to Learn Go - Ghost to Hugo 1

9
Comments
7 min read
Construindo uma API organizadinha em Golang usando Fiber

Construindo uma API organizadinha em Golang usando Fiber

12
Comments
5 min read
LeetCode - Jump Game II

LeetCode - Jump Game II

5
Comments
4 min read
Day 2: I Was Told There Would Be No Math (Part 2)

Day 2: I Was Told There Would Be No Math (Part 2)

4
Comments
3 min read
เปิด golangci ให้ใช้ gosec

เปิด golangci ให้ใช้ gosec

1
Comments
1 min read
SSGo - a Static Site Generator built with Go

SSGo - a Static Site Generator built with Go

6
Comments 1
2 min read
Golang: Error Handling

Golang: Error Handling

7
Comments
9 min read
Getting Started with Buffalo

Getting Started with Buffalo

136
Comments 5
7 min read
Tips de Go: Cómo concatenar texto de forma eficiente

Tips de Go: Cómo concatenar texto de forma eficiente

5
Comments
4 min read
How to use GoLang, Hugo, and Lambda for a Single Page Application

How to use GoLang, Hugo, and Lambda for a Single Page Application

14
Comments 2
11 min read
Extending kubectl Utility With Plugins

Extending kubectl Utility With Plugins

4
Comments
4 min read
graph: A library for creating generic graph data structures and modifying, analyzing, and visualizing them.

graph: A library for creating generic graph data structures and modifying, analyzing, and visualizing them.

12
Comments
4 min read
A small, self-contained, cross-platform web server for development

A small, self-contained, cross-platform web server for development

4
Comments
1 min read
I am learning how linux handles file changes

I am learning how linux handles file changes

3
Comments
3 min read
Tricky concepts in Go for beginners

Tricky concepts in Go for beginners

31
Comments
2 min read
LeetCode - Path Sum

LeetCode - Path Sum

Comments
3 min read
goent code base walkthrough

goent code base walkthrough

Comments
1 min read
Qué es el Bloom Filter?

Qué es el Bloom Filter?

8
Comments 2
3 min read
How to get the total number of elements that an array can hold or the capacity of an array in Go or Golang?

How to get the total number of elements that an array can hold or the capacity of an array in Go or Golang?

Comments
2 min read
How to get the number of elements in an array or the length of the array in Go or Golang?

How to get the number of elements in an array or the length of the array in Go or Golang?

Comments
2 min read
Created a CLI tool to backup Slack export data in Excel

Created a CLI tool to backup Slack export data in Excel

Comments
2 min read
loading...