|
|
|
@ -13,6 +13,7 @@ It's a great way to learn.
|
|
|
|
|
* [BitTorrent Client](#build-your-own-bittorrent-client)
|
|
|
|
|
* [Blockchain / Cryptocurrency](#build-your-own-blockchain--cryptocurrency)
|
|
|
|
|
* [Bot](#build-your-own-bot)
|
|
|
|
|
* [CI system](#build-your-own-ci-system)
|
|
|
|
|
* [Command-Line Tool](#build-your-own-command-line-tool)
|
|
|
|
|
* [Database](#build-your-own-database)
|
|
|
|
|
* [Docker](#build-your-own-docker)
|
|
|
|
@ -113,6 +114,10 @@ It's a great way to learn.
|
|
|
|
|
* [**R**: _Build A Cryptocurrency Trading Bot with R_](https://towardsdatascience.com/build-a-cryptocurrency-trading-bot-with-r-1445c429e1b1)
|
|
|
|
|
* [**Rust**: _A bot for Starcraft in Rust, C or any other language_](https://habr.com/en/post/436254/)
|
|
|
|
|
|
|
|
|
|
#### Build your own `CI System`
|
|
|
|
|
|
|
|
|
|
* [**Go**: _Build your own CI system in Go_](https://x-dvr.github.io/dev-blog/posts/building-ci-in-go-1/)
|
|
|
|
|
|
|
|
|
|
#### Build your own `Command-Line Tool`
|
|
|
|
|
|
|
|
|
|
* [**Go**: _Visualize your local git contributions with Go_](https://flaviocopes.com/go-git-contributions/)
|
|
|
|
|