From f607b54d00a148a84a2704c80a7a0bafe6d39611 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:35:59 -0400 Subject: [PATCH] Add authn book --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eaa8502..0eab961 100644 --- a/README.md +++ b/README.md @@ -461,6 +461,7 @@ Dan Heller, Building a Career in Software - [Authorization in a microservices world](https://www.alexanderlolis.com/authorization-in-a-microservices-world) - [Authorization Logic: Rules are hard because they evolve over time](https://www.osohq.com/post/rules-are-hard-logic-for-authorization) +- [The Copenhagen Book](https://thecopenhagenbook.com/) provides a general guideline on implementing auth in web applications ### Automation @@ -1524,6 +1525,7 @@ A bit more reading: - [Ask HN: What do you code when learning a new language/framework?](https://news.ycombinator.com/item?id=32092943) - [The seven programming ur-languages](https://madhadron.com/programming/seven_ur_languages.html): ALGOL, Lisp, ML, Self, Forth, APL, Prolog - [Lua: The Little Language That Could](https://matt.blwt.io/post/lua-the-little-language-that-could/) +- [The Montréal Effect: Why Programming Languages Need a Style Czar](https://earthly.dev/blog/language-style-czar/) > There are only two kinds of languages: the ones people complain about and the ones nobody uses.