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 for JavaScript developers - Part 1

Golang for JavaScript developers - Part 1

705
Comments 18
8 min read
Avoiding Beginner Mistakes Hampering You to Scale Backend⚡️

Avoiding Beginner Mistakes Hampering You to Scale Backend⚡️

668
Comments 51
12 min read
I write my own web desktop OS for 3 years and this is what it looks like now

I write my own web desktop OS for 3 years and this is what it looks like now

627
Comments 54
9 min read
Create a Restful API with Golang from scratch

Create a Restful API with Golang from scratch

556
Comments 17
13 min read
How to discover the user’s IP address using Telegram.

How to discover the user’s IP address using Telegram.

501
Comments 5
4 min read
Golang Tutorial for Beginners [FREE Course] 🎉

Golang Tutorial for Beginners [FREE Course] 🎉

489
Comments 3
5 min read
How to Code in Go (Tutorial Series)

How to Code in Go (Tutorial Series)

480
Comments 2
11 min read
Concurrency in modern programming languages: Rust vs Go vs Java vs Node.js vs Deno vs .NET 6

Concurrency in modern programming languages: Rust vs Go vs Java vs Node.js vs Deno vs .NET 6

436
Comments 64
10 min read
Learn Golang by building a fintech banking app - Lesson1: Start the project

Learn Golang by building a fintech banking app - Lesson1: Start the project

367
Comments 5
6 min read
Welcome to Fiber — an Express.js styled web framework written in Go with ️❤️

Welcome to Fiber — an Express.js styled web framework written in Go with ️❤️

354
Comments 17
4 min read
If you’re interested in WebAssembly, and don’t get enough depth here on DEV, read this…

If you’re interested in WebAssembly, and don’t get enough depth here on DEV, read this…

352
Comments 11
2 min read
Write a Simple REST API in Golang

Write a Simple REST API in Golang

331
Comments 15
10 min read
7 GitHub projects to make you a better Go Developer💥

7 GitHub projects to make you a better Go Developer💥

329
Comments 10
2 min read
How I Built a Resume API w/ Go, Terraform, and AWS

How I Built a Resume API w/ Go, Terraform, and AWS

311
Comments 5
12 min read
JSON is Slower. Here Are Its 4 Faster Alternatives

JSON is Slower. Here Are Its 4 Faster Alternatives

293
Comments 51
12 min read
Learn How to Setup a CI/CD Pipeline from Scratch

Learn How to Setup a CI/CD Pipeline from Scratch

293
Comments 4
8 min read
Reducing Docker Image size

Reducing Docker Image size

278
Comments 27
4 min read
Golang for Web (Part-I): Build your first REST API with Golang & Fiber

Golang for Web (Part-I): Build your first REST API with Golang & Fiber

269
Comments 6
12 min read
I made a Twitter Clone with VueJS and Go

I made a Twitter Clone with VueJS and Go

268
Comments 34
1 min read
Building your own Ngrok in 130 lines

Building your own Ngrok in 130 lines

265
Comments 4
9 min read
The Top 10 Places to Learn Go

The Top 10 Places to Learn Go

263
Comments 13
3 min read
Creating Dynamic README.md File

Creating Dynamic README.md File

254
Comments 43
3 min read
Building a simple CI/CD pipeline for local testing using Go, Docker, Minikube and a Bash script

Building a simple CI/CD pipeline for local testing using Go, Docker, Minikube and a Bash script

254
Comments 17
15 min read
Learn Go: The complete course

Learn Go: The complete course

252
Comments 2
72 min read
The Best Golang Blogs

The Best Golang Blogs

238
Comments 13
10 min read
📖 Build a RESTful API on Go: Fiber, PostgreSQL, JWT and Swagger docs in isolated Docker containers

📖 Build a RESTful API on Go: Fiber, PostgreSQL, JWT and Swagger docs in isolated Docker containers

222
Comments 20
27 min read
Introduction to Dockerize series

Introduction to Dockerize series

213
Comments 6
2 min read
Learning Go by examples: part 1 - Introduction & Installation

Learning Go by examples: part 1 - Introduction & Installation

212
Comments 11
3 min read
Factory Pattern 🏭

