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.
Exploitation Exercise with Go unsafe.Pointer: ROP and Spawning a Shell (Part 3)

Exploitation Exercise with Go unsafe.Pointer: ROP and Spawning a Shell (Part 3)

3
Comments
12 min read
Lógica booleana e operadores lógicos

Lógica booleana e operadores lógicos

2
Comments
5 min read
A Simple Overview of Arrays in Go

A Simple Overview of Arrays in Go

4
Comments
1 min read
Create Your First Golang App

Create Your First Golang App

9
Comments
12 min read
Build a Go Playground Custom Hugo Shortcode

Build a Go Playground Custom Hugo Shortcode

16
Comments 1
4 min read
How To Do Pagination in Postgres with Golang in 4 Common Ways

How To Do Pagination in Postgres with Golang in 4 Common Ways

12
Comments
10 min read
Pointers in Go

Pointers in Go

6
Comments 2
1 min read
Disabling go modules in Visual Studio Code

Disabling go modules in Visual Studio Code

4
Comments 4
1 min read
if e operadores relacionais em Golang

if e operadores relacionais em Golang

6
Comments
4 min read
Storing Empty Interfaces in BigCache

Storing Empty Interfaces in BigCache

4
Comments
4 min read
Sorting in Go from JavaScript

Sorting in Go from JavaScript

6
Comments
7 min read
Loop for range em go

Loop for range em go

3
Comments
5 min read
Build a Simple Web App using Go

Build a Simple Web App using Go

10
Comments
2 min read
Avoid duplicated requests with singleflight

Avoid duplicated requests with singleflight

6
Comments
4 min read
Top Golang Courses & Tutorials to take during this Lockdown

Top Golang Courses & Tutorials to take during this Lockdown

44
Comments 3
5 min read
Learn Golang by building a fintech banking app - Lesson2: Login and REST API

Learn Golang by building a fintech banking app - Lesson2: Login and REST API

60
Comments
8 min read
BLAKE3 Go Libraries simple comparison

BLAKE3 Go Libraries simple comparison

7
Comments
1 min read
Go Type System Overview

Go Type System Overview

5
Comments
1 min read
Structs types in Go

Structs types in Go

2
Comments
1 min read
Developing a Zoom API Client Library for Golang

Developing a Zoom API Client Library for Golang

5
Comments
3 min read
Feedback about the go-mock script that create mocks for all automatically and recursively detected Go interfaces

Feedback about the go-mock script that create mocks for all automatically and recursively detected Go interfaces

3
Comments 1
1 min read
BitTorrent

BitTorrent

11
Comments
1 min read
Getting Started with winfetch, A neofetch Alternative for Windows

Getting Started with winfetch, A neofetch Alternative for Windows

15
Comments
1 min read
Odin - The Programmable, Observable and Distributed Job Scheduler

Odin - The Programmable, Observable and Distributed Job Scheduler

17
Comments 6
9 min read
Loop for em Golang

Loop for em Golang

8
Comments
5 min read
A simple golang web server using awesome echo

A simple golang web server using awesome echo

7
Comments
1 min read
Don’t Go To Casting Hell; Use Default Native Types in Go

Don’t Go To Casting Hell; Use Default Native Types in Go

25
Comments 2
3 min read
Golang tutorial - 4 Control Flow (Iteration)

Golang tutorial - 4 Control Flow (Iteration)

8
Comments
4 min read
Partially updating an embedded Mongo document in Go

Partially updating an embedded Mongo document in Go

15
Comments 1
4 min read
Conversão de tipos em Golang

Conversão de tipos em Golang

5
Comments
4 min read
A Docker image with preinstalled tools for developing, formatting, linting, building, testing and documenting Go projects

A Docker image with preinstalled tools for developing, formatting, linting, building, testing and documenting Go projects

11
Comments
2 min read
Why I built a cross-language and cross-repo constant sharer, and how you can use it

Why I built a cross-language and cross-repo constant sharer, and how you can use it

6
Comments
4 min read
Uint vs Int. Qual a diferença em Go?

Uint vs Int. Qual a diferença em Go?

4
Comments 3
4 min read
Should I learn golang?

Should I learn golang?

6
Comments
1 min read
API Rest con Go (Golang) y PostgreSQL Parte 3

API Rest con Go (Golang) y PostgreSQL Parte 3

15
Comments 6
11 min read
Exploring the possibilities of Golang string formatting

Exploring the possibilities of Golang string formatting

6
Comments 1
7 min read
Exploitation Exercise with Go unsafe.Pointer: Code Flow Redirection (Part 2)

Exploitation Exercise with Go unsafe.Pointer: Code Flow Redirection (Part 2)

5
Comments
9 min read
Results in Go - an experimental way of handling errors

Results in Go - an experimental way of handling errors

5
Comments
3 min read
Box CLI Maker

Box CLI Maker

19
Comments 1
1 min read
Bases numéricas e Medidas de armazenamento

Bases numéricas e Medidas de armazenamento

10
Comments
4 min read
Extract the query fields in graphql-go

Extract the query fields in graphql-go

9
Comments
3 min read
Tipos primitivos e tipos compostos em golang

Tipos primitivos e tipos compostos em golang

15
Comments
3 min read
Go v Python A Technical Deep Dive

Go v Python A Technical Deep Dive

13
Comments 1
20 min read
Golang tutorial - 1 Introduction

Golang tutorial - 1 Introduction

43
Comments 2
5 min read
Golang tutorial - 3 Control Flow (Selection)

Golang tutorial - 3 Control Flow (Selection)

8
Comments
4 min read
Download Vonage Voice API Recordings with Golang

Download Vonage Voice API Recordings with Golang

5
Comments
4 min read
Print vs Println vs Printf. Qual a diferença?

Print vs Println vs Printf. Qual a diferença?

7
Comments 2
3 min read
Golang tutorial - 2 Constant

Golang tutorial - 2 Constant

17
Comments 2
2 min read
Running a Go program in Deno via WASM

Running a Go program in Deno via WASM

26
Comments
4 min read
Create a GraphQL server with Go

Create a GraphQL server with Go

29
Comments 2
13 min read
Gracefully shutting down multiple workers in Go

Gracefully shutting down multiple workers in Go

6
Comments
6 min read
Short variable declarations?

Short variable declarations?

3
Comments
4 min read
What is a Type in Go?

What is a Type in Go?

8
Comments
6 min read
How to Set Up a Local Development Workflow with Docker for your Go Apps (with MongoDB and Mongo Express)

How to Set Up a Local Development Workflow with Docker for your Go Apps (with MongoDB and Mongo Express)

39
Comments 6
7 min read
Which is most powerful, Golang or Node.js?

Which is most powerful, Golang or Node.js?

6
Comments
1 min read
How to integrate your Go service with ELK

How to integrate your Go service with ELK

9
Comments 2
13 min read
Exploring structs and interfaces in Go

Exploring structs and interfaces in Go

52
Comments 1
16 min read
This article has 86 reactions and 11 comments

This article has 86 reactions and 11 comments

84
Comments 11
4 min read
Use these 3 pillars to break the Monolith

Use these 3 pillars to break the Monolith

8
Comments 2
9 min read
Learn to properly test and auto deploy your Go app with a movie posters server project

Learn to properly test and auto deploy your Go app with a movie posters server project

10
Comments
12 min read
loading...