Skip to content

Latest commit

 

History

History
426 lines (338 loc) · 27.5 KB

golang.md

File metadata and controls

426 lines (338 loc) · 27.5 KB

In the projects, in which I work, it comes up that I am asked what I recommend for xyz. So that I don't forget half of the information, I'll started to collect it thematically and in a more or less structured way and publish it here. Here my hopefully helpful ressoures for the Go language.

Blogs

Recommended readings

Asking go questions

Coming from Python

Style guide, "best" practices, templates...

Concurrency (aka Nebenläufigkeit)

TUI

CLI

Podcasts

  • Cup o' Go Stay up to date with the Go community in just 15 minutes per week.
  • Ardan Labs Podcast This podcast features intimate conversations with engineers who are in the forefront of building or teaching technology.
  • go podcast()
  • Go Time

GUI / TUI

Finding libs

Release / Deployment

Profiling

Based on a question from my team mate who is used to Pythons line_profiler (%lprun) and memory_profiler (%mprun).

Learning & Miscellaneous

Cheatsheets

Roadmaps, Jobs, Career

Learning to code from source

Starting projects to learn from source and to get ideas what to build to learn and improve your skills.

Learning by coding and contributing

Youtube videos

Some resources to find recorded talks from GopherCon Conferences:

Youtuber

WebDev

Security & Malware

Github repos of developers using Golang among others

Drop by and learn!

Reminder: Some of the libraries already used in projects

Reminder: libraries for use in future projects?


If you find this notes helpful and want to support me, you can do so by Buy me a coffee! ☕ it will keep my motivation high and I will be really thankful.