Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samajammin/exercism

My solutions to exercism.io tracks - kudos to their excellent product & community
https://github.com/samajammin/exercism

exercism go golang typescript

Last synced: 20 days ago
JSON representation

My solutions to exercism.io tracks - kudos to their excellent product & community

Awesome Lists containing this project

README

        

# Resources

## TypeScript

- [Excercism track](https://exercism.io/my/tracks/typescript)
- [TypeScript Deep Dive](https://basarat.gitbooks.io/typescript/content/docs/why-typescript.html), great e-book by [@basarat](https://twitter.com/basarat)
- [Language spec](https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md)
- [Official docs](http://www.typescriptlang.org/docs/home.html)
- [Playground](http://www.typescriptlang.org/play/)

## Go

- [Excercism track](https://exercism.io/my/tracks/go)
- [Introduction to Go](https://www.youtube.com/playlist?list=PLq9Ra239pNZC0MgMN4j6ZiPHv_c0UPnBX), amazing YouTube series by [@vansimke](https://twitter.com/vansimke)
- [Go by Example](https://gobyexample.com), annotated example programs by [@mmcgrana](https://twitter.com/mmcgrana)
- [Language spec](https://golang.org/ref/spec)
- [Official docs](https://golang.org/doc/)
- [Playground](https://play.golang.org)