From 8059ba6c421d3094fba336ac5d3dd39fe984b05e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 28 Nov 2022 15:35:57 -0400 Subject: Added currencies. --- documentation/bookmark/architecture.md | 12 ------------ .../concurrency/crdt_conflict_free_replicated_data_types.md | 2 ++ documentation/bookmark/integer.md | 2 +- documentation/bookmark/software/architecture.md | 12 ++++++++++++ 4 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 documentation/bookmark/architecture.md create mode 100644 documentation/bookmark/software/architecture.md (limited to 'documentation/bookmark') diff --git a/documentation/bookmark/architecture.md b/documentation/bookmark/architecture.md deleted file mode 100644 index d3619bc27..000000000 --- a/documentation/bookmark/architecture.md +++ /dev/null @@ -1,12 +0,0 @@ -# Reference - -0. [Feature-Sliced Design: Architectural methodology for frontend projects](https://feature-sliced.design/) -0. [Why Do We Create System Architecture Diagrams Anyway?](https://www.ilograph.com/blog/posts/why-create-system-architecture-diagrams/) -0. [A Syntactic Theory of Software Architecture](https://www.panda.sys.t.u-tokyo.ac.jp/kushiro/ReferencePaper/Pattern&Framework/00385969.pdf) -0. [How to plan the architectural attributes?](https://kalali.blog/2022/06/software-architecture-attributes-how-to-decide/) -0. [Architectural Decision Records](https://adr.github.io/) -0. [Why You Should Care about Software Architecture](https://www.infoq.com/articles/care-about-architecture/) -0. [Software Architecture: It Might Not Be What You Think It Is](https://www.infoq.com/articles/what-software-architecture/) -0. [Polylith](https://polylith.gitbook.io/polylith) -0. [Awesome Software Architecture](https://mehdihadeli.github.io/awesome-software-architecture/) - diff --git a/documentation/bookmark/concurrency/crdt_conflict_free_replicated_data_types.md b/documentation/bookmark/concurrency/crdt_conflict_free_replicated_data_types.md index a68990d83..15d72cffe 100644 --- a/documentation/bookmark/concurrency/crdt_conflict_free_replicated_data_types.md +++ b/documentation/bookmark/concurrency/crdt_conflict_free_replicated_data_types.md @@ -1,5 +1,7 @@ # Reference +0. [CRDT: Fractional Indexing](https://madebyevan.com/algos/crdt-fractional-indexing/) +0. [CRDT: Mutable Tree Hierarchy](https://madebyevan.com/algos/crdt-mutable-tree-hierarchy/) 0. [Katara: Synthesize CRDTs from classic data types with verified lifting!](https://github.com/hydro-project/katara) 0. [Automerge: A New Foundation for Collaboration Software — Martin Kleppman](https://www.youtube.com/watch?v=UUGdMHrdzIU) 0. [Automerge](https://github.com/automerge/automerge) diff --git a/documentation/bookmark/integer.md b/documentation/bookmark/integer.md index 3727d760a..98b7d308b 100644 --- a/documentation/bookmark/integer.md +++ b/documentation/bookmark/integer.md @@ -1,6 +1,6 @@ # Parsing -0. []() +0. [Figuring out round, floor and ceil with integer division](http://blog.pkh.me/p/36-figuring-out-round%2C-floor-and-ceil-with-integer-division.html) 0. [Multiplication from Scratch](https://gist.github.com/reednj/faca61bca9f09f9e1e9462595be2e931) 0. [Faster Integer Parsing](https://rust-malaysia.github.io/code/2020/07/11/faster-integer-parsing.html) diff --git a/documentation/bookmark/software/architecture.md b/documentation/bookmark/software/architecture.md new file mode 100644 index 000000000..d3619bc27 --- /dev/null +++ b/documentation/bookmark/software/architecture.md @@ -0,0 +1,12 @@ +# Reference + +0. [Feature-Sliced Design: Architectural methodology for frontend projects](https://feature-sliced.design/) +0. [Why Do We Create System Architecture Diagrams Anyway?](https://www.ilograph.com/blog/posts/why-create-system-architecture-diagrams/) +0. [A Syntactic Theory of Software Architecture](https://www.panda.sys.t.u-tokyo.ac.jp/kushiro/ReferencePaper/Pattern&Framework/00385969.pdf) +0. [How to plan the architectural attributes?](https://kalali.blog/2022/06/software-architecture-attributes-how-to-decide/) +0. [Architectural Decision Records](https://adr.github.io/) +0. [Why You Should Care about Software Architecture](https://www.infoq.com/articles/care-about-architecture/) +0. [Software Architecture: It Might Not Be What You Think It Is](https://www.infoq.com/articles/what-software-architecture/) +0. [Polylith](https://polylith.gitbook.io/polylith) +0. [Awesome Software Architecture](https://mehdihadeli.github.io/awesome-software-architecture/) + -- cgit v1.2.3