Factory Pattern 🏭

203
Comments 3
3 min read
Error Handling in JavaScript (Golang Style)

Error Handling in JavaScript (Golang Style)

200
Comments 33
2 min read
Learning Go Web Development From Zero

Learning Go Web Development From Zero

197
Comments 10
5 min read
Let's Learn Kubernetes - Basics - 1

Let's Learn Kubernetes - Basics - 1

197
Comments
3 min read
7 subjects (and GitHub repositories) to become a better Go Developer

7 subjects (and GitHub repositories) to become a better Go Developer

197
Comments 2
3 min read
Building a Blockchain in Go PT: I - The Hello World of Blockchains

Building a Blockchain in Go PT: I - The Hello World of Blockchains

195
Comments 9
7 min read
How to write & run database migration in Golang

How to write & run database migration in Golang

194
Comments 14
8 min read
Node vs Go: API Showdown

Node vs Go: API Showdown

191
Comments 35
13 min read
Building a simple load balancer in Go

Building a simple load balancer in Go

191
Comments 7
5 min read
I just want to be a Golang developer - How to get started

I just want to be a Golang developer - How to get started

190
Comments 3
5 min read
9 best open-source findings, November 2019

9 best open-source findings, November 2019

187
Comments 12
3 min read
Is switching from Express to Fiber worth it? 🤔

Is switching from Express to Fiber worth it? 🤔

187
Comments 20
5 min read
Golang for JavaScript developers - Part 2

Golang for JavaScript developers - Part 2

185
Comments 3
8 min read
This is all what I've learned about Go in TWO Weeks!

This is all what I've learned about Go in TWO Weeks!

184
Comments 7
21 min read
Using Domain-Driven Design(DDD)in Golang

Using Domain-Driven Design(DDD)in Golang

183
Comments 26
7 min read
Onion Architecture 🧅

Onion Architecture 🧅

173
Comments 9
7 min read
A practical approach to structuring Golang applications

A practical approach to structuring Golang applications

171
Comments 1
5 min read
Localstack with Terraform and Docker for running AWS locally

Localstack with Terraform and Docker for running AWS locally

171
Comments 2
4 min read
Autenticação com Golang e AWS Cognito

Autenticação com Golang e AWS Cognito

163
Comments 7
14 min read
How To Build a Web Application with HTMX and Go

How To Build a Web Application with HTMX and Go

160
Comments 6
8 min read
Build a desktop app with Wails & Vue

Build a desktop app with Wails & Vue

159
Comments 4
5 min read
Backend Master Class [Go + Postgres + Kubernetes + AWS]

Backend Master Class [Go + Postgres + Kubernetes + AWS]

157
Comments 39
3 min read
Write better code and be a better programmer by NEVER USING ELSE statements

Write better code and be a better programmer by NEVER USING ELSE statements

155
Comments 65
5 min read
Generate CRUD Golang code from SQL | Compare db/sql, gorm, sqlx, sqlc

Generate CRUD Golang code from SQL | Compare db/sql, gorm, sqlx, sqlc

154
Comments 2
16 min read
Implement RESTful HTTP API in Go using Gin

Implement RESTful HTTP API in Go using Gin

152
Comments
19 min read
Building a fast URL Shortener with Go and Redis

Building a fast URL Shortener with Go and Redis

151
Comments 7
5 min read
How I built Ngrok Alternative

How I built Ngrok Alternative

150
Comments 11
2 min read
Zero to Kubernetes in 5 Mins

Zero to Kubernetes in 5 Mins

146
Comments 2
6 min read
Restful API with Golang practical approach

Restful API with Golang practical approach

145
Comments 8
21 min read
Building RESTful API with Hexagonal Architecture in Go

Building RESTful API with Hexagonal Architecture in Go

144
Comments 7
8 min read
How I build simple Mac apps using Go

How I build simple Mac apps using Go

141
Comments 7
3 min read
Go, Kafka and gRPC clean architecture CQRS microservices with Jaeger tracing 👋🧑‍💻

Go, Kafka and gRPC clean architecture CQRS microservices with Jaeger tracing 👋🧑‍💻

141
Comments 3
10 min read
loading...