https://github.com/ehmicky/notes
Technologies I've learned
https://github.com/ehmicky/notes
programming theory
Last synced: 4 months ago
JSON representation
Technologies I've learned
- Host: GitHub
- URL: https://github.com/ehmicky/notes
- Owner: ehmicky
- License: cc-by-4.0
- Created: 2015-04-29T19:52:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T19:38:48.000Z (about 1 year ago)
- Last Synced: 2025-03-29T20:26:38.597Z (about 1 year ago)
- Topics: programming, theory
- Language: sed
- Homepage:
- Size: 48.3 MB
- Stars: 64
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: Roadmaps/roadmap-async-abstraction.txt
Awesome Lists containing this project
README
[](https://creativecommons.org/licenses/by/4.0/)
[](https://fosstodon.org/@ehmicky)
[](https://medium.com/@ehmicky)
This repository contains notes I took when using diverse tools and reading IT-related articles, over the last 10 years.
It should give a good idea of what I can work with, although it is primarly intended for my own usage.
This includes notably:
- _[Languages](Languages)_: [JavaScript](Languages/JavaScript) (including [Node](Languages/JavaScript/Node), [Deno](Languages/JavaScript/Deno), [DOM](Platforms/Browser/DOM), [Web APIs](Platforms/Browser/DOM)), [TypeScript](Languages/Static_analysis/Type_checking/TypeScript/Core/typescript.language.txt), [HTML](Data/Markup/HTML), [CSS](Design/CSS), [Go](Languages/Go), [PHP](Languages/PHP), [Bash](To_sort/Bash_Unix/Bash/bash.txt) and [Unix commands](Platforms/Terminal/Unix_commands), [SQL](Data/Data_types/Relations), [C](Languages/C), [C++](Languages/C++), [ASM x86](Languages/x86), [R](Languages/R), [VBA](Languages/VBA)
- _Transcompiled languages_: [Flow](Languages/Static_analysis/Type_checking/flow.language.txt), [CoffeeScript](Languages/CoffeeScript/coffeescript.language.txt), [Jade/Pug](Data/Markup/HTML/Transpiler/jade.language.txt), [Sass](Languages/Language_processing/Post_processing/CSS/sass.language.txt), [Less](Languages/Language_processing/Post_processing/CSS/less.language.txt), [PostCSS](Languages/Language_processing/Post_processing/CSS/postcss.language.txt), [Markdown](Data/Markup/Markdown)
- _[Architecture](Architecture)_: [design patterns](Architecture/Code_design), [algorithms](Architecture/Code_design/Algorithms), [type theory](Architecture/Code_design/Types), [requirements analysis](Architecture/Code_design/Requirements), [dependencies](Architecture/Dependencies), [compatibility/versioning](Architecture/Dependencies/Compatibility), [async programming](Architecture/Performance/Async), [streaming](Architecture/Performance/Async/Streams), [functional programming](Architecture/Functional), [metaprogramming](Languages/Metaprogramming), [parsing theory](Languages/Metaprogramming/Parsing)
- _[Networking](Networking)_: [HTTP](RPC/Inter_process/HTTP), [RPC](RPC) (including [REST](RPC/Inter_process/Interface_definition/IDL/REST), [GraphQL](RPC/Inter_process/Interface_definition/IDL/GraphQL), [gRPC](RPC/Inter_process/Interface_definition/IDL/gRPC)), [realtime](RPC/Realtime) (including [WebSocket](RPC/Realtime/WebSocket)), [TLS](Networking/Networking_protocols/TLS), [TCP](Networking/Networking_protocols/TCP), [IP](Networking/Networking_protocols/IP), [DNS](Networking/Networking_protocols/DNS), [load balancing](Networking/Networking_protocols/Load_balancing), [proxies](Networking/Networking_protocols/Proxy), [inter-process communication](RPC/Inter_process/Inter_process_communication), [identifiers](Data/State/Identifiers), [crawling](RPC/Client/Scraping_crawling), [tasks and messages](RPC/Messages_tasks)
- _Frameworks_: [Node](Languages/JavaScript/Node) (including [Express](RPC/Server/Server_framework/Micro_framework/Minimalist/express.node.txt), [Sails](RPC/Server/Server_framework/MVC/Declarative/sails.express.txt), [Swagger/OpenAPI](RPC/Inter_process/API_specification/Formats/openapi.format.txt)), [React](Languages/JavaScript/JavaScript_frameworks/View/One_way_data_binding/Virtual_DOM/React), [Flux](Languages/JavaScript/State_management/Flux)/[Redux](Languages/JavaScript/State_management/Flux/Redux), [Angular](Languages/JavaScript/JavaScript_frameworks/MVC/Opiniated/angular.javascript.txt), [Backbone](Languages/JavaScript/JavaScript_frameworks/MVC/Minimalistic/Backbone)
- _[Data](Data)_: [Postgres](Data/Data_types/Relations/Database/postgres.database.txt) (including [Supabase](RPC/Server/BaaS/From_database/supabase.saas.txt)), [MongoDB](Data/Data_types/Documents/mongodb.database.txt), [Redis](Data/Data_types/Key_value/Structured/redis.database.txt), [validation](Data/Data_management/Validation), [ORM](Data/Data_management/ORM), [character encoding](Communication/Messaging/MIME), [fake data](Data/Data_management/Fake_data), [offline](Data/Data_types/Offline), [filesystems](Data/Files), [templating](Data/Markup/Templates), [serialization](Data/Serialization) (including [Protobuf](Data/Serialization/Memory_efficient/Protobuf))
- _[Platforms](Platforms)_: [cross-platform/interoperability](Platforms/Interoperability), [mobile](Platforms/Mobile), [Chrome extensions](Platforms/Browser/Browser_extensions/Chrome/Chrome_extensions_apps.javascript.txt), [headless browsers](Platforms/Browser/Headless_browser), [OS kernels theory](Platforms/Desktop/OS), [CLI applications](Platforms/Terminal), [GitHub](Dev_helpers/Coding/Version_control/GitHub) (including [API](Dev_helpers/Coding/Version_control/GitHub/github_api.saas.txt), [apps](Dev_helpers/Coding/Version_control/GitHub/Apps), [actions](DevOps/Deployment/Continuous_integration/Services/github_actions.saas.txt))
- _[Infrastructure](DevOps)_: [AWS](DevOps/Infrastructure/IaaS/AWS/aws_general.aws.txt), [IaC](DevOps/Infrastructure/IaC) (including [CloudFormation](DevOps/Infrastructure/IaC/CloudFormation), [CDK](DevOps/Infrastructure/IaC/CloudFormation/CDK), [Pulumi](DevOps/Infrastructure/IaC/Pulumi)), [serverless](DevOps/Infrastructure/FaaS_serverless) (including [Lambda](DevOps/Infrastructure/FaaS_serverless/IaaS/lambda.aws.txt), [Middy](RPC/Server/Server_framework/Micro_framework/Serverless/AWS_Lambda/middy.node.txt), [SAM](DevOps/Infrastructure/IaC/CloudFormation/SAM), [API Gateway](RPC/Inter_process/API_gateway)), [containers](DevOps/Virtualization/Containers) (including [Docker](DevOps/Virtualization/Containers/Core_abstraction/docker.cli.txt)), [orchestration](DevOps/Supervision/Cluster_orchestration) (including [Step Functions](RPC/Messages_tasks/Orchestration/step_functions.aws.txt), [Kubernetes](DevOps/Supervision/Cluster_orchestration/kubernetes.cli.txt)), [Pub/Sub](RPC/Messages_tasks/PubSub) (including [EventBridge](RPC/Messages_tasks/PubSub/eventbridge_rules.aws.txt), [SNS](RPC/Messages_tasks/PubSub/sns.aws.txt)), [queues](RPC/Messages_tasks/Task_queue) (including [SQS](RPC/Messages_tasks/Task_queue/SQS)), [deployment](DevOps/Deployment/Deployment_general), [continuous integration](DevOps/Deployment/Continuous_integration), [configuration](DevOps/Configuration)
- _[Testing](Dev_helpers/Quality_assurance/Testing)_: [test runners](Dev_helpers/Quality_assurance/Testing/Test_runner), [coverage](Dev_helpers/Quality_assurance/Testing/Coverage), [browser testing](Dev_helpers/Quality_assurance/Testing/Browser_testing), [CSS](Dev_helpers/Quality_assurance/Testing/Visual_testing), [performance](Architecture/Performance/Performance_testing), [stress](Dev_helpers/Quality_assurance/Testing/Stress_testing), [fuzz testing](Dev_helpers/Quality_assurance/Testing/Fuzzy_testing)
- _[User experience](UX)_: [patterns](UX), [design](Design), [internationalization](UX/Text/i18n), [accessibility](UX/Accessibility), [typography](Design/Visual/Typography), [animations](Design/Visual/Animations), [colors](Design/Visual/Colors)
- _[Performance](Architecture/Performance)_: [caching](Architecture/Performance/Caching), [lazy calculation](Architecture/Performance/Lazy_calculation), [pooling](Architecture/Performance/Precalculation/Pooling), [concurrency](Architecture/Performance/Concurrency), [compression](Architecture/Performance/Compression), [minification](Languages/Language_processing/Minification), [memory management](Architecture/Performance/Memory_management)
- _[Security](Architecture/Security)_: [authentication](Architecture/Security/Authentication), [authorization](Architecture/Security/Authorization), [cryptography](Architecture/Security/Cryptography)
- _[Supervision](Dev_helpers/Insights)_: [logging](Dev_helpers/Insights/Logging), [monitoring](Dev_helpers/Insights/Monitoring), [debugging](Dev_helpers/Quality_assurance/Debugging), [analytics](UX/Behavior/Analytics)
- _[Code quality](Dev_helpers)_: [version control](Dev_helpers/Coding/Version_control), [documenting](Dev_helpers/Coding/Documentation), [coding style](Languages/Coding_style), [beautifying](Languages/Language_processing/Beautifiers), [static analysis](Languages/Static_analysis), [linting](Languages/Coding_style/Linting), [source maps](Languages/Metaprogramming/Source_maps)
- _[Automating](Dev_helpers/Automation)_: [build automation](Dev_helpers/Automation/Build_automation), [scaffolding](Dev_helpers/Automation/Scaffolding)
- _[Business](Business)_: [SEO](Business/Promotion/SEO), [Payment](Business/Money/Payment)
- _[Utilities](Types)_: [string manipulation](Types/Strings), [date/time](Types/Date_time)
# Size
Number of files: 1917
Number of lines: 315449
Number of pages (if it were a printed book): 12617
# List of files
## Architecture
### Code design
- __Algorithms__
- __Min max__
- __Heap__
- [deno binary heap (Deno)](Architecture/Code_design/Algorithms/Min_max/Heap/deno_binary_heap.deno.txt)
- [min max (Theory)](Architecture/Code_design/Algorithms/Min_max/min_max.theory.txt)
- __Search__
- __Search tree__
- [deno red black tree (Deno)](Architecture/Code_design/Algorithms/Search/Search_tree/deno_red_black_tree.deno.txt)
- [search tree (Theory)](Architecture/Code_design/Algorithms/Search/Search_tree/search_tree.theory.txt)
- [bidirectional map (Deno)](Architecture/Code_design/Algorithms/Search/bidirectional_map.deno.txt)
- [graph (Theory)](Architecture/Code_design/Algorithms/Search/graph.theory.txt)
- [hash table (Theory)](Architecture/Code_design/Algorithms/Search/hash_table.theory.txt)
- [linked list (Theory)](Architecture/Code_design/Algorithms/Search/linked_list.theory.txt)
- [random access array (Theory)](Architecture/Code_design/Algorithms/Search/random_access_array.theory.txt)
- [searching (Theory)](Architecture/Code_design/Algorithms/Search/searching.theory.txt)
- __Shuffle__
- [shuffle (Deno)](Architecture/Code_design/Algorithms/Shuffle/shuffle.deno.txt)
- [shuffle (Theory)](Architecture/Code_design/Algorithms/Shuffle/shuffle.theory.txt)
- [algorithms (Theory)](Architecture/Code_design/Algorithms/algorithms.theory.txt)
- [information theory (Theory)](Architecture/Code_design/Algorithms/information_theory.theory.txt)
- [merge (Theory)](Architecture/Code_design/Algorithms/merge.theory.txt)
- [shortest path (Theory)](Architecture/Code_design/Algorithms/shortest_path.theory.txt)
- [sorting (Theory)](Architecture/Code_design/Algorithms/sorting.theory.txt)
- __Requirements__
- [abstraction (Theory)](Architecture/Code_design/Requirements/abstraction.theory.txt)
- [compatibility (Theory)](Architecture/Code_design/Requirements/compatibility.theory.txt)
- [extensibility (Theory)](Architecture/Code_design/Requirements/extensibility.theory.txt)
- [flexibility (Theory)](Architecture/Code_design/Requirements/flexibility.theory.txt)
- [interactivity (Theory)](Architecture/Code_design/Requirements/interactivity.theory.txt)
- [interchangeability (Theory)](Architecture/Code_design/Requirements/interchangeability.theory.txt)
- [maintainability (Theory)](Architecture/Code_design/Requirements/maintainability.theory.txt)
- [modularity (Theory)](Architecture/Code_design/Requirements/modularity.theory.txt)
- [requirements (Theory)](Architecture/Code_design/Requirements/requirements.theory.txt)
- [reusability (Theory)](Architecture/Code_design/Requirements/reusability.theory.txt)
- [software rot (Theory)](Architecture/Code_design/Requirements/software_rot.theory.txt)
- [stability (Theory)](Architecture/Code_design/Requirements/stability.theory.txt)
- __Software methodology__
- [domain driven design (Theory)](Architecture/Code_design/Software_methodology/domain_driven_design.theory.txt)
- [general programming (Theory)](Architecture/Code_design/Software_methodology/general_programming.theory.txt)
- __Types__
- __Simple__
- [bit (Theory)](Architecture/Code_design/Types/Simple/bit.theory.txt)
- [boolean (Theory)](Architecture/Code_design/Types/Simple/boolean.theory.txt)
- [character (Theory)](Architecture/Code_design/Types/Simple/character.theory.txt)
- [emptiness (Theory)](Architecture/Code_design/Types/Simple/emptiness.theory.txt)
- [enum (Theory)](Architecture/Code_design/Types/Simple/enum.theory.txt)
- [float fixed point (Theory)](Architecture/Code_design/Types/Simple/float_fixed_point.theory.txt)
- [functions programming (Theory)](Architecture/Code_design/Types/Simple/functions_programming.theory.txt)
- [integers (Theory)](Architecture/Code_design/Types/Simple/integers.theory.txt)
- [pointer references (Theory)](Architecture/Code_design/Types/Simple/pointer_references.theory.txt)
- [aggregate (Theory)](Architecture/Code_design/Types/aggregate.theory.txt)
- [object oriented (Theory)](Architecture/Code_design/Types/object_oriented.theory.txt)
- [polymorphism (Theory)](Architecture/Code_design/Types/polymorphism.theory.txt)
- [types (Theory)](Architecture/Code_design/Types/types.theory.txt)
### Dependencies
- __Compatibility__
- __Deprecation security__
- __Deprecation security__
- [gemnasium (SaaS)](Architecture/Dependencies/Compatibility/Deprecation_security/Deprecation_security/gemnasium.saas.txt)
- __Upgrades automation__
- [dependabot (SaaS)](Architecture/Dependencies/Compatibility/Upgrades_automation/dependabot.saas.txt)
- __Versioning__
- __Changelog__
- __Generation__
- [conventional changelog (Node)](Architecture/Dependencies/Compatibility/Versioning/Changelog/Generation/conventional_changelog.node.txt)
- [headway (SaaS)](Architecture/Dependencies/Compatibility/Versioning/Changelog/Generation/headway.saas.txt)
- [changelog (Theory)](Architecture/Dependencies/Compatibility/Versioning/Changelog/changelog.theory.txt)
- __SemVer__
- [deno semver (Deno)](Architecture/Dependencies/Compatibility/Versioning/SemVer/deno_semver.deno.txt)
- [node\-semver (Node CLI)](Architecture/Dependencies/Compatibility/Versioning/SemVer/node-semver.node_cli.txt)
- [semver\-diff (Node)](Architecture/Dependencies/Compatibility/Versioning/SemVer/semver-diff.node.txt)
- __Version notification__
- [update\-notifier (Node)](Architecture/Dependencies/Compatibility/Versioning/Version_notification/update-notifier.node.txt)
- [versioning (Theory)](Architecture/Dependencies/Compatibility/Versioning/versioning.theory.txt)
- [standards list (Theory)](Architecture/Dependencies/Compatibility/standards_list.theory.txt)
- __Dependency loading__
- __Autoloading__
- [PSR0 PSR4 (PHP)](Architecture/Dependencies/Dependency_loading/Autoloading/PSR0_PSR4.php.txt)
- __Loaders__
- [UMD (JavaScript)](Architecture/Dependencies/Dependency_loading/Loaders/UMD.javascript.txt)
- [browserify (Node CLI)](Architecture/Dependencies/Dependency_loading/Loaders/browserify.node_cli.txt)
- [loader comparison (Summary)](Architecture/Dependencies/Dependency_loading/Loaders/loader_comparison.summary.txt)
- [requirejs (JavaScript)](Architecture/Dependencies/Dependency_loading/Loaders/requirejs.javascript.txt)
- [systemjs (Node CLI)](Architecture/Dependencies/Dependency_loading/Loaders/systemjs.node_cli.txt)
- [webpack (Node CLI)](Architecture/Dependencies/Dependency_loading/Loaders/webpack.node_cli.txt)
- __Dependency manager__
- __CDN__
- [deno land (Deno)](Architecture/Dependencies/Dependency_manager/CDN/deno_land.deno.txt)
- [esm sh (SaaS)](Architecture/Dependencies/Dependency_manager/CDN/esm_sh.saas.txt)
- [jsr (Deno)](Architecture/Dependencies/Dependency_manager/CDN/jsr.deno.txt)
- __Client__
- [bower (Node CLI)](Architecture/Dependencies/Dependency_manager/Client/bower.node_cli.txt)
- [corepack (Node)](Architecture/Dependencies/Dependency_manager/Client/corepack.node.txt)
- __npm__
- [global\-directory (Node)](Architecture/Dependencies/Dependency_manager/Client/npm/global-directory.node.txt)
- [normalize\-package\-data (Node)](Architecture/Dependencies/Dependency_manager/Client/npm/normalize-package-data.node.txt)
- [npm (Node CLI)](Architecture/Dependencies/Dependency_manager/Client/npm/npm.node_cli.txt)
- [npx (CLI)](Architecture/Dependencies/Dependency_manager/Client/npm/npx.cli.txt)
- [read\-package\-up (Node)](Architecture/Dependencies/Dependency_manager/Client/npm/read-package-up.node.txt)
- [read\-pkg (Node)](Architecture/Dependencies/Dependency_manager/Client/npm/read-pkg.node.txt)
- [write\-package (Node)](Architecture/Dependencies/Dependency_manager/Client/npm/write-package.node.txt)
- __Publish__
- [np (Node)](Architecture/Dependencies/Dependency_manager/Publish/np.node.txt)
- [publish\-please (Node)](Architecture/Dependencies/Dependency_manager/Publish/publish-please.node.txt)
- [release\-it (Node)](Architecture/Dependencies/Dependency_manager/Publish/release-it.node.txt)
- [release\-please (Node)](Architecture/Dependencies/Dependency_manager/Publish/release-please.node.txt)
- __Search__
- [pkg go dev (SaaS)](Architecture/Dependencies/Dependency_manager/Search/pkg_go_dev.saas.txt)
- __Packaging__
- __Binary OS packages__
- [deno compile (Deno)](Architecture/Dependencies/Packaging/Binary_OS_packages/deno_compile.deno.txt)
- __OS packages__
- [deb packaging (Theory)](Architecture/Dependencies/Packaging/OS_packages/deb_packaging.theory.txt)
- __Runtime manager__
- __Deno__
- [dvm (Deno)](Architecture/Dependencies/Runtime_manager/Deno/dvm.deno.txt)
- __Node__
- [n (Node)](Architecture/Dependencies/Runtime_manager/Node/n.node.txt)
- [nvm (Node)](Architecture/Dependencies/Runtime_manager/Node/nvm.node.txt)
### Functional
- __Functors__
- [mimic\-function (Node)](Architecture/Functional/Functors/mimic-function.node.txt)
- [node\-function\-name (Node)](Architecture/Functional/Functors/node-function-name.node.txt)
- [rename\-fn (Node)](Architecture/Functional/Functors/rename-fn.node.txt)
- __Immutable__
- [immutable (JavaScript)](Architecture/Functional/Immutable/immutable.javascript.txt)
- __Utilities__
- __Cartesian product__
- [deno permutation (Deno)](Architecture/Functional/Utilities/Cartesian_product/deno_permutation.deno.txt)
- __Clone__
- [clone (Node)](Architecture/Functional/Utilities/Clone/clone.node.txt)
- __Equal__
- [deep equal (Node)](Architecture/Functional/Utilities/Equal/deep_equal.node.txt)
- [fast\-deep\-equal (Node)](Architecture/Functional/Utilities/Equal/fast-deep-equal.node.txt)
- [fast\-equals (Node)](Architecture/Functional/Utilities/Equal/fast-equals.node.txt)
- __Filter arrays__
- [deno map non nullish (Deno)](Architecture/Functional/Utilities/Filter_arrays/deno_map_non_nullish.deno.txt)
- __Filter objects__
- [deno filter (Deno)](Architecture/Functional/Utilities/Filter_objects/deno_filter.deno.txt)
- [deno omit pick (Deno)](Architecture/Functional/Utilities/Filter_objects/deno_omit_pick.deno.txt)
- [filter\-obj (Node)](Architecture/Functional/Utilities/Filter_objects/filter-obj.node.txt)
- [json\-mask (Node)](Architecture/Functional/Utilities/Filter_objects/json-mask.node.txt)
- [omit.js (Node)](Architecture/Functional/Utilities/Filter_objects/omit.js.node.txt)
- __Find__
- [deno find (Deno)](Architecture/Functional/Utilities/Find/deno_find.deno.txt)
- __Get__
- [dot\-prop (Node)](Architecture/Functional/Utilities/Get/dot-prop.node.txt)
- [get\-value (Node)](Architecture/Functional/Utilities/Get/get-value.node.txt)
- [object\-path (JavaScript)](Architecture/Functional/Utilities/Get/object-path.javascript.txt)
- [safe\-get\-prop (Node)](Architecture/Functional/Utilities/Get/safe-get-prop.node.txt)
- __Group__
- [deno group (Deno)](Architecture/Functional/Utilities/Group/deno_group.deno.txt)
- __Invert__
- [deno invert (Deno)](Architecture/Functional/Utilities/Invert/deno_invert.deno.txt)
- __Join__
- [deno join to string (Deno)](Architecture/Functional/Utilities/Join/deno_join_to_string.deno.txt)
- __Map objects__
- [deno map (Deno)](Architecture/Functional/Utilities/Map_objects/deno_map.deno.txt)
- [map\-obj (JavaScript)](Architecture/Functional/Utilities/Map_objects/map-obj.javascript.txt)
- __Merge__
- [deep\-merge (Node)](Architecture/Functional/Utilities/Merge/deep-merge.node.txt)
- [deepmerge (Node)](Architecture/Functional/Utilities/Merge/deepmerge.node.txt)
- [deno deep merge (Deno)](Architecture/Functional/Utilities/Merge/deno_deep_merge.deno.txt)
- [merge\-deep (Node)](Architecture/Functional/Utilities/Merge/merge-deep.node.txt)
- __Once__
- [once (Node)](Architecture/Functional/Utilities/Once/once.node.txt)
- [onetime (Node)](Architecture/Functional/Utilities/Once/onetime.node.txt)
- __Partition__
- [deno partition (Deno)](Architecture/Functional/Utilities/Partition/deno_partition.deno.txt)
- __Reduce__
- [deno reduce (Deno)](Architecture/Functional/Utilities/Reduce/deno_reduce.deno.txt)
- __Set operation__
- [deno set operation (Deno)](Architecture/Functional/Utilities/Set_operation/deno_set_operation.deno.txt)
- __Slice__
- [deno take drop (Deno)](Architecture/Functional/Utilities/Slice/deno_take_drop.deno.txt)
- __Sort min max__
- [deno sort min max (Deno)](Architecture/Functional/Utilities/Sort_min_max/deno_sort_min_max.deno.txt)
- [sort\-on (Node)](Architecture/Functional/Utilities/Sort_min_max/sort-on.node.txt)
- __Sum__
- __Unique__
- [deno distinct (Deno)](Architecture/Functional/Utilities/Unique/deno_distinct.deno.txt)
- __Zip__
- [deno zip (Deno)](Architecture/Functional/Utilities/Zip/deno_zip.deno.txt)
- [deno sum (Deno)](Architecture/Functional/Utilities/deno_sum.deno.txt)
- [recompose (React)](Architecture/Functional/Utilities/recompose.react.txt)
- [reselect (Node)](Architecture/Functional/Utilities/reselect.node.txt)
- [underscore lodash immutable (JavaScript)](Architecture/Functional/Utilities/underscore_lodash_immutable.javascript.txt)
### Performance
- __Async__
- __Abstraction__
- [async\-done (Node)](Architecture/Performance/Async/Abstraction/async-done.node.txt)
- __Callbacks__
- [async (JavaScript)](Architecture/Performance/Async/Callbacks/async.javascript.txt)
- [bach (Node)](Architecture/Performance/Async/Callbacks/bach.node.txt)
- [now\-and\-later (Node)](Architecture/Performance/Async/Callbacks/now-and-later.node.txt)
- __Debugging__
- [why\-is\-node\-running (Node)](Architecture/Performance/Async/Debugging/why-is-node-running.node.txt)
- __Events__
- [eventemitter2 (JavaScript)](Architecture/Performance/Async/Events/eventemitter2.javascript.txt)
- [p\-event (Node)](Architecture/Performance/Async/Events/p-event.node.txt)
- [propagate (Node)](Architecture/Performance/Async/Events/propagate.node.txt)
- __General framework__
- __Iterators__
- [async\-iterator\-all (Node)](Architecture/Performance/Async/Iterators/async-iterator-all.node.txt)
- __Promises__
- __Cancel__
- [deno abort (Deno)](Architecture/Performance/Async/Promises/Cancel/deno_abort.deno.txt)
- [p\-cancelable (Node)](Architecture/Performance/Async/Promises/Cancel/p-cancelable.node.txt)
- __Detect__
- [is\-promise (Node)](Architecture/Performance/Async/Promises/Detect/is-promise.node.txt)
- [p\-is\-promise (Node)](Architecture/Performance/Async/Promises/Detect/p-is-promise.node.txt)
- __Errors__
- [p\-finally (Node)](Architecture/Performance/Async/Promises/Errors/p-finally.node.txt)
- [p\-reflect (Node)](Architecture/Performance/Async/Promises/Errors/p-reflect.node.txt)
- [p\-settle (Node)](Architecture/Performance/Async/Promises/Errors/p-settle.node.txt)
- __Filter__
- [p\-filter (Node)](Architecture/Performance/Async/Promises/Filter/p-filter.node.txt)
- __Find__
- [p\-locate (Node)](Architecture/Performance/Async/Promises/Find/p-locate.node.txt)
- __Helpers__
- [bluebird (JavaScript)](Architecture/Performance/Async/Promises/Helpers/bluebird.javascript.txt)
- [q (JavaScript)](Architecture/Performance/Async/Promises/Helpers/q.javascript.txt)
- __Map__
- [deno pooled map (Deno)](Architecture/Performance/Async/Promises/Map/deno_pooled_map.deno.txt)
- [p\-all (Node)](Architecture/Performance/Async/Promises/Map/p-all.node.txt)
- [p\-map\-series (Node)](Architecture/Performance/Async/Promises/Map/p-map-series.node.txt)
- [p\-map (Node)](Architecture/Performance/Async/Promises/Map/p-map.node.txt)
- [p\-props (Node)](Architecture/Performance/Async/Promises/Map/p-props.node.txt)
- [p\-times (Node)](Architecture/Performance/Async/Promises/Map/p-times.node.txt)
- __Merge__
- [deno mux async iterator (Deno)](Architecture/Performance/Async/Promises/Merge/deno_mux_async_iterator.deno.txt)
- __Normalize__
- [p\-try (Node)](Architecture/Performance/Async/Promises/Normalize/p-try.node.txt)
- __Reduce__
- [p\-reduce (Node)](Architecture/Performance/Async/Promises/Reduce/p-reduce.node.txt)
- [p\-waterfall (Node)](Architecture/Performance/Async/Promises/Reduce/p-waterfall.node.txt)
- __Split__
- [deno tee (Deno)](Architecture/Performance/Async/Promises/Split/deno_tee.deno.txt)
- __Test__
- [p\-every (Node)](Architecture/Performance/Async/Promises/Test/p-every.node.txt)
- [p\-one (Node)](Architecture/Performance/Async/Promises/Test/p-one.node.txt)
- __Timeout__
- [deno delay (Deno)](Architecture/Performance/Async/Promises/Timeout/deno_delay.deno.txt)
- __Retry__
- [deno retry (Deno)](Architecture/Performance/Async/Retry/deno_retry.deno.txt)
- __Signals__
- [signal\-exit (Node)](Architecture/Performance/Async/Signals/signal-exit.node.txt)
- [signal handler (C)](Architecture/Performance/Async/Signals/signal_handler.c.txt)
- __Streams__
- __Combine__
- [deno stream combine (Deno)](Architecture/Performance/Async/Streams/Combine/deno_stream_combine.deno.txt)
- [merge\-streams (Node)](Architecture/Performance/Async/Streams/Combine/merge-streams.node.txt)
- __Create__
- [deno streams create (Deno)](Architecture/Performance/Async/Streams/Create/deno_streams_create.deno.txt)
- [from (Node)](Architecture/Performance/Async/Streams/Create/from.node.txt)
- __Detect__
- [is\-stream (Node)](Architecture/Performance/Async/Streams/Detect/is-stream.node.txt)
- __Errors__
- [pump (Node)](Architecture/Performance/Async/Streams/Errors/pump.node.txt)
- __JSON__
- [concatenated json (Format)](Architecture/Performance/Async/Streams/JSON/concatenated_json.format.txt)
- [deno json sequence (Deno)](Architecture/Performance/Async/Streams/JSON/deno_json_sequence.deno.txt)
- [json sequence (Format)](Architecture/Performance/Async/Streams/JSON/json_sequence.format.txt)
- [json text sequence (Format)](Architecture/Performance/Async/Streams/JSON/json_text_sequence.format.txt)
- [jsonlines (Format)](Architecture/Performance/Async/Streams/JSON/jsonlines.format.txt)
- [ndjson (Format)](Architecture/Performance/Async/Streams/JSON/ndjson.format.txt)
- [ndjson (Node CLI)](Architecture/Performance/Async/Streams/JSON/ndjson.node_cli.txt)
- __Mapping__
- [concurrent\-transform (Node)](Architecture/Performance/Async/Streams/Mapping/concurrent-transform.node.txt)
- [deno stream map (Deno)](Architecture/Performance/Async/Streams/Mapping/deno_stream_map.deno.txt)
- [parallel\-transform (Node)](Architecture/Performance/Async/Streams/Mapping/parallel-transform.node.txt)
- [rapid\-stream (Node)](Architecture/Performance/Async/Streams/Mapping/rapid-stream.node.txt)
- [through (Node)](Architecture/Performance/Async/Streams/Mapping/through.node.txt)
- [through2\-concurrent (Node)](Architecture/Performance/Async/Streams/Mapping/through2-concurrent.node.txt)
- [through2 (Node)](Architecture/Performance/Async/Streams/Mapping/through2.node.txt)
- [throughv (Node)](Architecture/Performance/Async/Streams/Mapping/throughv.node.txt)
- __Slice__
- [deno stream slice (Deno)](Architecture/Performance/Async/Streams/Slice/deno_stream_slice.deno.txt)
- __Split__
- [deno stream split (Deno)](Architecture/Performance/Async/Streams/Split/deno_stream_split.deno.txt)
- __Waiting__
- [end\-of\-stream (Node)](Architecture/Performance/Async/Streams/Waiting/end-of-stream.node.txt)
- [get\-stdin (Node)](Architecture/Performance/Async/Streams/Waiting/get-stdin.node.txt)
- [get\-stream (Node)](Architecture/Performance/Async/Streams/Waiting/get-stream.node.txt)
- [on\-finished (Node)](Architecture/Performance/Async/Streams/Waiting/on-finished.node.txt)
- [raw\-body (Node)](Architecture/Performance/Async/Streams/Waiting/raw-body.node.txt)
- [stream\-to\-array (Node)](Architecture/Performance/Async/Streams/Waiting/stream-to-array.node.txt)
- [stream\-to\-promise (Node)](Architecture/Performance/Async/Streams/Waiting/stream-to-promise.node.txt)
- [event\-stream (Node)](Architecture/Performance/Async/Streams/event-stream.node.txt)
- __Caching__
- __Fingerprints__
- [versionator (Express)](Architecture/Performance/Caching/Fingerprints/versionator.express.txt)
- __HTTP__
- __Conditional__
- [cacheable\-request (Node)](Architecture/Performance/Caching/HTTP/Conditional/cacheable-request.node.txt)
- [deno etag (Deno)](Architecture/Performance/Caching/HTTP/Conditional/deno_etag.deno.txt)
- [etag (Node)](Architecture/Performance/Caching/HTTP/Conditional/etag.node.txt)
- [fresh (Node)](Architecture/Performance/Caching/HTTP/Conditional/fresh.node.txt)
- [http\-cache\-semantics (Node)](Architecture/Performance/Caching/HTTP/Conditional/http-cache-semantics.node.txt)
- __Vary__
- [vary (Node)](Architecture/Performance/Caching/HTTP/Vary/vary.node.txt)
- __LRU__
- [deno lru (Deno)](Architecture/Performance/Caching/LRU/deno_lru.deno.txt)
- [flru (JavaScript)](Architecture/Performance/Caching/LRU/flru.javascript.txt)
- [lru\-cache (Node)](Architecture/Performance/Caching/LRU/lru-cache.node.txt)
- [quick\-lru (JavaScript)](Architecture/Performance/Caching/LRU/quick-lru.javascript.txt)
- [tiny\-lru (JavaScript)](Architecture/Performance/Caching/LRU/tiny-lru.javascript.txt)
- __Memoization__
- __Distributed__
- [powertools lambda idempotency (Node)](Architecture/Performance/Caching/Memoization/Distributed/powertools_lambda_idempotency.node.txt)
- __Process__
- [deno memoize (Deno)](Architecture/Performance/Caching/Memoization/Process/deno_memoize.deno.txt)
- [fast\-memoize (JavaScript)](Architecture/Performance/Caching/Memoization/Process/fast-memoize.javascript.txt)
- [memoize\-one (Node)](Architecture/Performance/Caching/Memoization/Process/memoize-one.node.txt)
- [memoize (JavaScript)](Architecture/Performance/Caching/Memoization/Process/memoize.javascript.txt)
- [micro\-memoize (JavaScript)](Architecture/Performance/Caching/Memoization/Process/micro-memoize.javascript.txt)
- [moize (JavaScript)](Architecture/Performance/Caching/Memoization/Process/moize.javascript.txt)
- [caching (Theory)](Architecture/Performance/Caching/caching.theory.txt)
- __Compression__
- __HTTP__
- [compressible (Node)](Architecture/Performance/Compression/HTTP/compressible.node.txt)
- [compression (Express)](Architecture/Performance/Compression/HTTP/compression.express.txt)
- [decompress\-response (Node)](Architecture/Performance/Compression/HTTP/decompress-response.node.txt)
- [middy http content encoding (Middy)](Architecture/Performance/Compression/HTTP/middy_http_content_encoding.middy.txt)
- __Protocols__
- __Brotli__
- [brotli.js (Node)](Architecture/Performance/Compression/Protocols/Brotli/brotli.js.node.txt)
- [iltorb (Node)](Architecture/Performance/Compression/Protocols/Brotli/iltorb.node.txt)
- __Gzip__
- [gulp\-gzip (Gulp)](Architecture/Performance/Compression/Protocols/Gzip/gulp-gzip.gulp.txt)
- __LZMA__
- [decompress\-tarxz (Node)](Architecture/Performance/Compression/Protocols/LZMA/decompress-tarxz.node.txt)
- [js\-lzma (JavaScript)](Architecture/Performance/Compression/Protocols/LZMA/js-lzma.javascript.txt)
- [libarchivejs (JavaScript)](Architecture/Performance/Compression/Protocols/LZMA/libarchivejs.javascript.txt)
- [lzma\-js (JavaScript)](Architecture/Performance/Compression/Protocols/LZMA/lzma-js.javascript.txt)
- [lzma\-native (Node)](Architecture/Performance/Compression/Protocols/LZMA/lzma-native.node.txt)
- [lzmajs (JavaScript)](Architecture/Performance/Compression/Protocols/LZMA/lzmajs.javascript.txt)
- [node\-xz (Node)](Architecture/Performance/Compression/Protocols/LZMA/node-xz.node.txt)
- __zpaq__
- [libzpaq (C++)](Architecture/Performance/Compression/Protocols/zpaq/libzpaq.c%2B%2B.txt)
- __Types__
- __Varint__
- [varint (Deno)](Architecture/Performance/Compression/Types/Varint/varint.deno.txt)
- [varint (Theory)](Architecture/Performance/Compression/Types/Varint/varint.theory.txt)
- [compression (Theory)](Architecture/Performance/Compression/compression.theory.txt)
- [compression algos (Theory)](Architecture/Performance/Compression/compression_algos.theory.txt)
- __Concurrency__
- __Debugging__
- [go concurrency debugging (CLI)](Architecture/Performance/Concurrency/Debugging/go_concurrency_debugging.cli.txt)
- __Locks__
- [deno flocks (Deno)](Architecture/Performance/Concurrency/Locks/deno_flocks.deno.txt)
- [concurrency (Theory)](Architecture/Performance/Concurrency/concurrency.theory.txt)
- __Lazy calculation__
- __Lazy loading__
- __HTML images__
- [jquery.lazyload (jQuery)](Architecture/Performance/Lazy_calculation/Lazy_loading/HTML_images/jquery.lazyload.jquery.txt)
- __Infinite scrolling__
- [nginfinitescroll (Angular)](Architecture/Performance/Lazy_calculation/Lazy_loading/Infinite_scrolling/nginfinitescroll.angular.txt)
- __Pagination__
- [express\-paginate (Express)](Architecture/Performance/Lazy_calculation/Lazy_loading/Pagination/express-paginate.express.txt)
- [jquery\-bootstrap\-pagination (Bootstrap)](Architecture/Performance/Lazy_calculation/Lazy_loading/Pagination/jquery-bootstrap-pagination.bootstrap.txt)
- __Limiting__
- __Concurrency__
- [p\-limit (Node)](Architecture/Performance/Limiting/Concurrency/p-limit.node.txt)
- __Debounce__
- [debounce\-fn (Node)](Architecture/Performance/Limiting/Debounce/debounce-fn.node.txt)
- [deno debounce (Deno)](Architecture/Performance/Limiting/Debounce/deno_debounce.deno.txt)
- [p\-debounce (Node)](Architecture/Performance/Limiting/Debounce/p-debounce.node.txt)
- __Throttle__
- __Rate limiting__
- [express\-rate\-limit (Node)](Architecture/Performance/Limiting/Throttle/Rate_limiting/express-rate-limit.node.txt)
- [token bucket (Theory)](Architecture/Performance/Limiting/Throttle/Rate_limiting/token_bucket.theory.txt)
- __Utilities__
- [deno throttle (Deno)](Architecture/Performance/Limiting/Throttle/Utilities/deno_throttle.deno.txt)
- [p\-throttle (Node)](Architecture/Performance/Limiting/Throttle/Utilities/p-throttle.node.txt)
- __Timeout__
- __Server__
- [connect\-timeout (Express)](Architecture/Performance/Limiting/Timeout/Server/connect-timeout.express.txt)
- [toobusy (Node)](Architecture/Performance/Limiting/Timeout/Server/toobusy.node.txt)
- [delay (Node)](Architecture/Performance/Limiting/Timeout/delay.node.txt)
- [p\-timeout (Node)](Architecture/Performance/Limiting/Timeout/p-timeout.node.txt)
- __Memory management__
- [garbage collection (Theory)](Architecture/Performance/Memory_management/garbage_collection.theory.txt)
- [memory management (Theory)](Architecture/Performance/Memory_management/memory_management.theory.txt)
- [virtual memory (Theory)](Architecture/Performance/Memory_management/virtual_memory.theory.txt)
- __Parallelism__
- [parallellism (Theory)](Architecture/Performance/Parallelism/parallellism.theory.txt)
- __Performance analytics__
- __Client side__
- [phantomas (Node CLI)](Architecture/Performance/Performance_analytics/Client_side/phantomas.node_cli.txt)
- [response\-time (Express)](Architecture/Performance/Performance_analytics/Client_side/response-time.express.txt)
- __Performance debugging__
- __Flame graphs__
- [davidmarkclements 0x (Node)](Architecture/Performance/Performance_debugging/Flame_graphs/davidmarkclements_0x.node.txt)
- [flamegraph (Node)](Architecture/Performance/Performance_debugging/Flame_graphs/flamegraph.node.txt)
- [stackvis (Node)](Architecture/Performance/Performance_debugging/Flame_graphs/stackvis.node.txt)
- __Profiling__
- [go profiling (CLI)](Architecture/Performance/Performance_debugging/Profiling/go_profiling.cli.txt)
- __Performance testing__
- __Benchmark__
- [benchmark.js (JavaScript)](Architecture/Performance/Performance_testing/Benchmark/benchmark.js.javascript.txt)
- [benchmarkjs (JavaScript)](Architecture/Performance/Performance_testing/Benchmark/benchmarkjs.javascript.txt)
- [deno bench (Deno)](Architecture/Performance/Performance_testing/Benchmark/deno_bench.deno.txt)
- [go test bench (CLI)](Architecture/Performance/Performance_testing/Benchmark/go_test_bench.cli.txt)
- [matcha (JavaScript)](Architecture/Performance/Performance_testing/Benchmark/matcha.javascript.txt)
- [nanobench (JavaScript)](Architecture/Performance/Performance_testing/Benchmark/nanobench.javascript.txt)
- [speedracergg (JavaScript)](Architecture/Performance/Performance_testing/Benchmark/speedracergg.javascript.txt)
- [wedgetail (JavaScript)](Architecture/Performance/Performance_testing/Benchmark/wedgetail.javascript.txt)
- __Duration timing__
- [hirestime (JavaScript)](Architecture/Performance/Performance_testing/Duration_timing/hirestime.javascript.txt)
- [marky (JavaScript)](Architecture/Performance/Performance_testing/Duration_timing/marky.javascript.txt)
- [nanotimer (JavaScript)](Architecture/Performance/Performance_testing/Duration_timing/nanotimer.javascript.txt)
- [perfy (JavaScript)](Architecture/Performance/Performance_testing/Duration_timing/perfy.javascript.txt)
- __Load testing__
- [tsung (CLI)](Architecture/Performance/Performance_testing/Load_testing/tsung.cli.txt)
- __Now__
- [browser\-process\-hrtime (JavaScript)](Architecture/Performance/Performance_testing/Now/browser-process-hrtime.javascript.txt)
- [perfnow.js (JavaScript)](Architecture/Performance/Performance_testing/Now/perfnow.js.javascript.txt)
- [performance\-now (JavaScript)](Architecture/Performance/Performance_testing/Now/performance-now.javascript.txt)
- __Stopwatch__
- [easytimer (JavaScript)](Architecture/Performance/Performance_testing/Stopwatch/easytimer.javascript.txt)
- [pauseable.js (JavaScript)](Architecture/Performance/Performance_testing/Stopwatch/pauseable.js.javascript.txt)
- [timer\-stopwatch (JavaScript)](Architecture/Performance/Performance_testing/Stopwatch/timer-stopwatch.javascript.txt)
- [timer.js (JavaScript)](Architecture/Performance/Performance_testing/Stopwatch/timer.js.javascript.txt)
- __Precalculation__
- __Pooling__
- [generic\-pool (Node)](Architecture/Performance/Precalculation/Pooling/generic-pool.node.txt)
- [precalculation (Theory)](Architecture/Performance/Precalculation/precalculation.theory.txt)
- [cpu optimization (Theory)](Architecture/Performance/cpu_optimization.theory.txt)
- [performance (Theory)](Architecture/Performance/performance.theory.txt)
### Security
- __Authentication__
- __Common websites__
- [cognito (AWS)](Architecture/Security/Authentication/Common_websites/cognito.aws.txt)
- __Framework__
- [passport (Express)](Architecture/Security/Authentication/Framework/passport.express.txt)
- __HTTP__
- [basic\-auth (JavaScript)](Architecture/Security/Authentication/HTTP/basic-auth.javascript.txt)
- [web authentication (HTTP)](Architecture/Security/Authentication/HTTP/web_authentication.http.txt)
- __JWT__
- [jws (Node)](Architecture/Security/Authentication/JWT/jws.node.txt)
- [jwt (Format)](Architecture/Security/Authentication/JWT/jwt.format.txt)
- [pgjwt (Postgres)](Architecture/Security/Authentication/JWT/pgjwt.postgres.txt)
- __Authorization__
- __Framework__
- [IAM (AWS)](Architecture/Security/Authorization/Framework/IAM.aws.txt)
- [STS (AWS)](Architecture/Security/Authorization/Framework/STS.aws.txt)
- [connect\-roles (Express)](Architecture/Security/Authorization/Framework/connect-roles.express.txt)
- __OAuth__
- __Client__
- [oauth js (JavaScript)](Architecture/Security/Authorization/OAuth/Client/oauth_js.javascript.txt)
- __Server__
- [oauth2orize (Node)](Architecture/Security/Authorization/OAuth/Server/oauth2orize.node.txt)
- [passport\-oauth2 (Express)](Architecture/Security/Authorization/OAuth/Server/passport-oauth2.express.txt)
- [oauth (Protocol)](Architecture/Security/Authorization/OAuth/oauth.protocol.txt)
- [authorization (Theory)](Architecture/Security/Authorization/authorization.theory.txt)
- __Cryptography__
- __Algorithm__
- __General__
- __Hash__
- [hash function (Theory)](Architecture/Security/Cryptography/Algorithm/General/Hash/hash_function.theory.txt)
- [pwd (Node)](Architecture/Security/Cryptography/Algorithm/General/Hash/pwd.node.txt)
- [block ciphers (Theory)](Architecture/Security/Cryptography/Algorithm/General/block_ciphers.theory.txt)
- [crypto padding (Theory)](Architecture/Security/Cryptography/Algorithm/General/crypto_padding.theory.txt)
- [mac digital signature (Theory)](Architecture/Security/Cryptography/Algorithm/General/mac_digital_signature.theory.txt)
- [stream ciphers (Theory)](Architecture/Security/Cryptography/Algorithm/General/stream_ciphers.theory.txt)
- __Specific__
- [algo mac (Theory)](Architecture/Security/Cryptography/Algorithm/Specific/algo_mac.theory.txt)
- [algos classiques (Theory)](Architecture/Security/Cryptography/Algorithm/Specific/algos_classiques.theory.txt)
- __Certifications__
- [certifications (Theory)](Architecture/Security/Cryptography/Certifications/certifications.theory.txt)
- __Checksum__
- [luhn (Format)](Architecture/Security/Cryptography/Checksum/luhn.format.txt)
- __Cryptanalyse__
- __Brute force__
- [express\-brute (Express)](Architecture/Security/Cryptography/Cryptanalyse/Brute_force/express-brute.express.txt)
- [crypta attacks (Theory)](Architecture/Security/Cryptography/Cryptanalyse/crypta_attacks.theory.txt)
- [crypta classique attacks (Theory)](Architecture/Security/Cryptography/Cryptanalyse/crypta_classique_attacks.theory.txt)
- [cryptanalyse (Theory)](Architecture/Security/Cryptography/Cryptanalyse/cryptanalyse.theory.txt)
- __Database__
- [vault (Postgres)](Architecture/Security/Cryptography/Database/vault.postgres.txt)
- __Email__
- [openPGP (GUI)](Architecture/Security/Cryptography/Email/openPGP.gui.txt)
- __History__
- [histoire crypto (Theory)](Architecture/Security/Cryptography/History/histoire_crypto.theory.txt)
- __Key__
- [crypto key (Format)](Architecture/Security/Cryptography/Key/crypto_key.format.txt)
- [keygrip (Node)](Architecture/Security/Cryptography/Key/keygrip.node.txt)
- __Legal__
- [crypto laws (Theory)](Architecture/Security/Cryptography/Legal/crypto_laws.theory.txt)
- __Random__
- [interval random (Deno)](Architecture/Security/Cryptography/Random/interval_random.deno.txt)
- [pgc32 (Deno)](Architecture/Security/Cryptography/Random/pgc32.deno.txt)
- [random (Theory)](Architecture/Security/Cryptography/Random/random.theory.txt)
- __Theory__
- [asymetric crypto (Theory)](Architecture/Security/Cryptography/Theory/asymetric_crypto.theory.txt)
- [authentication (Theory)](Architecture/Security/Cryptography/Theory/authentication.theory.txt)
- [crypto general (Theory)](Architecture/Security/Cryptography/Theory/crypto_general.theory.txt)
- [crypto goals (Theory)](Architecture/Security/Cryptography/Theory/crypto_goals.theory.txt)
- [crypto hardware (Theory)](Architecture/Security/Cryptography/Theory/crypto_hardware.theory.txt)
- [crypto systems (Theory)](Architecture/Security/Cryptography/Theory/crypto_systems.theory.txt)
- [information security (Theory)](Architecture/Security/Cryptography/Theory/information_security.theory.txt)
- __Privacy__
- __Fingerprinting__
- [fingerprinting (Theory)](Architecture/Security/Privacy/Fingerprinting/fingerprinting.theory.txt)
- __Referrer__
- [referrer (Theory)](Architecture/Security/Privacy/Referrer/referrer.theory.txt)
- [tracking (Theory)](Architecture/Security/Privacy/tracking.theory.txt)
- __Security general__
- __Injection__
- __XSS__
- __CSP__
- [CSP (Theory)](Architecture/Security/Security_general/Injection/XSS/CSP/CSP.theory.txt)
- __Sanitize__
- __HTML__
- [deno escape (Deno)](Architecture/Security/Security_general/Injection/XSS/Sanitize/HTML/deno_escape.deno.txt)
- [xss (Theory)](Architecture/Security/Security_general/Injection/XSS/xss.theory.txt)
- [injection (Theory)](Architecture/Security/Security_general/Injection/injection.theory.txt)
- __Isolation__
- __Origins__
- __CORS__
- [cors (Express)](Architecture/Security/Security_general/Isolation/Origins/CORS/cors.express.txt)
- [cors (Theory)](Architecture/Security/Security_general/Isolation/Origins/CORS/cors.theory.txt)
- [middy cors (Middy)](Architecture/Security/Security_general/Isolation/Origins/CORS/middy_cors.middy.txt)
- __CSRF__
- [csrf (Theory)](Architecture/Security/Security_general/Isolation/Origins/CSRF/csrf.theory.txt)
- [csurf (Express)](Architecture/Security/Security_general/Isolation/Origins/CSRF/csurf.express.txt)
- [clickjacking (Theory)](Architecture/Security/Security_general/Isolation/Origins/clickjacking.theory.txt)
- [corp (Theory)](Architecture/Security/Security_general/Isolation/Origins/corp.theory.txt)
- [same origin policy (Theory)](Architecture/Security/Security_general/Isolation/Origins/same_origin_policy.theory.txt)
- [window opener (Theory)](Architecture/Security/Security_general/Isolation/Origins/window_opener.theory.txt)
- __Process__
- [web process isolation (Theory)](Architecture/Security/Security_general/Isolation/Process/web_process_isolation.theory.txt)
- __Permissions__
- [web permissions (Theory)](Architecture/Security/Security_general/Permissions/web_permissions.theory.txt)
- __Sniffing__
- [sniffing (Theory)](Architecture/Security/Security_general/Sniffing/sniffing.theory.txt)
- __Web__
- [helmet (Express)](Architecture/Security/Security_general/Web/helmet.express.txt)
- [middy\-security\-headers (Middy)](Architecture/Security/Security_general/Web/middy-security-headers.middy.txt)
- [web security (Theory)](Architecture/Security/Security_general/Web/web_security.theory.txt)
- [normalization security (Theory)](Architecture/Security/Security_general/normalization_security.theory.txt)
- __Steganography__
- [steganography (Theory)](Architecture/Security/Steganography/steganography.theory.txt)
- [stego logiciels (CLI GUI)](Architecture/Security/Steganography/stego_logiciels.cli_gui.txt)
## Business
### Law
- [licences (Theory)](Business/Law/licences.theory.txt)
- [pci dss (Theory)](Business/Law/pci_dss.theory.txt)
- [psd2 (Theory)](Business/Law/psd2.theory.txt)
### Money
- __Payment__
- [stripe (SaaS)](Business/Money/Payment/stripe.saas.txt)
### Office
- __Project management__
- [Pivotal Tracker (SaaS)](Business/Office/Project_management/Pivotal_Tracker.saas.txt)
- [project management (Theory)](Business/Office/Project_management/project_management.theory.txt)
- __Team management__
- [people management (Theory)](Business/Office/Team_management/people_management.theory.txt)
- [team management (Theory)](Business/Office/Team_management/team_management.theory.txt)
### Promotion
- __Ads__
- __Badges__
- [shields.io (Images)](Business/Promotion/Ads/Badges/shields.io.images.txt)
- __SEO__
- [SEO (Theory)](Business/Promotion/SEO/SEO.theory.txt)
## Communication
### Messaging
- __Chat__
- __General__
- [gitter.im (SaaS)](Communication/Messaging/Chat/General/gitter.im.saas.txt)
- __MIME__
- __Content negotiation__
- [deno negotiation (Deno)](Communication/Messaging/MIME/Content_negotiation/deno_negotiation.deno.txt)
- [middy http content negotiation (Middy)](Communication/Messaging/MIME/Content_negotiation/middy_http_content_negotiation.middy.txt)
- [negotiator accepts (Node)](Communication/Messaging/MIME/Content_negotiation/negotiator_accepts.node.txt)
- __Content type__
- [content\-type (Node)](Communication/Messaging/MIME/Content_type/content-type.node.txt)
- __Extensions__
- [mime\-db (JSON)](Communication/Messaging/MIME/Extensions/mime-db.json.txt)
- [mime\-types (Node)](Communication/Messaging/MIME/Extensions/mime-types.node.txt)
- [mime (Node)](Communication/Messaging/MIME/Extensions/mime.node.txt)
- __Matching__
- [type\-is (Node)](Communication/Messaging/MIME/Matching/type-is.node.txt)
- __Parsing__
- [media\-typer (Node)](Communication/Messaging/MIME/Parsing/media-typer.node.txt)
- [media types (Deno)](Communication/Messaging/MIME/Parsing/media_types.deno.txt)
## Data
### Data management
- __Fake data__
- __Composite__
- [json\-schema\-faker (Node)](Data/Data_management/Fake_data/Composite/json-schema-faker.node.txt)
- __Generic__
- [casual (Node)](Data/Data_management/Fake_data/Generic/casual.node.txt)
- [chance (JavaScript)](Data/Data_management/Fake_data/Generic/chance.javascript.txt)
- [faker.js (JavaScript)](Data/Data_management/Fake_data/Generic/faker.js.javascript.txt)
- __Programming language__
- [eslump (Node)](Data/Data_management/Fake_data/Programming_language/eslump.node.txt)
- __RegExp__
- [randexp (JavaScript)](Data/Data_management/Fake_data/RegExp/randexp.javascript.txt)
- [mocker\-data\-generator (JavaScript)](Data/Data_management/Fake_data/mocker-data-generator.javascript.txt)
- __ORM__
- __Key value__
- [keyv (Node)](Data/Data_management/ORM/Key_value/keyv.node.txt)
- [powertools lambda parameters (AWS)](Data/Data_management/ORM/Key_value/powertools_lambda_parameters.aws.txt)
- __Many types__
- [waterline (Node)](Data/Data_management/ORM/Many_types/waterline.node.txt)
- __Validation__
- __API request response__
- [api request response validation (Summary)](Data/Data_management/Validation/API_request_response/api_request_response_validation.summary.txt)
- [middy validator (Middy)](Data/Data_management/Validation/API_request_response/middy_validator.middy.txt)
- __DOM binding__
- __JavaScript__
- [backbone\-validation (Backbone)](Data/Data_management/Validation/DOM_binding/JavaScript/backbone-validation.backbone.txt)
- [redux\-form (Redux)](Data/Data_management/Validation/DOM_binding/JavaScript/redux-form.redux.txt)
- __General__
- __JSON schema__
- [JSON schema (Format)](Data/Data_management/Validation/General/JSON_schema/JSON_schema.format.txt)
- __Registry__
- [eventbridge schemas (AWS)](Data/Data_management/Validation/General/JSON_schema/Registry/eventbridge_schemas.aws.txt)
- __Validation__
- [ajv (JavaScript)](Data/Data_management/Validation/General/JSON_schema/Validation/ajv.javascript.txt)
- [amanda (JavaScript)](Data/Data_management/Validation/General/JSON_schema/Validation/amanda.javascript.txt)
- [is\-my\-json\-valid (Node)](Data/Data_management/Validation/General/JSON_schema/Validation/is-my-json-valid.node.txt)
- [jayschema (JavaScript)](Data/Data_management/Validation/General/JSON_schema/Validation/jayschema.javascript.txt)
- [jest\-json\-schema (JavaScript)](Data/Data_management/Validation/General/JSON_schema/Validation/jest-json-schema.javascript.txt)
- [jsen (JavaScript)](Data/Data_management/Validation/General/JSON_schema/Validation/jsen.javascript.txt)
- [jsonschema (Node)](Data/Data_management/Validation/General/JSON_schema/Validation/jsonschema.node.txt)
- [jsv (JavaScript)](Data/Data_management/Validation/General/JSON_schema/Validation/jsv.javascript.txt)
- [kriszyp json schema (JavaScript)](Data/Data_management/Validation/General/JSON_schema/Validation/kriszyp_json_schema.javascript.txt)
- [pg jsonschema (Postgres)](Data/Data_management/Validation/General/JSON_schema/Validation/pg_jsonschema.postgres.txt)
- [revalidator (JavaScript)](Data/Data_management/Validation/General/JSON_schema/Validation/revalidator.javascript.txt)
- [tv4 (JavaScript)](Data/Data_management/Validation/General/JSON_schema/Validation/tv4.javascript.txt)
- [z\-schema (JavaScript)](Data/Data_management/Validation/General/JSON_schema/Validation/z-schema.javascript.txt)
- __JTD__
- [JTD (Format)](Data/Data_management/Validation/General/JTD/JTD.format.txt)
- [approvejs (JavaScript)](Data/Data_management/Validation/General/approvejs.javascript.txt)
- [async\-validator (JavaScript)](Data/Data_management/Validation/General/async-validator.javascript.txt)
- [indicative (JavaScript)](Data/Data_management/Validation/General/indicative.javascript.txt)
- [jest\-validate (Node)](Data/Data_management/Validation/General/jest-validate.node.txt)
- [joi (Node)](Data/Data_management/Validation/General/joi.node.txt)
- [obey (JavaScript)](Data/Data_management/Validation/General/obey.javascript.txt)
- [schm (JavaScript)](Data/Data_management/Validation/General/schm.javascript.txt)
- [skema (JavaScript)](Data/Data_management/Validation/General/skema.javascript.txt)
- [spected (JavaScript)](Data/Data_management/Validation/General/spected.javascript.txt)
- [structure (JavaScript)](Data/Data_management/Validation/General/structure.javascript.txt)
- [superstruct (JavaScript)](Data/Data_management/Validation/General/superstruct.javascript.txt)
- [swagger\-model\-validator (JavaScript)](Data/Data_management/Validation/General/swagger-model-validator.javascript.txt)
- [valid.js (JavaScript)](Data/Data_management/Validation/General/valid.js.javascript.txt)
- [validate.js (JavaScript)](Data/Data_management/Validation/General/validate.js.javascript.txt)
- [validatorjs (JavaScript)](Data/Data_management/Validation/General/validatorjs.javascript.txt)
- [whitelister (JavaScript)](Data/Data_management/Validation/General/whitelister.javascript.txt)
- [yup (JavaScript)](Data/Data_management/Validation/General/yup.javascript.txt)
- __Specific types__
- [is\-mergeable\-object (Node)](Data/Data_management/Validation/Specific_types/is-mergeable-object.node.txt)
- [is\-plain\-obj (Node)](Data/Data_management/Validation/Specific_types/is-plain-obj.node.txt)
- [is\-plain\-objects (JavaScript)](Data/Data_management/Validation/Specific_types/is-plain-objects.javascript.txt)
- [validation (Theory)](Data/Data_management/Validation/validation.theory.txt)
### Data types
- __Data format__
- [data format (Theory)](Data/Data_types/Data_format/data_format.theory.txt)
- __Documents__
- [mongodb (Database)](Data/Data_types/Documents/mongodb.database.txt)
- __Flat tables__
- [s3 tables (AWS)](Data/Data_types/Flat_tables/s3_tables.aws.txt)
- __Key value__
- __Structured__
- [elasticache (Database)](Data/Data_types/Key_value/Structured/elasticache.database.txt)
- [redis (Database)](Data/Data_types/Key_value/Structured/redis.database.txt)
- __Offline__
- __Databases__
- __Client only__
- __Browser local__
- __Single value__
- [lowdb (Node)](Data/Data_types/Offline/Databases/Client_only/Browser_local/Single_value/lowdb.node.txt)
- __Browser only__
- __Key value__
- [localforage (JavaScript)](Data/Data_types/Offline/Databases/Client_only/Browser_only/Key_value/localforage.javascript.txt)
- __Local__
- __On disk__
- [deno kv (Deno)](Data/Data_types/Offline/Databases/Local/On_disk/deno_kv.deno.txt)
- __utilities__
- [offline (JavaScript)](Data/Data_types/Offline/utilities/offline.javascript.txt)
- __Relations__
- __Database__
- [postgres (Database)](Data/Data_types/Relations/Database/postgres.database.txt)
- [rds (AWS)](Data/Data_types/Relations/Database/rds.aws.txt)
- __Population__
- [backbone\-relational (Backbone)](Data/Data_types/Relations/Population/backbone-relational.backbone.txt)
- [normalizr (JavaScript)](Data/Data_types/Relations/Population/normalizr.javascript.txt)
- __SQL__
- __Sanitize__
- [sql template tag (JavaScript)](Data/Data_types/Relations/SQL/Sanitize/sql_template_tag.javascript.txt)
### Files
- __Distributed filesystem__
- __Protocols__
- [FTP (Protocol)](Data/Files/Distributed_filesystem/Protocols/FTP.protocol.txt)
- __Files general__
- __Archives__
- __Tar__
- [deno tar (Deno)](Data/Files/Files_general/Archives/Tar/deno_tar.deno.txt)
- [gulp\-tar (Gulp)](Data/Files/Files_general/Archives/Tar/gulp-tar.gulp.txt)
- [node\-tar (Node)](Data/Files/Files_general/Archives/Tar/node-tar.node.txt)
- [tar\-stream (Node)](Data/Files/Files_general/Archives/Tar/tar-stream.node.txt)
- [tar (CLI)](Data/Files/Files_general/Archives/Tar/tar.cli.txt)
- __Zip__
- [adm\-zip (Node)](Data/Files/Files_general/Archives/Zip/adm-zip.node.txt)
- [jszip (JavaScript)](Data/Files/Files_general/Archives/Zip/jszip.javascript.txt)
- [node\-archiver (Node)](Data/Files/Files_general/Archives/Zip/node-archiver.node.txt)
- [node\-native\-zip (Node)](Data/Files/Files_general/Archives/Zip/node-native-zip.node.txt)
- [node\-stream\-zip (Node)](Data/Files/Files_general/Archives/Zip/node-stream-zip.node.txt)
- [node\-unzip (Node)](Data/Files/Files_general/Archives/Zip/node-unzip.node.txt)
- [node\-zip\-stream (Node)](Data/Files/Files_general/Archives/Zip/node-zip-stream.node.txt)
- [node\-zip (Node)](Data/Files/Files_general/Archives/Zip/node-zip.node.txt)
- [node\-zipstream (Node)](Data/Files/Files_general/Archives/Zip/node-zipstream.node.txt)
- [yauzl (Node)](Data/Files/Files_general/Archives/Zip/yauzl.node.txt)
- [yazl (Node)](Data/Files/Files_general/Archives/Zip/yazl.node.txt)
- [zip.js (Node)](Data/Files/Files_general/Archives/Zip/zip.js.node.txt)
- __Commands__
- __Cache files__
- [find\-cache\-dir (Node)](Data/Files/Files_general/Commands/Cache_files/find-cache-dir.node.txt)
- __Check__
- [deno exists (Deno)](Data/Files/Files_general/Commands/Check/deno_exists.deno.txt)
- [locate\-path (Node)](Data/Files/Files_general/Commands/Check/locate-path.node.txt)
- [path\-exists (Node)](Data/Files/Files_general/Commands/Check/path-exists.node.txt)
- [path\-type (Node)](Data/Files/Files_general/Commands/Check/path-type.node.txt)
- __Copy__
- [copy\-file (Node)](Data/Files/Files_general/Commands/Copy/copy-file.node.txt)
- [cpy (Node)](Data/Files/Files_general/Commands/Copy/cpy.node.txt)
- [deno copy (Deno)](Data/Files/Files_general/Commands/Copy/deno_copy.deno.txt)
- __Create directory__
- [deno mkdir (Deno)](Data/Files/Files_general/Commands/Create_directory/deno_mkdir.deno.txt)
- [make\-dir (Node)](Data/Files/Files_general/Commands/Create_directory/make-dir.node.txt)
- [mkdirp (Node)](Data/Files/Files_general/Commands/Create_directory/mkdirp.node.txt)
- __Delete__
- [del (Node)](Data/Files/Files_general/Commands/Delete/del.node.txt)
- [deno remove (Deno)](Data/Files/Files_general/Commands/Delete/deno_remove.deno.txt)
- [rimraf (Node)](Data/Files/Files_general/Commands/Delete/rimraf.node.txt)
- __Ensure__
- [deno ensure (Deno)](Data/Files/Files_general/Commands/Ensure/deno_ensure.deno.txt)
- __Error handling__
- [graceful\-fs (Node)](Data/Files/Files_general/Commands/Error_handling/graceful-fs.node.txt)
- __Find__
- __Globbing__
- [deno expand glob (Deno)](Data/Files/Files_general/Commands/Find/Globbing/deno_expand_glob.deno.txt)
- [glob\-stream (Node)](Data/Files/Files_general/Commands/Find/Globbing/glob-stream.node.txt)
- [glob (Node)](Data/Files/Files_general/Commands/Find/Globbing/glob.node.txt)
- __Root__
- [escalade (Node)](Data/Files/Files_general/Commands/Find/Root/escalade.node.txt)
- [find\-up (Node)](Data/Files/Files_general/Commands/Find/Root/find-up.node.txt)
- [pkg\-dir (Node)](Data/Files/Files_general/Commands/Find/Root/pkg-dir.node.txt)
- __Hard links__
- [deno link (Deno)](Data/Files/Files_general/Commands/Hard_links/deno_link.deno.txt)
- __List__
- __Deep__
- [deno walk (Deno)](Data/Files/Files_general/Commands/List/Deep/deno_walk.deno.txt)
- [fs\-readdir\-recursive (Node)](Data/Files/Files_general/Commands/List/Deep/fs-readdir-recursive.node.txt)
- [readdir\-enhanced (Node)](Data/Files/Files_general/Commands/List/Deep/readdir-enhanced.node.txt)
- [readdirp (Node)](Data/Files/Files_general/Commands/List/Deep/readdirp.node.txt)
- [recursive\-readdir (Node)](Data/Files/Files_general/Commands/List/Deep/recursive-readdir.node.txt)
- __Shallow__
- [deno readdir (Deno)](Data/Files/Files_general/Commands/List/Shallow/deno_readdir.deno.txt)
- __Metadata__
- [deno stat (Deno)](Data/Files/Files_general/Commands/Metadata/deno_stat.deno.txt)
- __Move__
- [deno rename (Deno)](Data/Files/Files_general/Commands/Move/deno_rename.deno.txt)
- [move\-concurrently (Node)](Data/Files/Files_general/Commands/Move/move-concurrently.node.txt)
- [move\-file (Node)](Data/Files/Files_general/Commands/Move/move-file.node.txt)
- [node\-mv (Node)](Data/Files/Files_general/Commands/Move/node-mv.node.txt)
- __Open__
- [deno open (Deno)](Data/Files/Files_general/Commands/Open/deno_open.deno.txt)
- __Read__
- [deno read file (Deno)](Data/Files/Files_general/Commands/Read/deno_read_file.deno.txt)
- __Symlinks__
- __Create__
- [deno symlink (Deno)](Data/Files/Files_general/Commands/Symlinks/Create/deno_symlink.deno.txt)
- __Read__
- [deno readlink (Deno)](Data/Files/Files_general/Commands/Symlinks/Read/deno_readlink.deno.txt)
- __Temporary files__
- [deno temp (Deno)](Data/Files/Files_general/Commands/Temporary_files/deno_temp.deno.txt)
- [node\-temp (Node)](Data/Files/Files_general/Commands/Temporary_files/node-temp.node.txt)
- [node\-tmp (Node)](Data/Files/Files_general/Commands/Temporary_files/node-tmp.node.txt)
- [temp\-dir (Node)](Data/Files/Files_general/Commands/Temporary_files/temp-dir.node.txt)
- [temp\-write (Node)](Data/Files/Files_general/Commands/Temporary_files/temp-write.node.txt)
- [tempfile (Node)](Data/Files/Files_general/Commands/Temporary_files/tempfile.node.txt)
- [tempy (Node)](Data/Files/Files_general/Commands/Temporary_files/tempy.node.txt)
- __Truncate__
- [deno truncate (Deno)](Data/Files/Files_general/Commands/Truncate/deno_truncate.deno.txt)
- __Unnecessary files__
- [junk (Node)](Data/Files/Files_general/Commands/Unnecessary_files/junk.node.txt)
- __Watch__
- [chokidar (Node)](Data/Files/Files_general/Commands/Watch/chokidar.node.txt)
- [deno watch (Deno)](Data/Files/Files_general/Commands/Watch/deno_watch.deno.txt)
- [gaze (Node)](Data/Files/Files_general/Commands/Watch/gaze.node.txt)
- [glob\-watcher (Node)](Data/Files/Files_general/Commands/Watch/glob-watcher.node.txt)
- __Write__
- __Atomic__
- [fast\-write\-atomic (Node)](Data/Files/Files_general/Commands/Write/Atomic/fast-write-atomic.node.txt)
- [fs\-write\-stream\-atomic (Node)](Data/Files/Files_general/Commands/Write/Atomic/fs-write-stream-atomic.node.txt)
- [steno (Node)](Data/Files/Files_general/Commands/Write/Atomic/steno.node.txt)
- [write\-file\-atomic (Node)](Data/Files/Files_general/Commands/Write/Atomic/write-file-atomic.node.txt)
- [write\-files\-atomic (Node)](Data/Files/Files_general/Commands/Write/Atomic/write-files-atomic.node.txt)
- __Generic__
- [deno write file (Deno)](Data/Files/Files_general/Commands/Write/Generic/deno_write_file.deno.txt)
- __File paths__
- [deno path (Deno)](Data/Files/Files_general/File_paths/deno_path.deno.txt)
- __Filesystem abstraction__
- [deno io (Deno)](Data/Files/Files_general/Filesystem_abstraction/deno_io.deno.txt)
- [file descriptor (Os)](Data/Files/Files_general/Filesystem_abstraction/file_descriptor.os.txt)
- [vinyl (Node)](Data/Files/Files_general/Filesystem_abstraction/vinyl.node.txt)
- [file uri scheme (Identifier)](Data/Files/Files_general/file_uri_scheme.identifier.txt)
- __Virtual filesystem__
- __Fuse__
- [s3fs fuse (CLI)](Data/Files/Virtual_filesystem/Fuse/s3fs_fuse.cli.txt)
### Markup
- __HTML__
- [HTML (Language)](Data/Markup/HTML/HTML.language.txt)
- __Transpiler__
- [jade (Language)](Data/Markup/HTML/Transpiler/jade.language.txt)
- __Markdown__
- __Parsing__
- [markdown\-link\-extractor (Node)](Data/Markup/Markdown/Parsing/markdown-link-extractor.node.txt)
- __Rendering__
- [marked (Node CLI)](Data/Markup/Markdown/Rendering/marked.node_cli.txt)
- __Syntax__
- [markdown (Language)](Data/Markup/Markdown/Syntax/markdown.language.txt)
- __Templates__
- __Flat strings__
- [deno printf (Deno)](Data/Markup/Templates/Flat_strings/deno_printf.deno.txt)
- [sprintf.js (JavaScript)](Data/Markup/Templates/Flat_strings/sprintf.js.javascript.txt)
- __HTML__
- [classnames (JavaScript)](Data/Markup/Templates/HTML/classnames.javascript.txt)
- __Strings__
- [consolidate (Node)](Data/Markup/Templates/Strings/consolidate.node.txt)
- [mustache hogan handlebars (Node CLI)](Data/Markup/Templates/Strings/mustache_hogan_handlebars.node_cli.txt)
- __URI__
- [uri\-templates (JavaScript)](Data/Markup/Templates/URI/uri-templates.javascript.txt)
- [uri templates (Format)](Data/Markup/Templates/URI/uri_templates.format.txt)
### Serialization
- __Binary__
- __Utilities__
- [deno binary (Deno)](Data/Serialization/Binary/Utilities/deno_binary.deno.txt)
- __Concatenation__
- __Front\-matter__
- [front\-matter (Node)](Data/Serialization/Concatenation/Front-matter/front-matter.node.txt)
- [front matter (Deno)](Data/Serialization/Concatenation/Front-matter/front_matter.deno.txt)
- [gray\-matter (Node)](Data/Serialization/Concatenation/Front-matter/gray-matter.node.txt)
- [markdown\-to\-json (CLI)](Data/Serialization/Concatenation/Front-matter/markdown-to-json.cli.txt)
- __JSON like__
- __CSON__
- [cson (Format)](Data/Serialization/JSON_like/CSON/cson.format.txt)
- [cson parser (Node CLI)](Data/Serialization/JSON_like/CSON/cson_parser.node_cli.txt)
- __ESON__
- [eson (Node)](Data/Serialization/JSON_like/ESON/eson.node.txt)
- __HJSON__
- [hjson\-js (JavaScript CLI)](Data/Serialization/JSON_like/HJSON/hjson-js.javascript_cli.txt)
- [hjson (Format)](Data/Serialization/JSON_like/HJSON/hjson.format.txt)
- __JSON__
- __Beautification__
- [prettyjson (Node CLI)](Data/Serialization/JSON_like/JSON/Beautification/prettyjson.node_cli.txt)
- __Canonical__
- [canonical\-json (JavaScript)](Data/Serialization/JSON_like/JSON/Canonical/canonical-json.javascript.txt)
- [fast\-json\-stable\-stringify (JavaScript)](Data/Serialization/JSON_like/JSON/Canonical/fast-json-stable-stringify.javascript.txt)
- [fast\-safe\-stringify (Node)](Data/Serialization/JSON_like/JSON/Canonical/fast-safe-stringify.node.txt)
- [json\-stable\-stringify (JavaScript)](Data/Serialization/JSON_like/JSON/Canonical/json-stable-stringify.javascript.txt)
- [json canonical form (Format)](Data/Serialization/JSON_like/JSON/Canonical/json_canonical_form.format.txt)
- [son (Haskell)](Data/Serialization/JSON_like/JSON/Canonical/son.haskell.txt)
- __Circular__
- [circular\-json\-es6 (Node)](Data/Serialization/JSON_like/JSON/Circular/circular-json-es6.node.txt)
- [circular\-json (JavaScript)](Data/Serialization/JSON_like/JSON/Circular/circular-json.javascript.txt)
- [json\-js\-cycle (JavaScript)](Data/Serialization/JSON_like/JSON/Circular/json-js-cycle.javascript.txt)
- [json\-stringify\-safe (Node)](Data/Serialization/JSON_like/JSON/Circular/json-stringify-safe.node.txt)
- [safe\-json\-stringify (Node)](Data/Serialization/JSON_like/JSON/Circular/safe-json-stringify.node.txt)
- __Parser serializer__
- [json\-js (JavaScript)](Data/Serialization/JSON_like/JSON/Parser_serializer/json-js.javascript.txt)
- __Syntax__
- [json (Format)](Data/Serialization/JSON_like/JSON/Syntax/json.format.txt)
- __Viewer editor__
- [json formatter (Chrome\-extension)](Data/Serialization/JSON_like/JSON/Viewer_editor/json_formatter.chrome-extension.txt)
- [json view for chrome (Chrome\-extension)](Data/Serialization/JSON_like/JSON/Viewer_editor/json_view_for_chrome.chrome-extension.txt)
- [json viewer (Chrome\-extension)](Data/Serialization/JSON_like/JSON/Viewer_editor/json_viewer.chrome-extension.txt)
- __JSON5__
- [JSON5 (Format)](Data/Serialization/JSON_like/JSON5/JSON5.format.txt)
- [json5 (JavaScript)](Data/Serialization/JSON_like/JSON5/json5.javascript.txt)
- __JSONC__
- [deno jsonc (Deno)](Data/Serialization/JSON_like/JSONC/deno_jsonc.deno.txt)
- [jsonc (Format)](Data/Serialization/JSON_like/JSONC/jsonc.format.txt)
- __Memory efficient__
- __Protobuf__
- [protobuf (Format)](Data/Serialization/Memory_efficient/Protobuf/protobuf.format.txt)
- [protobufjs (JavaScript)](Data/Serialization/Memory_efficient/Protobuf/protobufjs.javascript.txt)
- __Print__
- [concordance (Node)](Data/Serialization/Print/concordance.node.txt)
- [deno inspect (Deno)](Data/Serialization/Print/deno_inspect.deno.txt)
- [jsfmt (JavaScript)](Data/Serialization/Print/jsfmt.javascript.txt)
- [pretty\-format (JavaScript)](Data/Serialization/Print/pretty-format.javascript.txt)
- __Query__
- __JSON__
- __JMESPath__
- [jmespath (Format)](Data/Serialization/Query/JSON/JMESPath/jmespath.format.txt)
- [powertools lambda jmespath (Node)](Data/Serialization/Query/JSON/JMESPath/powertools_lambda_jmespath.node.txt)
- __JSON path__
- [dchester jsonpath (JavaScript)](Data/Serialization/Query/JSON/JSON_path/dchester_jsonpath.javascript.txt)
- [f5io jsonpath (Node)](Data/Serialization/Query/JSON/JSON_path/f5io_jsonpath.node.txt)
- [fastpath (Node)](Data/Serialization/Query/JSON/JSON_path/fastpath.node.txt)
- [jquery jsonpath (JavaScript)](Data/Serialization/Query/JSON/JSON_path/jquery_jsonpath.javascript.txt)
- [jsonpath (Format)](Data/Serialization/Query/JSON/JSON_path/jsonpath.format.txt)
- [s3u jsonpath (Node)](Data/Serialization/Query/JSON/JSON_path/s3u_jsonpath.node.txt)
- __JSON pointer__
- [json\-pointer (Node)](Data/Serialization/Query/JSON/JSON_pointer/json-pointer.node.txt)
- [json\-ptr (JavaScript)](Data/Serialization/Query/JSON/JSON_pointer/json-ptr.javascript.txt)
- [json pointer (Format)](Data/Serialization/Query/JSON/JSON_pointer/json_pointer.format.txt)
- [jsonpointer.js (JavaScript)](Data/Serialization/Query/JSON/JSON_pointer/jsonpointer.js.javascript.txt)
- [node\-jsonpointer (Node)](Data/Serialization/Query/JSON/JSON_pointer/node-jsonpointer.node.txt)
- [jsonata (Node)](Data/Serialization/Query/JSON/jsonata.node.txt)
- __Schemaful__
- __XML__
- __Syntax__
- [XML (Format)](Data/Serialization/Schemaful/XML/Syntax/XML.format.txt)
- __Simplistic__
- __INI__
- __Parser serializer__
- [deno ini (Deno)](Data/Serialization/Simplistic/INI/Parser_serializer/deno_ini.deno.txt)
- [ini node (Node)](Data/Serialization/Simplistic/INI/Parser_serializer/ini_node.node.txt)
- [ini (Format)](Data/Serialization/Simplistic/INI/ini.format.txt)
- __TOML__
- __Parsers serializers__
- [toml\-node (JavaScript)](Data/Serialization/Simplistic/TOML/Parsers_serializers/toml-node.javascript.txt)
- [toml (Deno)](Data/Serialization/Simplistic/TOML/Parsers_serializers/toml.deno.txt)
- [toml (Format)](Data/Serialization/Simplistic/TOML/toml.format.txt)
- __Table__
- __CSV__
- __Parser serializer__
- [csv (Deno)](Data/Serialization/Table/CSV/Parser_serializer/csv.deno.txt)
- [csv (Node)](Data/Serialization/Table/CSV/Parser_serializer/csv.node.txt)
- __Syntax__
- [dsv tsv csv (Format)](Data/Serialization/Table/CSV/Syntax/dsv_tsv_csv.format.txt)
- __Excel__
- __Parsing serializing__
- [xlsx (JavaScript)](Data/Serialization/Table/Excel/Parsing_serializing/xlsx.javascript.txt)
- __Type rich__
- __YAML__
- __Beautifier__
- [prettier yaml (Node CLI)](Data/Serialization/Type_rich/YAML/Beautifier/prettier_yaml.node_cli.txt)
- __Linting__
- [yamllint (CLI)](Data/Serialization/Type_rich/YAML/Linting/yamllint.cli.txt)
- __Parser serializer__
- [deno yaml (Deno)](Data/Serialization/Type_rich/YAML/Parser_serializer/deno_yaml.deno.txt)
- [js\-yaml (JavaScript)](Data/Serialization/Type_rich/YAML/Parser_serializer/js-yaml.javascript.txt)
- [yaml.js (JavaScript)](Data/Serialization/Type_rich/YAML/Parser_serializer/yaml.js.javascript.txt)
- [yaml (Format)](Data/Serialization/Type_rich/YAML/yaml.format.txt)
- [serialization formats (Summary)](Data/Serialization/serialization_formats.summary.txt)
### State
- __Client server state__
- __Cookies__
- __Parsing__
- __Request__
- [cookie\-parser (Express)](Data/State/Client_server_state/Cookies/Parsing/Request/cookie-parser.express.txt)
- [deno cookie (Deno)](Data/State/Client_server_state/Cookies/Parsing/Request/deno_cookie.deno.txt)
- [middy aws cookie parser (Middy)](Data/State/Client_server_state/Cookies/Parsing/Request/middy_aws_cookie_parser.middy.txt)
- __String__
- [cookie (Node)](Data/State/Client_server_state/Cookies/Parsing/String/cookie.node.txt)
- [jquery\-cookie (jQuery)](Data/State/Client_server_state/Cookies/Parsing/String/jquery-cookie.jquery.txt)
- [js\-cookie (JavaScript)](Data/State/Client_server_state/Cookies/Parsing/String/js-cookie.javascript.txt)
- __Session__
- [express\-session (Express)](Data/State/Client_server_state/Cookies/Session/express-session.express.txt)
- __Sign__
- [cookie\-signature (Node)](Data/State/Client_server_state/Cookies/Sign/cookie-signature.node.txt)
- [deno cookie sign (Deno)](Data/State/Client_server_state/Cookies/Sign/deno_cookie_sign.deno.txt)
- [cookies (Theory)](Data/State/Client_server_state/Cookies/cookies.theory.txt)
- __General__
- [connect\-flash (Express)](Data/State/Client_server_state/General/connect-flash.express.txt)
- [express\-state (Express)](Data/State/Client_server_state/General/express-state.express.txt)
- __Databases general__
- [database theory (Theory)](Data/State/Databases_general/database_theory.theory.txt)
- __Identifiers__
- __Decentralized__
- __ULID__
- [ulid (Deno)](Data/State/Identifiers/Decentralized/ULID/ulid.deno.txt)
- [ulid (Identifier)](Data/State/Identifiers/Decentralized/ULID/ulid.identifier.txt)
- [ulid (JavaScript)](Data/State/Identifiers/Decentralized/ULID/ulid.javascript.txt)
- __UUID__
- [deno uuid (Deno)](Data/State/Identifiers/Decentralized/UUID/deno_uuid.deno.txt)
- [uuid (Identifier)](Data/State/Identifiers/Decentralized/UUID/uuid.identifier.txt)
- [uuidjs (Node)](Data/State/Identifiers/Decentralized/UUID/uuidjs.node.txt)
- [cuid2 (JavaScript)](Data/State/Identifiers/Decentralized/cuid2.javascript.txt)
- [nanoid (JavaScript)](Data/State/Identifiers/Decentralized/nanoid.javascript.txt)
- [snowflake (Identifier)](Data/State/Identifiers/Decentralized/snowflake.identifier.txt)
- __Full\-content__
- [data uri (Identifier)](Data/State/Identifiers/Full-content/data_uri.identifier.txt)
- __Hash__
- [ni (Identifier)](Data/State/Identifiers/Hash/ni.identifier.txt)
- [pg hashids (Postgres)](Data/State/Identifiers/Hash/pg_hashids.postgres.txt)
- [sigmund (Node)](Data/State/Identifiers/Hash/sigmund.node.txt)
- __Human\-friendly__
- [nih (Identifier)](Data/State/Identifiers/Human-friendly/nih.identifier.txt)
- [tag (Identifier)](Data/State/Identifiers/Human-friendly/tag.identifier.txt)
- __Others__
- [doi (Identifier)](Data/State/Identifiers/Others/doi.identifier.txt)
- [oid (Identifier)](Data/State/Identifiers/Others/oid.identifier.txt)
- [publicid fpi (Identifier)](Data/State/Identifiers/Others/publicid_fpi.identifier.txt)
- [urn (Identifier)](Data/State/Identifiers/Others/urn.identifier.txt)
- __URI__
- __Manipulation__
- __Path parameters__
- [middy\_http urlencode path parser (Middy)](Data/State/Identifiers/URI/Manipulation/Path_parameters/middy_http_urlencode_path_parser.middy.txt)
- __Query string__
- [qs (Node)](Data/State/Identifiers/URI/Manipulation/Query_string/qs.node.txt)
- [uri.js (JavaScript)](Data/State/Identifiers/URI/Manipulation/uri.js.javascript.txt)
- [URI (Identifier)](Data/State/Identifiers/URI/URI.identifier.txt)
- [identifiers (Summary)](Data/State/Identifiers/identifiers.summary.txt)
- [web architecture (Theory)](Data/State/Identifiers/web_architecture.theory.txt)
- [state (Theory)](Data/State/state.theory.txt)
## Data science
### Big data
- [big data (Theory)](Data_science/Big_data/big_data.theory.txt)
### Computation
- __Math__
- [abstract algebra (Theory)](Data_science/Computation/Math/abstract_algebra.theory.txt)
- [algebra (Theory)](Data_science/Computation/Math/algebra.theory.txt)
- [algebra equations (Theory)](Data_science/Computation/Math/algebra_equations.theory.txt)
- [analysis (Theory)](Data_science/Computation/Math/analysis.theory.txt)
- [arithmetic (Theory)](Data_science/Computation/Math/arithmetic.theory.txt)
- [calculus (Theory)](Data_science/Computation/Math/calculus.theory.txt)
- [combinatorics (Theory)](Data_science/Computation/Math/combinatorics.theory.txt)
- [financial math (Theory)](Data_science/Computation/Math/financial_math.theory.txt)
- [functions math (Theory)](Data_science/Computation/Math/functions_math.theory.txt)
- [game theory (Theory)](Data_science/Computation/Math/game_theory.theory.txt)
- [graph theory (Theory)](Data_science/Computation/Math/graph_theory.theory.txt)
- [logic (Theory)](Data_science/Computation/Math/logic.theory.txt)
- [math summary (Theory)](Data_science/Computation/Math/math_summary.theory.txt)
- [matrices (Theory)](Data_science/Computation/Math/matrices.theory.txt)
- [number theory (Theory)](Data_science/Computation/Math/number_theory.theory.txt)
- [numeral history (Theory)](Data_science/Computation/Math/numeral_history.theory.txt)
- [numeral systems (Theory)](Data_science/Computation/Math/numeral_systems.theory.txt)
- [numerical analysis (Theory)](Data_science/Computation/Math/numerical_analysis.theory.txt)
- [order theory (Theory)](Data_science/Computation/Math/order_theory.theory.txt)
- [set theory (Theory)](Data_science/Computation/Math/set_theory.theory.txt)
- [statistics theory (Theory)](Data_science/Computation/Math/statistics_theory.theory.txt)
- [survey (Theory)](Data_science/Computation/Math/survey.theory.txt)
## Design
### CSS
- __General__
- [CSS (Language)](Design/CSS/General/CSS.language.txt)
- __CSS in JavaScript__
- [aphrodite (JavaScript)](Design/CSS/General/CSS_in_JavaScript/aphrodite.javascript.txt)
- [cssx (JavaScript)](Design/CSS/General/CSS_in_JavaScript/cssx.javascript.txt)
- [jss (JavaScript)](Design/CSS/General/CSS_in_JavaScript/jss.javascript.txt)
- [react\-css (React)](Design/CSS/General/CSS_in_JavaScript/react-css.react.txt)
### Visual
- __Animations__
- __Specific animations__
- __General__
- [animate.css (CSS)](Design/Visual/Animations/Specific_animations/General/animate.css.css.txt)
- __Colors__
- __Manipulation__
- [color\-convert (Node)](Design/Visual/Colors/Manipulation/color-convert.node.txt)
- __Terminal__
- __Apply__
- [ansi\-colors (Node)](Design/Visual/Colors/Terminal/Apply/ansi-colors.node.txt)
- [chalk (Node CLI)](Design/Visual/Colors/Terminal/Apply/chalk.node_cli.txt)
- [colorette (Node)](Design/Visual/Colors/Terminal/Apply/colorette.node.txt)
- [colors.js (Node)](Design/Visual/Colors/Terminal/Apply/colors.js.node.txt)
- [deno set colors (Deno)](Design/Visual/Colors/Terminal/Apply/deno_set_colors.deno.txt)
- [kleur (Node)](Design/Visual/Colors/Terminal/Apply/kleur.node.txt)
- [yoctocolors (Node)](Design/Visual/Colors/Terminal/Apply/yoctocolors.node.txt)
- __Detection__
- [deno color enabled (Deno)](Design/Visual/Colors/Terminal/Detection/deno_color_enabled.deno.txt)
- [supports\-color (Node)](Design/Visual/Colors/Terminal/Detection/supports-color.node.txt)
- __Typography__
- [typography (Theory)](Design/Visual/Typography/typography.theory.txt)
## DevOps
### Configuration
- __Configuration data__
- __Dotenv__
- [dotenv (Deno)](DevOps/Configuration/Configuration_data/Dotenv/dotenv.deno.txt)
- [cosmiconfig (Node)](DevOps/Configuration/Configuration_data/cosmiconfig.node.txt)
- [docker\-gen (Docker)](DevOps/Configuration/Configuration_data/docker-gen.docker.txt)
- [dockerize (Docker)](DevOps/Configuration/Configuration_data/dockerize.docker.txt)
- [rc (Node)](DevOps/Configuration/Configuration_data/rc.node.txt)
- __Configuration files__
- [conf (Node)](DevOps/Configuration/Configuration_files/conf.node.txt)
- [configstore (Node)](DevOps/Configuration/Configuration_files/configstore.node.txt)
- __Configuration management__
- [opswork (AWS)](DevOps/Configuration/Configuration_management/opswork.aws.txt)
### Deployment
- __Continuous integration__
- __Helpers__
- [ci\-info (JavaScript)](DevOps/Deployment/Continuous_integration/Helpers/ci-info.javascript.txt)
- [ci\-parallel\-vars (Node)](DevOps/Deployment/Continuous_integration/Helpers/ci-parallel-vars.node.txt)
- [env\-ci (Node)](DevOps/Deployment/Continuous_integration/Helpers/env-ci.node.txt)
- [is\-ci (JavaScript)](DevOps/Deployment/Continuous_integration/Helpers/is-ci.javascript.txt)
- __Services__
- [docker cloud (Docker)](DevOps/Deployment/Continuous_integration/Services/docker_cloud.docker.txt)
- [github actions (SaaS)](DevOps/Deployment/Continuous_integration/Services/github_actions.saas.txt)
- [travis (SaaS)](DevOps/Deployment/Continuous_integration/Services/travis.saas.txt)
- __Deployment general__
- __Deploying__
- [12 factor (Theory)](DevOps/Deployment/Deployment_general/Deploying/12_factor.theory.txt)
- [installating files (Theory)](DevOps/Deployment/Deployment_general/Deploying/installating_files.theory.txt)
- [jamstack (Theory)](DevOps/Deployment/Deployment_general/Deploying/jamstack.theory.txt)
- __On premise__
- [directconnect (AWS)](DevOps/Deployment/Deployment_general/On_premise/directconnect.aws.txt)
### Infrastructure
- __CDN__
- __PaaS__
- [netlify (SaaS)](DevOps/Infrastructure/CDN/PaaS/netlify.saas.txt)
- [cloudfront (AWS)](DevOps/Infrastructure/CDN/cloudfront.aws.txt)
- __FaaS serverless__
- __IaaS__
- __Batch__
- [middy\_sqs partial batch failure (Middy)](DevOps/Infrastructure/FaaS_serverless/IaaS/Batch/middy_sqs_partial_batch_failure.middy.txt)
- [powertools lambda batch (AWS)](DevOps/Infrastructure/FaaS_serverless/IaaS/Batch/powertools_lambda_batch.aws.txt)
- [lambda (AWS)](DevOps/Infrastructure/FaaS_serverless/IaaS/lambda.aws.txt)
- __PaaS__
- [deno deploy (Deno)](DevOps/Infrastructure/FaaS_serverless/PaaS/deno_deploy.deno.txt)
- __IaC__
- __CloudFormation__
- __Assets__
- [cdk assets (AWS)](DevOps/Infrastructure/IaC/CloudFormation/Assets/cdk_assets.aws.txt)
- __CDK__
- [cdk (AWS)](DevOps/Infrastructure/IaC/CloudFormation/CDK/cdk.aws.txt)
- __CI CD__
- [aws cloudformation github deploy (Github)](DevOps/Infrastructure/IaC/CloudFormation/CI_CD/aws_cloudformation_github_deploy.github.txt)
- [git sync (AWS)](DevOps/Infrastructure/IaC/CloudFormation/CI_CD/git_sync.aws.txt)
- [sam pipeline init (CLI)](DevOps/Infrastructure/IaC/CloudFormation/CI_CD/sam_pipeline_init.cli.txt)
- __CLI__
- [aws\-cfn\-control (CLI)](DevOps/Infrastructure/IaC/CloudFormation/CLI/aws-cfn-control.cli.txt)
- [cfn\-teleport (CLI)](DevOps/Infrastructure/IaC/CloudFormation/CLI/cfn-teleport.cli.txt)
- [rain (CLI)](DevOps/Infrastructure/IaC/CloudFormation/CLI/rain.cli.txt)
- [sceptre (CLI)](DevOps/Infrastructure/IaC/CloudFormation/CLI/sceptre.cli.txt)
- __Core__
- [cloud control (AWS)](DevOps/Infrastructure/IaC/CloudFormation/Core/cloud_control.aws.txt)
- [cloudformation (AWS)](DevOps/Infrastructure/IaC/CloudFormation/Core/cloudformation.aws.txt)
- [cloudformation extensions (AWS)](DevOps/Infrastructure/IaC/CloudFormation/Core/cloudformation_extensions.aws.txt)
- [serverless (CLI)](DevOps/Infrastructure/IaC/CloudFormation/Core/serverless.cli.txt)
- __Diagrams__
- [aws\-cloudformation\-stacks\-graph (CLI)](DevOps/Infrastructure/IaC/CloudFormation/Diagrams/aws-cloudformation-stacks-graph.cli.txt)
- [cdk\-dia (CLI)](DevOps/Infrastructure/IaC/CloudFormation/Diagrams/cdk-dia.cli.txt)
- [cfn\-diagram (CLI)](DevOps/Infrastructure/IaC/CloudFormation/Diagrams/cfn-diagram.cli.txt)
- [rain\-tree (CLI)](DevOps/Infrastructure/IaC/CloudFormation/Diagrams/rain-tree.cli.txt)
- __Diff__
- [cdk\-diff (Node)](DevOps/Infrastructure/IaC/CloudFormation/Diff/cdk-diff.node.txt)
- __Generate__
- [former2 (CLI)](DevOps/Infrastructure/IaC/CloudFormation/Generate/former2.cli.txt)
- __Linting__
- [cdk\-nag (AWS)](DevOps/Infrastructure/IaC/CloudFormation/Linting/cdk-nag.aws.txt)
- [cdk\-validator\-cfnguard (Node)](DevOps/Infrastructure/IaC/CloudFormation/Linting/cdk-validator-cfnguard.node.txt)
- [cfn\-guard (AWS)](DevOps/Infrastructure/IaC/CloudFormation/Linting/cfn-guard.aws.txt)
- [cfn\-lint (AWS)](DevOps/Infrastructure/IaC/CloudFormation/Linting/cfn-lint.aws.txt)
- __PR comment__
- [actions cfn diff (Github)](DevOps/Infrastructure/IaC/CloudFormation/PR_comment/actions_cfn_diff.github.txt)
- [cdk notifier (Github)](DevOps/Infrastructure/IaC/CloudFormation/PR_comment/cdk_notifier.github.txt)
- __SAM__
- [sam cli (AWS)](DevOps/Infrastructure/IaC/CloudFormation/SAM/sam_cli.aws.txt)
- [sam transform (AWS)](DevOps/Infrastructure/IaC/CloudFormation/SAM/sam_transform.aws.txt)
- [sar (AWS)](DevOps/Infrastructure/IaC/CloudFormation/SAM/sar.aws.txt)
- __Testing__
- __Integration__
- [cdk integ tests (Node)](DevOps/Infrastructure/IaC/CloudFormation/Testing/Integration/cdk_integ_tests.node.txt)
- __Unit__
- [cdk assertions (Node)](DevOps/Infrastructure/IaC/CloudFormation/Testing/Unit/cdk_assertions.node.txt)
- __UI__
- [cloudformation designer (AWS)](DevOps/Infrastructure/IaC/CloudFormation/UI/cloudformation_designer.aws.txt)
- [infrastructure composer (AWS)](DevOps/Infrastructure/IaC/CloudFormation/UI/infrastructure_composer.aws.txt)
- __Pulumi__
- [pulumi (SaaS)](DevOps/Infrastructure/IaC/Pulumi/pulumi.saas.txt)
- [pulumi aws (SaaS)](DevOps/Infrastructure/IaC/Pulumi/pulumi_aws.saas.txt)
- __IaaS__
- __AWS__
- [aws actions (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_actions.aws.txt)
- [aws auth (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_auth.aws.txt)
- [aws billing (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_billing.aws.txt)
- [aws cli (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_cli.aws.txt)
- [aws config (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_config.aws.txt)
- [aws endpoint (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_endpoint.aws.txt)
- [aws general (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_general.aws.txt)
- [aws identifiers (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_identifiers.aws.txt)
- [aws javascript (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_javascript.aws.txt)
- [aws list services (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_list_services.aws.txt)
- [aws network (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_network.aws.txt)
- [aws new service (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_new_service.aws.txt)
- [aws regions (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_regions.aws.txt)
- [aws signature (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_signature.aws.txt)
- [aws support (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_support.aws.txt)
- [aws tags (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_tags.aws.txt)
- [aws toolkit (AWS)](DevOps/Infrastructure/IaaS/AWS/aws_toolkit.aws.txt)
- __Compute__
- [ec2 (AWS)](DevOps/Infrastructure/IaaS/Compute/ec2.aws.txt)
- __PaaS__
- [beanstalk (AWS)](DevOps/Infrastructure/PaaS/beanstalk.aws.txt)
- [heroku (SaaS)](DevOps/Infrastructure/PaaS/heroku.saas.txt)
- __SaaS__
- [Google APIs (SaaS)](DevOps/Infrastructure/SaaS/Google_APIs.saas.txt)
### Supervision
- __Cluster orchestration__
- [autoscaling (AWS)](DevOps/Supervision/Cluster_orchestration/autoscaling.aws.txt)
- [docker swarm (Docker)](DevOps/Supervision/Cluster_orchestration/docker_swarm.docker.txt)
- [kubernetes (CLI)](DevOps/Supervision/Cluster_orchestration/kubernetes.cli.txt)
- __Process supervisor__
- [forever (Node CLI)](DevOps/Supervision/Process_supervisor/forever.node_cli.txt)
- [pm2 (Node CLI)](DevOps/Supervision/Process_supervisor/pm2.node_cli.txt)
### Virtualization
- __Containers__
- __Core abstraction__
- [docker (CLI)](DevOps/Virtualization/Containers/Core_abstraction/docker.cli.txt)
- [docker compose (Docker)](DevOps/Virtualization/Containers/Core_abstraction/docker_compose.docker.txt)
- [is\-docker (Node)](DevOps/Virtualization/Containers/Core_abstraction/is-docker.node.txt)
- [is\-inside\-container (Node)](DevOps/Virtualization/Containers/Core_abstraction/is-inside-container.node.txt)
- [containers (Theory)](DevOps/Virtualization/Containers/containers.theory.txt)
## Dev helpers
### Automation
- __Build automation__
- __Autotools__
- [autotools (CLI)](Dev_helpers/Automation/Build_automation/Autotools/autotools.cli.txt)
- [make (CLI)](Dev_helpers/Automation/Build_automation/Autotools/make.cli.txt)
- [cmake (CLI)](Dev_helpers/Automation/Build_automation/cmake.cli.txt)
- [grunt (JavaScript)](Dev_helpers/Automation/Build_automation/grunt.javascript.txt)
- [gulp (JavaScript)](Dev_helpers/Automation/Build_automation/gulp.javascript.txt)
- __Desktop automation__
- __Screenshots__
- [webshot (Node)](Dev_helpers/Automation/Desktop_automation/Screenshots/webshot.node.txt)
- [copy\-paste (Node)](Dev_helpers/Automation/Desktop_automation/copy-paste.node.txt)
- __Live reloading__
- [livereload (Node)](Dev_helpers/Automation/Live_reloading/livereload.node.txt)
- [nodemon (Node)](Dev_helpers/Automation/Live_reloading/nodemon.node.txt)
- __Scaffolding__
- __API stubs__
- [autorest (CLI)](Dev_helpers/Automation/Scaffolding/API_stubs/autorest.cli.txt)
- [openapi\-codegen (Node)](Dev_helpers/Automation/Scaffolding/API_stubs/openapi-codegen.node.txt)
- [swagger\-codegen (Java)](Dev_helpers/Automation/Scaffolding/API_stubs/swagger-codegen.java.txt)
- [swagger\-node\-codegen (Node)](Dev_helpers/Automation/Scaffolding/API_stubs/swagger-node-codegen.node.txt)
- [swagger\-node (Node)](Dev_helpers/Automation/Scaffolding/API_stubs/swagger-node.node.txt)
- __Generic__
- [yeoman (CLI)](Dev_helpers/Automation/Scaffolding/Generic/yeoman.cli.txt)
### Coding
- __Documentation__
- __API__
- __OpenAPI__
- [dapperbox (Node)](Dev_helpers/Coding/Documentation/API/OpenAPI/dapperbox.node.txt)
- [open\-api\-renderer (Node)](Dev_helpers/Coding/Documentation/API/OpenAPI/open-api-renderer.node.txt)
- [pretty\-swag (Node)](Dev_helpers/Coding/Documentation/API/OpenAPI/pretty-swag.node.txt)
- [redoc (Node)](Dev_helpers/Coding/Documentation/API/OpenAPI/redoc.node.txt)
- [spectacle (Node)](Dev_helpers/Coding/Documentation/API/OpenAPI/spectacle.node.txt)
- [swagger\-markdown (Node)](Dev_helpers/Coding/Documentation/API/OpenAPI/swagger-markdown.node.txt)
- [swagger\-ui (Node)](Dev_helpers/Coding/Documentation/API/OpenAPI/swagger-ui.node.txt)
- [swagger2markup (Node)](Dev_helpers/Coding/Documentation/API/OpenAPI/swagger2markup.node.txt)
- [widdershins (Node CLI)](Dev_helpers/Coding/Documentation/API/OpenAPI/widdershins.node_cli.txt)
- __From code itself__
- [godoc (CLI)](Dev_helpers/Coding/Documentation/From_code_itself/godoc.cli.txt)
- [typedoc (Node)](Dev_helpers/Coding/Documentation/From_code_itself/typedoc.node.txt)
- __From comments__
- __Generators__
- [deno doc (Deno)](Dev_helpers/Coding/Documentation/From_comments/Generators/deno_doc.deno.txt)
- [documentation.js (Node)](Dev_helpers/Coding/Documentation/From_comments/Generators/documentation.js.node.txt)
- [dox (Node)](Dev_helpers/Coding/Documentation/From_comments/Generators/dox.node.txt)
- [doxygen (Many)](Dev_helpers/Coding/Documentation/From_comments/Generators/doxygen.many.txt)
- [esdoc (Node)](Dev_helpers/Coding/Documentation/From_comments/Generators/esdoc.node.txt)
- [go doc (CLI)](Dev_helpers/Coding/Documentation/From_comments/Generators/go_doc.cli.txt)
- [jsdoc (Node)](Dev_helpers/Coding/Documentation/From_comments/Generators/jsdoc.node.txt)
- __Linting__
- [eslint\-plugin\-jsdoc (Node)](Dev_helpers/Coding/Documentation/From_comments/Linting/eslint-plugin-jsdoc.node.txt)
- __Parsing__
- [comment\-parser (Node)](Dev_helpers/Coding/Documentation/From_comments/Parsing/comment-parser.node.txt)
- [jest\-docblock (Node)](Dev_helpers/Coding/Documentation/From_comments/Parsing/jest-docblock.node.txt)
- [parse\-comments (Node)](Dev_helpers/Coding/Documentation/From_comments/Parsing/parse-comments.node.txt)
- __Tags__
- [jsdoc tags (Node)](Dev_helpers/Coding/Documentation/From_comments/Tags/jsdoc_tags.node.txt)
- [tsdoc (Node)](Dev_helpers/Coding/Documentation/From_comments/Tags/tsdoc.node.txt)
- __UI component__
- __Tutorial__
- [torturial (jQuery)](Dev_helpers/Coding/Documentation/UI_component/Tutorial/torturial.jquery.txt)
- __IDE__
- __Configuration__
- [editorconfig (Ini)](Dev_helpers/Coding/IDE/Configuration/editorconfig.ini.txt)
- __Open source__
- __Contributors listing__
- [all\-contributors (Node)](Dev_helpers/Coding/Open_source/Contributors_listing/all-contributors.node.txt)
- [git\-authors\-cli (Node)](Dev_helpers/Coding/Open_source/Contributors_listing/git-authors-cli.node.txt)
- [github\-contributors\-list (Node)](Dev_helpers/Coding/Open_source/Contributors_listing/github-contributors-list.node.txt)
- [hall\-of\-fame (Node)](Dev_helpers/Coding/Open_source/Contributors_listing/hall-of-fame.node.txt)
- [name\-your\-contributors (Node)](Dev_helpers/Coding/Open_source/Contributors_listing/name-your-contributors.node.txt)
- [open source (Theory)](Dev_helpers/Coding/Open_source/open_source.theory.txt)
- __Source code__
- [organisation sources (Theory)](Dev_helpers/Coding/Source_code/organisation_sources.theory.txt)
- __Version control__
- __Git__
- [VCS (Theory)](Dev_helpers/Coding/Version_control/Git/VCS.theory.txt)
- __git__
- [git (CLI)](Dev_helpers/Coding/Version_control/Git/git/git.cli.txt)
- [husky (Node)](Dev_helpers/Coding/Version_control/Git/git/husky.node.txt)
- [lint\-staged (CLI)](Dev_helpers/Coding/Version_control/Git/lint-staged.cli.txt)
- __GitHub__
- __Apps__
- [github apps (SaaS)](Dev_helpers/Coding/Version_control/GitHub/Apps/github_apps.saas.txt)
- [github (SaaS)](Dev_helpers/Coding/Version_control/GitHub/github.saas.txt)
- [github api (SaaS)](Dev_helpers/Coding/Version_control/GitHub/github_api.saas.txt)
- [github cli (CLI)](Dev_helpers/Coding/Version_control/GitHub/github_cli.cli.txt)
- [github webhooks (SaaS)](Dev_helpers/Coding/Version_control/GitHub/github_webhooks.saas.txt)
### Insights
- __Logging__
- __Aggregator__
- [cloudwatch logs (AWS)](Dev_helpers/Insights/Logging/Aggregator/cloudwatch_logs.aws.txt)
- __Automatic logging__
- __Errors__
- [errorhandler (Express)](Dev_helpers/Insights/Logging/Automatic_logging/Errors/errorhandler.express.txt)
- [finalhandler (Express)](Dev_helpers/Insights/Logging/Automatic_logging/Errors/finalhandler.express.txt)
- [middy error handler (Middy)](Dev_helpers/Insights/Logging/Automatic_logging/Errors/middy_error_handler.middy.txt)
- __Network interaction__
- [cloudtrail (AWS)](Dev_helpers/Insights/Logging/Automatic_logging/Network_interaction/cloudtrail.aws.txt)
- __Dashboard__
- [bugsnag (SaaS)](Dev_helpers/Insights/Logging/Dashboard/bugsnag.saas.txt)
- __Error shape__
- __HTTP__
- [deno http errors (Deno)](Dev_helpers/Insights/Logging/Error_shape/HTTP/deno_http_errors.deno.txt)
- [http errors (Node)](Dev_helpers/Insights/Logging/Error_shape/HTTP/http_errors.node.txt)
- [middy http error (Middy)](Dev_helpers/Insights/Logging/Error_shape/HTTP/middy_http_error.middy.txt)