From 54d22bc41b874d52a94a96aafca18ab3a6357edb Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 27 Oct 2022 00:00:03 -0400 Subject: Added support for aspect-oriented programming. --- documentation/bookmark/api__application_programming_interface.md | 1 + documentation/bookmark/business/collaboration.md | 5 +++++ documentation/bookmark/business/hierarchy.md | 1 + documentation/bookmark/business/hiring/interview.md | 2 ++ documentation/bookmark/business/management.md | 2 ++ documentation/bookmark/code_smell.md | 5 +++++ documentation/bookmark/database/query.md | 4 +++- documentation/bookmark/design/measurement.md | 5 +++++ documentation/bookmark/integer.md | 4 +++- documentation/bookmark/open_source/funding.md | 1 + documentation/bookmark/performance.md | 2 ++ documentation/bookmark/software/engineering/philosophy.md | 5 +++++ documentation/bookmark/software/engineering/practice.md | 2 ++ documentation/bookmark/software/history.md | 5 +++++ documentation/bookmark/startup.md | 1 + documentation/bookmark/testing/coverage.md | 5 +++++ 16 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 documentation/bookmark/business/collaboration.md create mode 100644 documentation/bookmark/code_smell.md create mode 100644 documentation/bookmark/design/measurement.md create mode 100644 documentation/bookmark/software/engineering/philosophy.md create mode 100644 documentation/bookmark/software/history.md create mode 100644 documentation/bookmark/testing/coverage.md (limited to 'documentation/bookmark') diff --git a/documentation/bookmark/api__application_programming_interface.md b/documentation/bookmark/api__application_programming_interface.md index 6e977e75d..978262471 100644 --- a/documentation/bookmark/api__application_programming_interface.md +++ b/documentation/bookmark/api__application_programming_interface.md @@ -1,6 +1,7 @@ # Reference 0. []() +0. [Best Practices for Building Reliable APIs](https://api7.ai/blog/best-practices-for-building-reliable-apis-with-api-gateways) 0. [rSQL](https://rsql.io/) 0. [Taxi language](https://taxilang.org/) 0. [DBS launches ‘world’s largest’ banking API platform](https://fst.net.au/financial-services-news/dbs-launches-worlds-largest-banking-api-platform/) diff --git a/documentation/bookmark/business/collaboration.md b/documentation/bookmark/business/collaboration.md new file mode 100644 index 000000000..d6cf72ee0 --- /dev/null +++ b/documentation/bookmark/business/collaboration.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [Supercollaboration](https://supercollaboration.org/) + diff --git a/documentation/bookmark/business/hierarchy.md b/documentation/bookmark/business/hierarchy.md index b60b6e0fd..ed4a1f7e3 100644 --- a/documentation/bookmark/business/hierarchy.md +++ b/documentation/bookmark/business/hierarchy.md @@ -1,5 +1,6 @@ # Reference 0. []() +0. [Why tall hierarchies slow organizations down and how to fix them](https://lucasfcosta.com/2022/08/13/decision-making-hierarchies.html) 0. [Rethinking Hierarchy in the Workplace: Flat structures, research shows, can create more functional teams.](https://www.gsb.stanford.edu/insights/rethinking-hierarchy-workplace) diff --git a/documentation/bookmark/business/hiring/interview.md b/documentation/bookmark/business/hiring/interview.md index f66af7c66..482a1ac7d 100644 --- a/documentation/bookmark/business/hiring/interview.md +++ b/documentation/bookmark/business/hiring/interview.md @@ -1,4 +1,6 @@ # Reference +0. []() +0. [InterviewThis](https://github.com/Twipped/InterviewThis) 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/business/management.md b/documentation/bookmark/business/management.md index b8672f815..bd48e75ad 100644 --- a/documentation/bookmark/business/management.md +++ b/documentation/bookmark/business/management.md @@ -1,6 +1,8 @@ # Reference 0. []() +0. [How I structure my teams for growth](https://medium.com/@smnbss/how-i-structure-my-teams-for-growth-3272e4c3fc28) +0. [Capacity Plan](https://fev.al/posts/capacity-plan/) 0. [Team organisation by capabilities](https://blog.georgovassilis.com/2021/09/25/team-organisation-by-capabilities/) 0. [Scrum Teams are often Coached to Death, while the Problems are With Management](https://medium.com/serious-scrum/scrum-teams-are-often-coached-to-death-while-the-problems-are-with-management-60ac93bb0c1c) 0. [Monitoring Employees Makes Them More Likely to Break Rules](https://hbr.org/2022/06/monitoring-employees-makes-them-more-likely-to-break-rules) diff --git a/documentation/bookmark/code_smell.md b/documentation/bookmark/code_smell.md new file mode 100644 index 000000000..73b2fd5ef --- /dev/null +++ b/documentation/bookmark/code_smell.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [Code Smells Catalog](https://luzkan.github.io/smells/) + diff --git a/documentation/bookmark/database/query.md b/documentation/bookmark/database/query.md index 68b002da7..cdfff796e 100644 --- a/documentation/bookmark/database/query.md +++ b/documentation/bookmark/database/query.md @@ -1,4 +1,6 @@ # 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) +0. []() +0. [Inside Snowflake — Optimizing the Query Optimizer: Redundant Semi-Joins and Anti-Joins](https://medium.com/snowflake/inside-snowflake-optimizing-the-query-optimizer-redundant-semi-joins-and-anti-joins-6da855dc56da) +0. [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/design/measurement.md b/documentation/bookmark/design/measurement.md new file mode 100644 index 000000000..15b6a15a1 --- /dev/null +++ b/documentation/bookmark/design/measurement.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [PHYSICALLYBASED: A database of physically based values for CG artists](https://physicallybased.info/) + diff --git a/documentation/bookmark/integer.md b/documentation/bookmark/integer.md index e6630ed20..3727d760a 100644 --- a/documentation/bookmark/integer.md +++ b/documentation/bookmark/integer.md @@ -1,4 +1,6 @@ # Parsing -1. [Faster Integer Parsing](https://rust-malaysia.github.io/code/2020/07/11/faster-integer-parsing.html) +0. []() +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/open_source/funding.md b/documentation/bookmark/open_source/funding.md index 60550a0cf..bb9e3e5d2 100644 --- a/documentation/bookmark/open_source/funding.md +++ b/documentation/bookmark/open_source/funding.md @@ -1,6 +1,7 @@ # Reference 0. []() +0. [Openpod: Investable Tokens for Open Source Projects](https://www.openpod.io/) 0. [The NEO way to finance collaborative and FOSS projects](https://medium.com/@meriteconomy/the-neo-way-to-finance-collaborative-and-foss-projects-7966dfeac0ce) 0. [Comradery](https://comradery.co/) 0. [Comradery is developing a cooperative way to get paid online: A more democratic take on the Patreon model](https://www.theverge.com/23060001/comradery-coop-crowdfunding-patreon) diff --git a/documentation/bookmark/performance.md b/documentation/bookmark/performance.md index c3fecf5e9..0315cb385 100644 --- a/documentation/bookmark/performance.md +++ b/documentation/bookmark/performance.md @@ -1,5 +1,7 @@ # Reference +0. []() +0. [Advanced Python: Achieving High Performance with Code Generation](https://medium.com/@yonatanzunger/advanced-python-achieving-high-performance-with-code-generation-796b177ec79) 0. [A Management Maturity Model for Performance](https://infrequently.org/2022/05/performance-management-maturity/) 0. [CppCon 2019: Chandler Carruth “There Are No Zero-cost Abstractions”](https://www.youtube.com/watch?v=rHIkrotSwcc) diff --git a/documentation/bookmark/software/engineering/philosophy.md b/documentation/bookmark/software/engineering/philosophy.md new file mode 100644 index 000000000..99baa7d5a --- /dev/null +++ b/documentation/bookmark/software/engineering/philosophy.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [Against generality](https://novalis.org/blog/2016-09-27-against-generality.html) + diff --git a/documentation/bookmark/software/engineering/practice.md b/documentation/bookmark/software/engineering/practice.md index bedcd49f3..5f5cc5e03 100644 --- a/documentation/bookmark/software/engineering/practice.md +++ b/documentation/bookmark/software/engineering/practice.md @@ -1,4 +1,6 @@ # Reference +0. []() +0. [Reverse Pull-Requests: How We Used GitHub PRs In A Trunk-Based, Continuous Deployment Development Team](https://ideas.riverglide.com/reverse-pull-requests-a56b48080fb0) 0. [Thinking of commits like code](https://www.scottantipa.com/thinking-of-commits-like-code.html) diff --git a/documentation/bookmark/software/history.md b/documentation/bookmark/software/history.md new file mode 100644 index 000000000..86e08cd85 --- /dev/null +++ b/documentation/bookmark/software/history.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [Why do arrays start at 0?](https://buttondown.email/hillelwayne/archive/why-do-arrays-start-at-0/) + diff --git a/documentation/bookmark/startup.md b/documentation/bookmark/startup.md index c7dd0c8e3..7d54b2ae5 100644 --- a/documentation/bookmark/startup.md +++ b/documentation/bookmark/startup.md @@ -1,5 +1,6 @@ # Reference 0. []() +0. [Startup School](https://www.startupschool.org/) 0. [Startup Library](https://www.ycombinator.com/library) diff --git a/documentation/bookmark/testing/coverage.md b/documentation/bookmark/testing/coverage.md new file mode 100644 index 000000000..b609a8f96 --- /dev/null +++ b/documentation/bookmark/testing/coverage.md @@ -0,0 +1,5 @@ +# Reference + +0. []() +0. [Code Coverage at Google](https://homes.cs.washington.edu/~rjust/publ/google_coverage_fse_2019.pdf) + -- cgit v1.2.3