Go for .NET Developers
This blog post kind of different from my usual ones since this is based on a recent talk I delivered at the Adelaide .NET User Group on the 09 Dec 2021.
The slides can be found at my SpeakerDeck profile.
The GitHub repo for the demo code can be found here
The talk is structured in to 12 sections,
- Getting Started
- Variables
- Modules and Packages
- Slices and Loops
- Conditionals
- Functions
- Pointers
- Structs
- Unit Testing
- A Simple HTTP Service
- Adding JSON to our HTTP Service
- Multi Arch Deployments with GitHub Actions
Conclusion
Hope this will help if you are planning to learn Go as a .NET developer. Until next time 👋