Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed May 26, 2024
1 parent 40699a7 commit 08c418a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/misc.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
- [Understanding "same-site" and "same-origin"](https://web.dev/same-site-same-origin/)
- [The perils of the "real" client IP](https://adam-p.ca/blog/2022/03/x-forwarded-for/)
- [The HTTP crash course nobody asked for](https://fasterthanli.me/articles/the-http-crash-course-nobody-asked-for)
- [Mediocre Engineer’s guide to HTTPS](https://devonperoutky.super.site/blog-posts/mediocre-engineers-guide-to-https)
- REST APIs:
- [OpenAPI Specification](https://www.openapis.org)
- [Roy Fielding's Misappropriated REST Dissertation](https://twobithistory.org/2020/06/28/rest.html)
Expand Down
2 changes: 2 additions & 0 deletions src/mldl.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@
- [LLM Visualization](https://bbycroft.net/llm)
- [The Annotated Transformer](https://nlp.seas.harvard.edu/2018/04/03/attention.html)
- [Markov Chains are the Original Language Models](https://elijahpotter.dev/articles/markov_chains_are_the_original_language_models)
- [A Visual Guide to Vision Transformers](https://blog.mdturp.ch/posts/2024-04-05-visual_guide_to_vision_transformer.html)
- [Ilya Sutskever's Reading List](https://arc.net/folder/D0472A20-9C20-4D3F-B145-D2865C0A9FEE)
3 changes: 1 addition & 2 deletions src/software-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
- Behavior-driven development (BDD)
- Domain-driven design (DDD)
- [Norman, The Design of Everyday Things](https://en.wikipedia.org/wiki/The_Design_of_Everyday_Things)
- [Alexander, The Timeless Way of Building](https://en.wikipedia.org/wiki/The_Timeless_Way_of_Building)
- [Alexander, A Pattern Language: Towns, Buildings Construction](https://en.wikipedia.org/wiki/A_Pattern_Language)
- [Alexander, A Pattern Language: Towns, Buildings Construction](https://patternlanguage.cc/)
- Meadows, Thinking in Systems: A Primer
- Hermans, The Programmer's Brain: What every programmer needs to know about cognition
- [Worse is better](https://en.m.wikipedia.org/wiki/Worse_is_better)
Expand Down

0 comments on commit 08c418a

Please sign in to comment.