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.
Go dockerization

Go dockerization

3
Comments
1 min read
Go in 2 minutes

Go in 2 minutes

25
Comments 6
2 min read
Using '%q' inside fmt.Printf in Go (instead of '%s')

Using '%q' inside fmt.Printf in Go (instead of '%s')

10
Comments
1 min read
"Switch" statements in GO

"Switch" statements in GO

4
Comments
3 min read
16 - Create Gin Middleware to Extract Authorized User

16 - Create Gin Middleware to Extract Authorized User

20
Comments 1
8 min read
Go/Golang 101 - The Syntax and Basics

Go/Golang 101 - The Syntax and Basics

11
Comments
5 min read
Yet another way to convert a website (with backend) to desktop app

Yet another way to convert a website (with backend) to desktop app

6
Comments
1 min read
AWS Elastic Beanstalk + Go

AWS Elastic Beanstalk + Go

4
Comments 1
7 min read
Go: Installation, Setup & IDE

Go: Installation, Setup & IDE

9
Comments 2
1 min read
Writing an init with Go (part 3, running it!)

Writing an init with Go (part 3, running it!)

7
Comments
6 min read
Go for beginners: syntax, functions, and more

Go for beginners: syntax, functions, and more

5
Comments
3 min read
How to handle DB errors in Golang correctly

How to handle DB errors in Golang correctly

80
Comments 2
11 min read
How to add TailwindCSS to your Hugo site

How to add TailwindCSS to your Hugo site

26
Comments 9
5 min read
mnm client v0.9

mnm client v0.9

3
Comments
1 min read
How to parse Time in GOLANG work with SQL.

How to parse Time in GOLANG work with SQL.

14
Comments 4
2 min read
Technical readings of 2020

Technical readings of 2020

6
Comments
2 min read
On metadata in Hugo - or turning tags to keywords

On metadata in Hugo - or turning tags to keywords

3
Comments 1
6 min read
Playing video in a Golang game

Playing video in a Golang game

6
Comments 2
5 min read
Resources for learning Go

Resources for learning Go

11
Comments
2 min read
How to monitor your system dependencies

How to monitor your system dependencies

7
Comments
3 min read
Excelize 2.3.2 is Released – Go library for spreadsheet (Excel) files

Excelize 2.3.2 is Released – Go library for spreadsheet (Excel) files

5
Comments
3 min read
Custom Args in Makefile

Custom Args in Makefile

4
Comments
3 min read
Understanding goroutines and concurrency in Golang

Understanding goroutines and concurrency in Golang

34
Comments 3
4 min read
Tried to Create Crud API Gin+Gorm+GraphQL(gqlgen)

Tried to Create Crud API Gin+Gorm+GraphQL(gqlgen)

11
Comments
7 min read
Golang 101: ทำความรู้จักภาษาโกฉบับโปรแกรมเมอร์

Golang 101: ทำความรู้จักภาษาโกฉบับโปรแกรมเมอร์

40
Comments 2
4 min read
Go LSP in Sublime Text

Go LSP in Sublime Text

11
Comments
1 min read
Golang: Create Authentication JWT #1

Golang: Create Authentication JWT #1

9
Comments
3 min read
Introduction to My Golang Journey

Introduction to My Golang Journey

15
Comments 2
1 min read
Turbo Streams powered by Go WebSockets

Turbo Streams powered by Go WebSockets

21
Comments
1 min read
Goals for 2021: Learning Go and Rust

Goals for 2021: Learning Go and Rust

3
Comments 1
2 min read
Why do you like Go?

Why do you like Go?

5
Comments
5 min read
Writing an init with Go (part 1)

Writing an init with Go (part 1)

19
Comments
3 min read
An Introduction to Targeting Web Assembly with Golang

An Introduction to Targeting Web Assembly with Golang

5
Comments
5 min read
How to Work with Arbitrary JSON in Go?

How to Work with Arbitrary JSON in Go?

5
Comments 1
2 min read
My 2020 in review

My 2020 in review

5
Comments
6 min read
Go gRPC Clean architecture microservice with Prometheus, Grafana monitoring and Jaeger opentracing ⚡️

Go gRPC Clean architecture microservice with Prometheus, Grafana monitoring and Jaeger opentracing ⚡️

32
Comments 2
8 min read
Thread-Safety in Go - an Overlooked Concern

Thread-Safety in Go - an Overlooked Concern

8
Comments
7 min read
Caching records by tags in Go

Caching records by tags in Go

8
Comments
2 min read
Saving log messages to a custom log file in Golang

Saving log messages to a custom log file in Golang

17
Comments 1
4 min read
15 - Add Signin to Service and Repository Layers

15 - Add Signin to Service and Repository Layers

5
Comments
5 min read
Embedding files natively in Go 1.16

Embedding files natively in Go 1.16

6
Comments
4 min read
Part 1: Background and learning golang

Part 1: Background and learning golang

23
Comments
3 min read
How I improved my code by returning early, returning often!

How I improved my code by returning early, returning often!

60
Comments 10
3 min read
Webpay Plus in golang

Webpay Plus in golang

6
Comments
3 min read
Part 2: Development environment

Part 2: Development environment

13
Comments
3 min read
Part 4: DigitalOcean App Platform Hackathon Submission

Part 4: DigitalOcean App Platform Hackathon Submission

7
Comments
3 min read
Part 3: Developing stock-checker app

Part 3: Developing stock-checker app

4
Comments
4 min read
Golang basic: looping

Golang basic: looping

7
Comments
2 min read
Concurrency trong Go: Tổng quan cơ chế hoạt động

Concurrency trong Go: Tổng quan cơ chế hoạt động

2
Comments
1 min read
Golang: String Concatenation Efficiently

Golang: String Concatenation Efficiently

6
Comments
4 min read
Command Design Pattern in Go

Command Design Pattern in Go

16
Comments
5 min read
(N)VI(M): Basic Settings

(N)VI(M): Basic Settings

9
Comments
2 min read
Golang for Beginners

Golang for Beginners

53
Comments 3
2 min read
How to migrate mgo to qmgo

How to migrate mgo to qmgo

7
Comments
2 min read
What I learnt using TDD for Advent of Code (2020)

What I learnt using TDD for Advent of Code (2020)

9
Comments 3
6 min read
What a trip the "Traefik Autumn Edition": true memories from a Traefik Ambassador

What a trip the "Traefik Autumn Edition": true memories from a Traefik Ambassador

2
Comments
6 min read
Expectate: A Go Testing Utility

Expectate: A Go Testing Utility

10
Comments
2 min read
Golang through the eyes of a Java developer - pros and cons

Golang through the eyes of a Java developer - pros and cons

73
Comments 24
8 min read
Introduction to URL router from scratch with Golang

Introduction to URL router from scratch with Golang

18
Comments
9 min read
Dive to Clean Architecture with Golang

Dive to Clean Architecture with Golang

81
Comments 2
7 min read
loading...