Skip to content

Commit 2ae5bc2

Browse files
authored
Merge branch 'master' into ms_rust
2 parents 0be7b94 + 414d047 commit 2ae5bc2

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

‎README.md‎

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
153153
-[Building a Spell-Checker](https://bernhardwenzel.com/articles/clojure-spellchecker/)
154154
-[Building a JIRA integration with Clojure & Atlassian Connect](https://hackernoon.com/building-a-jira-integration-with-clojure-atlassian-connect-506ebd112807)
155155
-[Prototyping with Clojure](https://github.com/aliaksandr-s/prototyping-with-clojure)
156+
-[Tetris in ClojureScript](https://shaunlebron.github.io/t3tr0s-slides)
156157

157158
## Elixir
158159

@@ -491,15 +492,20 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
491492
-[Building Go Web Applications and Microservices Using Gin](https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin)
492493
-[How to Use Godog for Behavior-driven Development in Go et started with Godog](https://semaphoreci.com/community/tutorials/how-to-use-godog-for-behavior-driven-development-in-go)
493494
- Building Blockchain in Go
494-
-[Part 1: Basic Prototype](https://jeiwan.cc/posts/building-blockchain-in-go-part-1/)
495-
-[Part 2: Proof of Work](https://jeiwan.cc/posts/building-blockchain-in-go-part-2/)
496-
-[Part 3: Persistence and CLI](https://jeiwan.cc/posts/building-blockchain-in-go-part-3/)
497-
-[Part 4: Transactions 1](https://jeiwan.cc/posts/building-blockchain-in-go-part-4/)
498-
-[Part 5: Address](https://jeiwan.cc/posts/building-blockchain-in-go-part-5/)
499-
-[Part 6: Transactions 2](https://jeiwan.cc/posts/building-blockchain-in-go-part-6/)
500-
-[Part 7: Network](https://jeiwan.cc/posts/building-blockchain-in-go-part-7/)
495+
-[Part 1: Basic Prototype](https://jeiwan.net/posts/building-blockchain-in-go-part-1/)
496+
-[Part 2: Proof of Work](https://jeiwan.net/posts/building-blockchain-in-go-part-2/)
497+
-[Part 3: Persistence and CLI](https://jeiwan.net/posts/building-blockchain-in-go-part-3/)
498+
-[Part 4: Transactions 1](https://jeiwan.net/posts/building-blockchain-in-go-part-4/)
499+
-[Part 5: Address](https://jeiwan.net/posts/building-blockchain-in-go-part-5/)
500+
-[Part 6: Transactions 2](https://jeiwan.net/posts/building-blockchain-in-go-part-6/)
501+
-[Part 7: Network](https://jeiwan.net/posts/building-blockchain-in-go-part-7/)
501502
-[Build Web Application with GoLang](https://legacy.gitbook.com/book/astaxie/build-web-application-with-golang/details)
502503
-[Building a container from scratch in Go - Liz Rice (Microscaling Systems)](https://www.youtube.com/watch?v=8fi7uSYlOdc)
504+
- Let's build a URL shortener in Go - with Gin & Redis
505+
-[Part 1](https://www.eddywm.com/lets-build-a-url-shortener-in-go/)
506+
-[Part 2](https://www.eddywm.com/lets-build-a-url-shortener-in-go-with-redis-part-2-storage-layer/)
507+
-[Part 3](https://www.eddywm.com/lets-build-a-url-shortener-in-go-part-3-short-link-generation/)
508+
-[Part 4](https://www.eddywm.com/lets-build-a-url-shortener-in-go-part-iv-forwarding/)
503509

504510
## PHP:
505511

@@ -570,6 +576,12 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
570576
-[Part 2: Sending and Receiving Messages](https://nbaksalyar.github.io/2015/11/09/rust-in-detail-2.html)
571577
-[Writing a Rust Roguelike for the Desktop and the Web](https://aimlesslygoingforward.com/blog/2019/02/09/writing-a-rust-roguelike-for-the-desktop-and-the-web/)
572578
-[Single Page Applications using Rust](http://www.sheshbabu.com/posts/rust-wasm-yew-single-page-application/)
579+
-[Writing NES Emulator in Rust](https://bugzmanov.github.io/nes_ebook/)
580+
- Create a simulation of evolution using neural network and genetic algorithm, and compile the application to WebAssembly
581+
-[Part 1](https://pwy.io/en/posts/learning-to-fly-pt1/)
582+
-[Part 2](https://pwy.io/en/posts/learning-to-fly-pt2/)
583+
-[Part 3](https://pwy.io/en/posts/learning-to-fly-pt3/)
584+
-[Part 4](https://pwy.io/en/posts/learning-to-fly-pt4/)
573585

574586
## Scala:
575587
-[Simple actor-based blockchain](https://www.freecodecamp.org/news/how-to-build-a-simple-actor-based-blockchain-aac1e996c177/)
@@ -578,6 +590,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
578590
## Swift:
579591

580592
-[Hacking with Swift - Learn Swift by doing 39 projects](https://www.hackingwithswift.com/read)
593+
-[Retro first-person shooter from scratch](https://github.com/nicklockwood/RetroRampage)
581594

582595
## Additional Resources
583596

0 commit comments

Comments
(0)