Skip to content

Commit

Permalink
feat(posts): More links, spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
t-geindre committed Dec 2, 2024
1 parent 71f30eb commit ee9fd46
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions _posts/2024-11-12-golab-florence.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The opening keynote, delivered by Russ Cox, focused on the importance of telemet

The session concluded with a call to action, encouraging everyone to enable telemetry (by running `go telemetry on`) on their Go installations to support ongoing enhancements and community-driven improvements.

All data collected are public and could be found [here](https://telemetry.go.dev/)

---

Expand Down Expand Up @@ -144,13 +145,19 @@ Here some of his references:

## How to Punch Holes in Network Infrastructure Using Go

Finally, we delved into the intricacies of peer-to-peer networking. Using the [go-libp2p](https://github.com/libp2p/go-libp2p) module, the speaker showed how to establish decentralized connections by bypassing traditional network barriers. This talk was both technical and visionary, providing us with ideas on how to optimize network performance using Go’s robust features.
Finally, we delved into the intricacies of peer-to-peer networking. Using the [go-libp2p](https://github.com/libp2p/go-libp2p) module, the speaker showed how to establish decentralized connections by bypassing traditional network barriers.

This talk was both technical and visionary, providing us with ideas on how to optimize network performance using Go’s robust features.

You will be able to find his presentation materials [here](https://github.com/watjurk/talk-golab-2024-peer-to-peer-hole-punching?tab=readme-ov-file).

---

## Closing Keynote: Go Back to the Future

The closing keynote was a captivating journey through Go's past, present, and future, filled with live demos and unexpected surprises. The speaker showcased the evolution of Go while exploring how the language might shape the future of programming. One of the highlights was a live demonstration where the presenter made a drone fly over the audience, all powered and controlled by Go. This thrilling spectacle illustrated the language’s potential in robotics and automation, leaving everyone inspired and in awe of what Go can achieve.
The closing keynote was a captivating journey through Go's past, present, and future, filled with live demos and unexpected surprises.

The speaker showcased the evolution of Go while exploring how the language might shape the future of programming. One of the highlights was a live demonstration where the presenter made a drone fly over the audience, all powered and controlled by Go. This thrilling spectacle illustrated the language’s potential in robotics and automation, leaving everyone inspired and in awe of what Go can achieve.


### Conclusion
Expand Down

0 comments on commit ee9fd46

Please sign in to comment.