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

A Go-cus after GopherConEU 2023

A Go-cus after GopherConEU 2023

1
Comments
9 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 GoLab 2022 experience

My GoLab 2022 experience

3
Comments
5 min read
My GopherConEU 2022 experience

My GopherConEU 2022 experience

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)

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

TIL: Go range on time.Tick for regular tasks

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

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

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

6
Comments
2 min read
Introduction to benchmarks in Go

Introduction to benchmarks in Go

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

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

How to create an orphan branch in git

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

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

8
Comments 4
1 min read
Using '%q' inside fmt.Printf in Go (instead of '%s')

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

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

11
Comments
1 min read
How to run commands using SSH

How to run commands using SSH

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

1
Comments
1 min read
Reading stack traces in Go

Reading stack traces in Go

11
Comments
9 min read
Solving the Zebra Puzzle using Go

Solving the Zebra Puzzle using Go

6
Comments
5 min read
loading...