Skip to content

Commit

Permalink
Fix totally wrong link
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Sep 7, 2023
1 parent 93a13c3 commit 92b7b23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Tutorials:
- [Let's Build a Simple Database. Writing a sqlite clone from scratch in C](https://cstack.github.io/db_tutorial/)
- [A Compiler Writing Journey](https://github.com/DoctorWkt/acwj)
- [Writing a C Compiler](https://norasandler.com/2017/11/29/Write-a-Compiler.html)
- [ Writing a C compiler in 500 lines of Python](https://vgel.me/posts/c500/)
- [Statically Recompiling NES Games into Native Executables with LLVM and Go](https://andrewkelley.me/post/jamulator.html)
- [A slack clone in 5 lines of bash](https://the-dam.org/docs/explanations/suc.html)
- [NTP Implementation in Elixir](https://0x7f.dev/post/ntp-implementation-in-elixir/)
Expand Down
2 changes: 1 addition & 1 deletion src/ipc.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Synchronous Communication:
- Representational state transfer (REST)
- [GraphQL](https://training.linuxfoundation.org/training/exploring-graphql-a-query-language-for-apis-lfs141/?utm_source=lftraining&utm_medium=twitter&utm_campaign=mooc)
- [gRPC](../luoghi/cibo/veneto.csv)
- [gRPC](https://grpc.io/docs/what-is-grpc/introduction/)
- [Falcor](https://netflix.github.io/falcor/starter/what-is-falcor.html)
- Asynchronous Communication:
- Message Queues
Expand Down

0 comments on commit 92b7b23

Please sign in to comment.