Skip to content

Instantly share code, notes, and snippets.

View nywilken's full-sized avatar
💭
I may be slow to respond.

Wilken Rivera nywilken

💭
I may be slow to respond.
View GitHub Profile
@nywilken
nywilken / gist:ffd4f9014108f21ea6a5005035ea97ac
Last active June 3, 2019 19:51
Learning Go Recommendations
NOTE: For items with no links just Google the text and you should be good.
- Pick one learning track (helps reduce TMI)
• No programming experience: greatercommons.com/learn/golang
• Programming experience: https://quii.gitbook.io/learn-go-with-tests/ or Ultimate Go
- Use these as reading materials:
• Go By Examples
• The Go Programming Book
- Find a local Go meetup and make a friend. This is key to getting unstuck.
- Need something to build outside of the training course: https://exercism.io/tracks/go
{
"variables": {
"client_id": "{{ env `ARM_CLIENT_ID` }}",
"client_secret": "{{ env `ARM_CLIENT_SECRET` }}",
"object_id": "{{ env `ARM_OBJECT_ID` }}",
"subscription_id": "{{ env `ARM_SUBSCRIPTION_ID` }}",
"tenant_id": "{{ env `ARM_TENANT_ID` }}",
"resource_group_name": "{{ env `ARM_RESOURCE_GROUP_NAME` }}",
"storage_account": "{{ env `ARM_STORAGE_ACCOUNT` }}"
},