This repository was archived by the owner on Feb 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
Developer Guide
sriyuthsagi edited this page Aug 7, 2019
·
5 revisions
-
Documentation of Go standard library: this includes packages like
container,database,html, etc. -
Command documentation: source code are invoked by the
goprogram. In this documentation, you will learn the basis of many subcommands likecgo,cover,fix,fmt,godoc, andvet. - Language specification: this document starts at the very beggining, where you could learn the grammars, syntax, and basics about Go. It should be starting point if Go is a completely new language for you.
- Overview of Go Lang: wikipedia page is a useful website to get to know Go.
- Tutorialspoint of Go
-
Guru99 of Go
- hello world tutorial in guru99
- loops tutorial in guru99
- pointers tutorial in guru99
- Overview of Vue.javascript (wiki page): it is an open-source JavaScript framework for building user interfaces and single-page applications.
- Introduction to Vue.js
-
Tutorialspoint of Vue.js
- examples includes two small examples of currency converter and customer details.
- TypeScript in 5 minutes: a useful startpoint.
- Handbook: a inclusive documentation.
- Tutorialspoint of TypeScript