DEV Community

Michele Caci profile picture

Michele Caci

Software engineer, Gopher but very curious about every tech topic, travel & languages (programming and spoken ones)

Location France Joined Joined on  github website

Work

Software Engineer

My GoLab 2022 experience

My GoLab 2022 experience

Reactions 3 Comments
5 min read

Want to connect with Michele Caci?

Create an account to connect with Michele Caci. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
My GopherConEU 2022 experience

My GopherConEU 2022 experience

Reactions 6 Comments
7 min read
TIL: How to listen to different servers in Go (using select)

TIL: How to listen to different servers in Go (using select)

Reactions 6 Comments
2 min read
TIL: Go range on time.Tick for regular tasks

TIL: Go range on time.Tick for regular tasks

Reactions 3 Comments
1 min read
TIL: Find alone and find within loops in a shell

TIL: Find alone and find within loops in a shell

Reactions 5 Comments
1 min read
TIL: The smart difference between infinite for loops that work and those that break

TIL: The smart difference between infinite for loops that work and those that break

Reactions 8 Comments
1 min read
TIL: A (maybe) unexpected usage of the -count flag in Go tests

TIL: A (maybe) unexpected usage of the -count flag in Go tests

Reactions 6 Comments
2 min read
Introduction to benchmarks in Go

Introduction to benchmarks in Go

Reactions 6 Comments
7 min read
Clearing your Unix Terminal and other commands using Go scripts

Clearing your Unix Terminal and other commands using Go scripts

Reactions 4 Comments 2
2 min read
How to create an orphan branch in git

How to create an orphan branch in git

Reactions 15 Comments 5
1 min read
The meaning of the '.PHONY' target inside a Makefile

The meaning of the '.PHONY' target inside a Makefile

Reactions 5 Comments 2
1 min read
Using '%q' inside fmt.Printf in Go (instead of '%s')

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

Reactions 5 Comments
1 min read
How to use the context.Done() method in Go to signal goroutine completion

How to use the context.Done() method in Go to signal goroutine completion

Reactions 7 Comments
1 min read
How to run commands using SSH

How to run commands using SSH

Reactions 6 Comments
1 min read
How to filter out runes using strings.Map() in Go

How to filter out runes using strings.Map() in Go

Reactions 1 Comments
1 min read
Reading stack traces in Go

Reading stack traces in Go

Reactions 10 Comments
9 min read
Solving the Zebra Puzzle using Go

Solving the Zebra Puzzle using Go

Reactions 6 Comments
5 min read
loading...