From ec1f31b5a1492d5e0ab260397291d4449483bbd9 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 23 Aug 2021 02:30:53 -0400 Subject: The Python compiler can now be compiled by the new JVM compiler. --- documentation/bookmark/architecture.md | 4 ++++ documentation/bookmark/database/query.md | 4 ++++ documentation/bookmark/security/authentication.md | 4 ++++ documentation/bookmark/unicode.md | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 documentation/bookmark/architecture.md create mode 100644 documentation/bookmark/database/query.md create mode 100644 documentation/bookmark/security/authentication.md create mode 100644 documentation/bookmark/unicode.md (limited to 'documentation/bookmark') diff --git a/documentation/bookmark/architecture.md b/documentation/bookmark/architecture.md new file mode 100644 index 000000000..66449caf8 --- /dev/null +++ b/documentation/bookmark/architecture.md @@ -0,0 +1,4 @@ +# Reference + +1. [Awesome Software Architecture](https://mehdihadeli.github.io/awesome-software-architecture/) + diff --git a/documentation/bookmark/database/query.md b/documentation/bookmark/database/query.md new file mode 100644 index 000000000..68b002da7 --- /dev/null +++ b/documentation/bookmark/database/query.md @@ -0,0 +1,4 @@ +# Reference + +1. [Using Tree Structures with Pagination to build Folder Navigation](https://medium.com/frame-io-engineering/hierarchy-and-pagination-traversing-the-folder-tree-1ba641ec2ce7) + diff --git a/documentation/bookmark/security/authentication.md b/documentation/bookmark/security/authentication.md new file mode 100644 index 000000000..09f954592 --- /dev/null +++ b/documentation/bookmark/security/authentication.md @@ -0,0 +1,4 @@ +# Reference + +1. [WebAuthn.io](https://webauthn.io/) + diff --git a/documentation/bookmark/unicode.md b/documentation/bookmark/unicode.md new file mode 100644 index 000000000..706b3791d --- /dev/null +++ b/documentation/bookmark/unicode.md @@ -0,0 +1,4 @@ +# Reference + +1. [How Unicode helps to ruin your software](https://blog.typeable.io/posts/2021-08-17-unicode.html) + -- cgit v1.2.3