Go by Example is a hands-on introduction to Go using annotated example programs.
Tag: tutorial
Linux6: Linux for Beginners (really a reference guide)
It looks like English isn’t the author’s first language, but the guide is still pretty good at providing a broad overview of Linux topics a beginner would want to be aware of.
Tutorial: Making a Static Blog with Pelican (a python-based static website generator)
Golang Tutorial: Learn X in Y minutes (where X=Go)
Exercism: Github integrated app that provides programming exercises and community feedback and mentoring
Link: An Abridged Introduction to Go
Link: How I start Go (tutorial on how to build a back-end web-service in Go)
“Load Balancing with HAProxy”
http://serversforhackers.com/editions/2014/07/15/haproxy/
A good primer on the open source load-balancer, HAProxy.
An Introduction to APIs
https://zapier.com/learn/apis/
In this course, we walk you through what it takes for companies to link their systems together. We start off easy, defining some of the tech lingo you may have heard before, but didn’t fully understand. From there, each lesson introduces something new, slowly building up to the point where you are confident about what an API is and, for the brave, could actually take a stab at using one.
If you are a non-technical person, you should feel right at home with the lesson structure. For software developers, the first lesson or two may feel like a mandatory new employee orientation, but stick with it – you’ll get your fill of useful information, too.
Mozilla Developer Network Tutorial: A re-introduction to JavaScript
A tutorial covering the following:
- Numbers
- Strings
- Other types
- Variables
- Operators
- Control structures
- Objects
- Arrays
- Functions
- Custom objects
- Inner functions
- Closures
- Memory leaks