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.
GoCenter: 1.12 and 1.13 Incorrect Pseudo-Versions Fix

GoCenter: 1.12 and 1.13 Incorrect Pseudo-Versions Fix

8
Comments
4 min read
Pointers In Go Are No Silver Bullet!!

Pointers In Go Are No Silver Bullet!!

6
Comments
3 min read
DataPower Commander v0.3 - more useful than ever

DataPower Commander v0.3 - more useful than ever

5
Comments
8 min read
Introducing kubekutr

Introducing kubekutr

11
Comments
4 min read
Build a serverless service for "Contact Me" form in Golang and deploy on GCP

Build a serverless service for "Contact Me" form in Golang and deploy on GCP

9
Comments
5 min read
Dave Cheney #golang pop quiz

Dave Cheney #golang pop quiz

12
Comments 9
1 min read
Deploying Go Applications to GitHub Releases with GoReleaser and Travis CI

Deploying Go Applications to GitHub Releases with GoReleaser and Travis CI

5
Comments 2
2 min read
Data Structures in Go: Heap

Data Structures in Go: Heap

16
Comments
5 min read
Tracking cat's activity patterns in a litter box with Raspberry Pi

Tracking cat's activity patterns in a litter box with Raspberry Pi

7
Comments
3 min read
Grace - graceful shutdown made simple

Grace - graceful shutdown made simple

7
Comments
3 min read
How to setup Golang router with Gin Gonic and Mux

How to setup Golang router with Gin Gonic and Mux

9
Comments
3 min read
What the for? One loop to rule them all!

What the for? One loop to rule them all!

40
Comments
4 min read
Two Sum

Two Sum

9
Comments
8 min read
Let's build a Queue with golang

Let's build a Queue with golang

8
Comments
4 min read
Shelby, the shell prompt

Shelby, the shell prompt

12
Comments
3 min read
Compile Go to WebAssembly (the browser version)

Compile Go to WebAssembly (the browser version)

54
Comments
2 min read
My tech stack if I had to build an app today

My tech stack if I had to build an app today

4
Comments 22
5 min read
Golang Rest API for NodeJS developer - Part 2

Golang Rest API for NodeJS developer - Part 2

19
Comments
4 min read
Slack notifications available with Diun 2.1

Slack notifications available with Diun 2.1

6
Comments
1 min read
About Go's simplicity; prefetching; & DBs for serverless

About Go's simplicity; prefetching; & DBs for serverless

39
Comments
2 min read
How To Approach Go (Golang)

How To Approach Go (Golang)

7
Comments
3 min read
Table Driven Tests

Table Driven Tests

7
Comments 2
3 min read
Diun 2.0 adds support for Docker and Swarm providers

Diun 2.0 adds support for Docker and Swarm providers

6
Comments
3 min read
Kubernetes' 2k+ TODO Comments

Kubernetes' 2k+ TODO Comments

4
Comments
1 min read
Go Things I Love: Methods On Any Type

Go Things I Love: Methods On Any Type

7
Comments
4 min read
Need Devs

Need Devs

5
Comments
1 min read
Módulos nativos para React-Native con Go (3/4)

Módulos nativos para React-Native con Go (3/4)

4
Comments
3 min read
【gnet】: Support Windows platform and add several codecs for encoding/decoding TCP frames

【gnet】: Support Windows platform and add several codecs for encoding/decoding TCP frames

4
Comments
2 min read
Concorrência limitada em gorrotinas

Concorrência limitada em gorrotinas

8
Comments
2 min read
3 best-read blogs of Go Gazette #85

3 best-read blogs of Go Gazette #85

14
Comments
2 min read
Módulos nativos para React-Native con Go (2/4)

Módulos nativos para React-Native con Go (2/4)

9
Comments
4 min read
Timezone data in Go

Timezone data in Go

5
Comments
2 min read
Solution: UnSupported Protocol scheme golang issue

Solution: UnSupported Protocol scheme golang issue

8
Comments
1 min read
Goodbye Broken links: Ghost + Muffet + Github Actions

Goodbye Broken links: Ghost + Muffet + Github Actions

8
Comments
5 min read
Why consider Go for building a software product?

Why consider Go for building a software product?

12
Comments 1
6 min read
Go doesn’t need generics

Go doesn’t need generics

13
Comments 8
4 min read
3 best-read blogs of Go Gazette #47

3 best-read blogs of Go Gazette #47

8
Comments
2 min read
About error handling in Go; logging best practices; & ATO attacks

About error handling in Go; logging best practices; & ATO attacks

39
Comments
2 min read
Why I like Go HTTP client as a Java developer

Why I like Go HTTP client as a Java developer

8
Comments
4 min read
What I learned this week: running functions concurrently

What I learned this week: running functions concurrently

6
Comments 4
4 min read
goluhn: A simple package for generating, calculating and verifying luhn numbers

goluhn: A simple package for generating, calculating and verifying luhn numbers

9
Comments 2
2 min read
Glip

Glip

8
Comments
1 min read
Why Go succeeded; Java's naming conventions; & Python optimization tips

Why Go succeeded; Java's naming conventions; & Python optimization tips

33
Comments
2 min read
Módulos nativos para React-Native con Go (1/4)

Módulos nativos para React-Native con Go (1/4)

6
Comments
3 min read
How should go APIs be structured?

How should go APIs be structured?

9
Comments 2
1 min read
Vectorized SQL in CockroachDB

Vectorized SQL in CockroachDB

9
Comments
1 min read
Happy Decaversary Golang!

Happy Decaversary Golang!

5
Comments 1
1 min read
Distributed Rant Series Part 2

Distributed Rant Series Part 2

6
Comments
6 min read
Distributed Rant Series Part 1

Distributed Rant Series Part 1

4
Comments 1
2 min read
Twitter @ShareAsPic app with Go & Chromedp

Twitter @ShareAsPic app with Go & Chromedp

5
Comments
4 min read
Why hasn’t Go overtaken Python in popularity?

Why hasn’t Go overtaken Python in popularity?

4
Comments 1
1 min read
Waarom heeft Go Python niet ingehaald in populariteit? (Dutch)

Waarom heeft Go Python niet ingehaald in populariteit? (Dutch)

4
Comments
1 min read
Ruby is for Rails, Spring is for Java, Micro is for Go

Ruby is for Rails, Spring is for Java, Micro is for Go

7
Comments
1 min read
Separate Your Tests with Build Tags

Separate Your Tests with Build Tags

5
Comments
3 min read
Command-Line Flags with Go-Lang

Command-Line Flags with Go-Lang

10
Comments
1 min read
Passing CLI arguments to excutables with 'go run'

Passing CLI arguments to excutables with 'go run'

6
Comments
1 min read
Does size matter?

Does size matter?

2
Comments 8
2 min read
Fighting FUD

Fighting FUD

8
Comments
9 min read
Building a BBC Sounds status bar app for macOS

Building a BBC Sounds status bar app for macOS

6
Comments
5 min read
🔥[gev] Golang TCP library that supports custom protocols to quickly and easily build high-performance servers.

🔥[gev] Golang TCP library that supports custom protocols to quickly and easily build high-performance servers.

3
Comments
1 min read
loading...