Skip to content

Commit

Permalink
Dump links
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Dec 8, 2023
1 parent 6904d5c commit 9e5963a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/fe.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
- [CSS Selectors: A Visual Guide](https://fffuel.co/css-selectors/)
- [Can I use?](https://caniuse.com/)
- [SVG Tutorial](https://svg-tutorial.com/)
- [ngrok, lvh.me and nip.io: A Trilogy for Local Development and Testing](https://nickjanetakis.com/blog/ngrok-lvhme-nipio-a-trilogy-for-local-development-and-testing)
- [Weird HTML Hacks](https://tedium.co/2023/11/24/weird-html-hacks-history/)
3 changes: 2 additions & 1 deletion src/from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Tutorials:
- [Hypervisor From Scratch](https://rayanfam.com/topics/hypervisor-from-scratch-part-1/)
- [Writing a Debugger From Scratch](https://www.timdbg.com/posts/writing-a-debugger-from-scratch-part-1/)
- [Green Threads Explained](http://c9x.me/articles/gthreads/intro.html)
- [Let’s learn how modern JavaScript frameworks work by building one](https://nolanlawson.com/2023/12/02/lets-learn-how-modern-javascript-frameworks-work-by-building-one/)
- [Let’s Learn How Modern JavaScript Frameworks Work by Building One](https://nolanlawson.com/2023/12/02/lets-learn-how-modern-javascript-frameworks-work-by-building-one/)
- [Writing a File System From Scratch](https://blog.carlosgaldino.com/writing-a-file-system-from-scratch-in-rust.html)

Other lists:
- [Build your own X](https://github.com/codecrafters-io/build-your-own-x)
Expand Down
7 changes: 6 additions & 1 deletion src/ipc.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@
- Sockets:
- Network Sockets:
- TCP
- [HTTP/-1, HTTP/2 and HTTP/3](https://medium.com/@sandeep-verma/http-1-to-http-2-to-http-3-647e73df67a8)
- [HTTP/1, HTTP/2 and HTTP/3](https://medium.com/@sandeep-verma/http-1-to-http-2-to-http-3-647e73df67a8)
- [HTTP/3 explained](https://http3-explained.haxx.se/)
Real-time communication protocols:
- [Full-duplex HTTP Streaming](https://datatracker.ietf.org/doc/html/draft-zhu-http-fullduplex-08)
- [WebSocket](https://www.baeldung.com/java-websockets)
- [Server-Sent Events (SSE)](https://en.wikipedia.org/wiki/Server-sent_events)
- [WebTransport](https://developer.chrome.com/docs/capabilities/web-apis/webtransport#whats_webtransport)
- [UDP](https://www.baeldung.com/udp-in-java)
- [Unix Domain Sockets](https://nipafx.dev/java-unix-domain-sockets/)
- Messaging:
Expand Down
1 change: 1 addition & 0 deletions src/math.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
- [Fundamental Math for Game Developers](https://pikuma.com/blog/math-for-game-developers)
- [Category Theory Illustrated](https://abuseofnotation.github.io/category-theory-illustrated/)
- [Beautiful Symmetry. A Coloring Book About Math](https://www.coloring-book.co/?pageName=cover)
- [Arithmetic in Computer Hardware](https://thelast19digitsofpi.github.io/hardware-explorations/dist/index.html)
3 changes: 2 additions & 1 deletion src/metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- Platt, Electronics: Learning by Discovery: A hands-on primer for the new electronics enthusiast
- [LibrePCB](https://librepcb.org/)
- [Practical Guide to Radio-Frequency Analysis and Design](https://www.allaboutcircuits.com/textbook/radio-frequency-analysis-design/)
- [Beginners Guide to Building a Hardware Hacking Lab](https://voidstarsec.com/hw-hacking-lab/vss-lab-guide)
- [Beginners Guide to Building a Hardware Hacking Lab](https://voidstarsec.com/hw-hacking-lab/vss-lab-guid)
- [SDR I/Q tools](https://triq.org/)
- [Intel HEX](https://en.wikipedia.org/wiki/Intel_HEX)
- [Microsoldering 101](https://www.youtube.com/watch?v=xFqA9u6y0Fk&list=PL4INaL5vWobD_CltiZXr7K46oJ33KvwBt)
Expand All @@ -25,3 +25,4 @@
- [Assembly Language Adventures](https://www.xorpd.net/pages/x86_adventures.html)
- [Post-apocalyptic programming](https://zserge.com/posts/post-apocalyptic-programming/)
- [A Journey in Creating an Operating System Kernel](https://539kernel.com/book/)
- [Game Boy Dev](https://gbdev.io/pandocs/About.html)
3 changes: 3 additions & 0 deletions src/networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@
- [Web Design Museum](https://www.webdesignmuseum.org/)
- [The Future of Web Software Is HTML-over-WebSockets](https://alistapart.com/article/the-future-of-web-software-is-html-over-websockets/)
- [The Whimsical Web](https://whimsical.club/)
- [How Did I Get Here?](https://how-did-i-get-here.net)
- [How to Port Forward on Your Router](https://www.howtogeek.com/66214/how-to-forward-ports-on-your-router/)
- [The Web’s Grain](https://frankchimero.com/blog/2015/the-webs-grain/)

0 comments on commit 9e5963a

Please sign in to comment.