From 3e7d188cbe7bc9bce4a14318e2f62583fe2501d1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 3 Jun 2022 20:02:46 -0400 Subject: Extensible import syntax [Part 4] --- documentation/bookmark/business/banking.md | 4 ++++ documentation/bookmark/business/hiring/interview.md | 4 ++++ documentation/bookmark/concurrency/structured.md | 1 + documentation/bookmark/law.md | 4 ++-- documentation/bookmark/math/geometry/3d.md | 4 ++++ 5 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 documentation/bookmark/business/banking.md create mode 100644 documentation/bookmark/business/hiring/interview.md create mode 100644 documentation/bookmark/math/geometry/3d.md (limited to 'documentation/bookmark') diff --git a/documentation/bookmark/business/banking.md b/documentation/bookmark/business/banking.md new file mode 100644 index 000000000..d79574ca9 --- /dev/null +++ b/documentation/bookmark/business/banking.md @@ -0,0 +1,4 @@ +# Reference + +0. [Column: The developer infrastructure bank](https://column.com/) + diff --git a/documentation/bookmark/business/hiring/interview.md b/documentation/bookmark/business/hiring/interview.md new file mode 100644 index 000000000..f66af7c66 --- /dev/null +++ b/documentation/bookmark/business/hiring/interview.md @@ -0,0 +1,4 @@ +# Reference + +0. [How to Freaking Find Great Developers By Having Them Read Code](https://freakingrectangle.com/2022/04/15/how-to-freaking-hire-great-developers/) + diff --git a/documentation/bookmark/concurrency/structured.md b/documentation/bookmark/concurrency/structured.md index 0567167c2..4172bfaa2 100644 --- a/documentation/bookmark/concurrency/structured.md +++ b/documentation/bookmark/concurrency/structured.md @@ -1,5 +1,6 @@ # Reference +0. [JEP 428: Structured Concurrency to Simplify Java Multithreaded Programming](https://www.infoq.com/news/2022/06/java-structured-concurrency/) 0. [Seamless, Fearless, and Structured Concurrency](https://verdagon.dev/blog/seamless-fearless-structured-concurrency) 0. [Handling user input with structured concurrency](https://dubroy.com/blog/handling-user-input-with-structured-concurrency/) diff --git a/documentation/bookmark/law.md b/documentation/bookmark/law.md index 39a2b18fb..d23c71951 100644 --- a/documentation/bookmark/law.md +++ b/documentation/bookmark/law.md @@ -1,5 +1,5 @@ # Reference -1. [Catala: A Programming Language for the Law](https://arxiv.org/abs/2103.03198) -1. []() +0. [Catala: A Programming Language for the Law](https://arxiv.org/abs/2103.03198) + 0. [Catala](https://github.com/CatalaLang/catala) diff --git a/documentation/bookmark/math/geometry/3d.md b/documentation/bookmark/math/geometry/3d.md new file mode 100644 index 000000000..ea6ebebda --- /dev/null +++ b/documentation/bookmark/math/geometry/3d.md @@ -0,0 +1,4 @@ +# Reference + +0. [Exponentially Better Rotations](https://thenumbat.github.io/Exponential-Rotations/) + -- cgit v1.2.3