Data modeling - sgml/signature GitHub Wiki
Models
- http://web.resource.org/rss/1.0/modules/
- https://www.xml.com/pub/a/2004/04/07/dive.html
- https://alistapart.com/article/content-modelling-a-master-skill/
- https://blogs.cisco.com/getyourbuildon/yang-opensource-tools-for-data-modeling-driven-management
- https://www.adtran.com/index.php/blog/technology-blog/232-modeling-microservices-in-yang
- https://communities.cisco.com/community/developer/opendaylight/blog
- https://www.tonymarston.net/php-mysql/dont-do-domain-driven-design.html#2018-12-02
- https://coggle.it/diagram/Wq28jcGZixoKb8bx/t/msf-usa-drupal-8-content-model
Type Systems
- https://docs.python.org/3/library/stdtypes.html
- https://docs.ruby-lang.org/en/master/security_rdoc.html
- https://www.php.net/manual/en/language.operators.type.php
- https://rosettacode.org/wiki/Metaprogramming#Perl_6
Doubly Linked List
Linked List
- https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/SavedFrame
- https://blog.theodorejb.me/sql-linked-lists/
Hashtable
- https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Guide/Hashtables_detailed
- https://wiki.mozilla.org/User:Jorend/Deterministic_hash_tables
- http://erlang.org/doc/man/persistent_term.html
- https://heap.io/blog/engineering/when-to-avoid-jsonb-in-a-postgresql-schema
Map / Hashmap
- https://www.geeksforgeeks.org/difference-between-hashmap-and-hashset/
- https://dave.cheney.net/2018/05/29/how-the-go-runtime-implements-maps-efficiently-without-generics
- https://v1.realworldocaml.org/v1/en/html/maps-and-hash-tables.html