Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samajammin/exercism
- Owner: samajammin
- Created: 2018-10-09T22:46:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T21:32:26.000Z (about 1 year ago)
- Last Synced: 2024-10-13T19:17:26.211Z (about 1 month ago)
- Topics: exercism, go, golang, typescript
- Language: TypeScript
- Homepage:
- Size: 1.44 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
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)