It’s taken a while to find “my people.” I try to surround myself with good people both ocially and professionally. And the kind of people I like to be around tend to be good discussion partners and usually make great collaborators and storytellers. I hope you can find your people someday too! Keep looking, they are out there.
I needed to learn Go quickly for a small little side project and I was able to run through the fundamentals Go track in about a week and a half doing a few exercises here and there.
I’ve been exposed to quite a few programming languages so a lot of the common principles are there for me. What I really needed was to learn how Go is different and what the unique things about it are.
For example, I didn’t need to learn about why loops are important. What I did like learning is how a for loop in Go was structured and how to use it in different contexts. Utilizing range was a great thing I picked up from their examples.
Exercise is a great hands-on tool to supplement and support learning.