diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -67,6 +67,7 @@ with maintenance so things should be up to date. - [Introduction to FAANG interviews][1089] - [Engineering Levels at Honeycomb: Avoiding the Scope Trap][1090] - [A Senior Engineer's Guide to the System Design Interview][1134] +- [theorg.com: 50 Most Transparent Companies][1136] ### Productivity @@ -183,6 +184,7 @@ with maintenance so things should be up to date. - [Non-Goals: What They are and How to Set Them][1128] - [The Maze is in The Mouse: What Ails Google][1130] - [Writing an engineering strategy][1132] +- [Amazon's Cloud Crisis: How AWS Will Lose The Future Of Computing][1139] ### Psychology/Philosophy @@ -447,6 +449,7 @@ with maintenance so things should be up to date. - [Writing a C compiler in 500 lines of Python][1105] - [Python’s "Disappointing" Superpowers][1113] - [Video: How to Use FastAPI: A Detailed Python Tutorial][1131] +- [How virtual environments work][1138] ### Ops @@ -507,6 +510,7 @@ with maintenance so things should be up to date. - [Delivering Value with Platform Engineering][1112] - [The Practical Guide to Internal Developer Portals][1115] - [Cloud Costs Every Programmer Should Know][1122] +- [Understanding Networking in Nomad][1137] ### C @@ -613,6 +617,8 @@ with maintenance so things should be up to date. - [Destroy All Software: Boundaries Talk][1126] - [Destroy All Software: Functional Core, Imperative Shell][1127] - [Granting at least once delivery][1129] +- [HPC is dying, and MPI is killing it][1140] +- [Load Balancing Visualized][1142] ### Books/Reading @@ -709,6 +715,7 @@ with maintenance so things should be up to date. - [Testing Distributed Systems][935] - [Distributed Tracing: The Why, What, and How?][986] - [Principles of Distributed Computing Lectures][988] +- [How to do distributed locking][1141] ### Security @@ -767,6 +774,7 @@ with maintenance so things should be up to date. - [Run Docker Images With Chroot][1071] - [Crafting container images without Dockerfiles][1114] - [Scheduling cron jobs in docker : A How-To Guide][1118] +- [Dodge the next Dockerpocalypse: how to own your own Docker Registry address][1135] ### Elixir/Erlang @@ -2364,3 +2372,11 @@ with maintenance so things should be up to date. [1132]: https://lethain.com/eng-strategies/ [1133]: https://eugeneyan.com/writing/what-i-did-not-learn-about-writing-in-school/ [1134]: https://interviewing.io/guides/system-design-interview/ +[1135]: https://httptoolkit.com/blog/docker-image-registry-facade/ +[1136]: https://theorg.com/iterate/50-most-transparent-companies-2023 +[1137]: https://mrkaran.dev/posts/nomad-networking-explained/ +[1138]: https://snarky.ca/how-virtual-environments-work/ +[1139]: https://www.semianalysis.com/p/amazons-cloud-crisis-how-aws-will +[1140]: https://www.dursi.ca/post/hpc-is-dying-and-mpi-is-killing-it +[1141]: https://martin.kleppmann.com/2016/02/08/how-to-do-distributed-locking.html +[1142]: https://samwho.dev/load-balancing/ |