mirror of
https://github.com/codecrafters-io/build-your-own-x.git
synced 2026-01-13 08:47:00 +00:00
Compare commits
4 Commits
65d17613a0
...
b442751159
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b442751159 | ||
|
|
cf5d750133 | ||
|
|
d6ce7605f0 | ||
|
|
31f69ccd38 |
@@ -13,6 +13,7 @@ It's a great way to learn.
|
|||||||
* [BitTorrent Client](#build-your-own-bittorrent-client)
|
* [BitTorrent Client](#build-your-own-bittorrent-client)
|
||||||
* [Blockchain / Cryptocurrency](#build-your-own-blockchain--cryptocurrency)
|
* [Blockchain / Cryptocurrency](#build-your-own-blockchain--cryptocurrency)
|
||||||
* [Bot](#build-your-own-bot)
|
* [Bot](#build-your-own-bot)
|
||||||
|
* [CI system](#build-your-own-ci-system)
|
||||||
* [Command-Line Tool](#build-your-own-command-line-tool)
|
* [Command-Line Tool](#build-your-own-command-line-tool)
|
||||||
* [Database](#build-your-own-database)
|
* [Database](#build-your-own-database)
|
||||||
* [Docker](#build-your-own-docker)
|
* [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)
|
* [**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/)
|
* [**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`
|
#### Build your own `Command-Line Tool`
|
||||||
|
|
||||||
* [**Go**: _Visualize your local git contributions with Go_](https://flaviocopes.com/go-git-contributions/)
|
* [**Go**: _Visualize your local git contributions with Go_](https://flaviocopes.com/go-git-contributions/)
|
||||||
@@ -123,6 +128,7 @@ It's a great way to learn.
|
|||||||
* [**Node.js**: _Create a CLI tool in Javascript_](https://citw.dev/tutorial/create-your-own-cli-tool)
|
* [**Node.js**: _Create a CLI tool in Javascript_](https://citw.dev/tutorial/create-your-own-cli-tool)
|
||||||
* [**Rust**: _Command line apps in Rust_](https://rust-cli.github.io/book/index.html)
|
* [**Rust**: _Command line apps in Rust_](https://rust-cli.github.io/book/index.html)
|
||||||
* [**Rust**: _Writing a Command Line Tool in Rust_](https://mattgathu.dev/2017/08/29/writing-cli-app-rust.html)
|
* [**Rust**: _Writing a Command Line Tool in Rust_](https://mattgathu.dev/2017/08/29/writing-cli-app-rust.html)
|
||||||
|
* [**Zig**: _Build Your Own CLI App in Zig from Scratch_](https://rebuild-x.github.io/docs/#/./zig/terminal/cli)
|
||||||
|
|
||||||
|
|
||||||
#### Build your own `Database`
|
#### Build your own `Database`
|
||||||
|
|||||||
Reference in New Issue
Block a user