gitextract_hctkx_uf/ ├── .github/ │ └── workflows/ │ └── main.yml ├── .gitignore ├── .gitmodules ├── archetypes/ │ └── default.md ├── config.toml ├── content/ │ ├── aletheia/ │ │ └── 19/ │ │ ├── assessment.md │ │ └── culture-transformation.md │ ├── devopsconf/ │ │ └── 19/ │ │ ├── fast-releases.md │ │ └── werf.md │ ├── devrelconf/ │ │ └── 5/ │ │ ├── brand-ambassador.md │ │ ├── ghostwriters.md │ │ └── technical-authors.md │ ├── frontendconf/ │ │ └── 19/ │ │ ├── promoting-opensource.md │ │ └── style_silver_bullet.md │ ├── highload/ │ │ ├── 18/ │ │ │ ├── 1.1-microservices.md │ │ │ ├── 1.10-neural-nets-cgi.md │ │ │ ├── 1.2-per-aspera-ad-paas.md │ │ │ ├── 1.3-data-discovery.md │ │ │ ├── 1.4-bd-k8s.md │ │ │ ├── 1.5-kafka-bicycle.md │ │ │ ├── 1.6-accelerate-events.md │ │ │ ├── 1.7-postgresql-errors.md │ │ │ ├── 1.8-badoo-infradev.md │ │ │ ├── 1.9-data-engineers.md │ │ │ ├── 2.1-vk-architecture.md │ │ │ ├── 2.2-testing-badoo.md │ │ │ ├── 2.3-such-highload.md │ │ │ ├── 2.4-dababase-pro.md │ │ │ └── 2.5-make-your-database-dream-of-electric-sheep.md │ │ └── 19/ │ │ ├── njs-nginx.md │ │ ├── siberia/ │ │ │ └── docs.md │ │ └── tcp-vs-udp.md │ ├── knowledgeconf/ │ │ └── 19/ │ │ ├── badoo-new-developers-onboarding.md │ │ ├── biocad-knowledge-base-development.md │ │ ├── e-learning.md │ │ ├── holistic-km.md │ │ ├── km-efficiency.md │ │ ├── km-system-and-business.md │ │ ├── knowledge-manger-6-10.md │ │ ├── knowledge-sharing-involvement.md │ │ ├── manager-analyst-km.md │ │ ├── multimedia-documentation.md │ │ ├── ozon-fast-growth-and-knowledge-sharing.md │ │ ├── tiago-forte-practices.md │ │ ├── trello-kb.md │ │ ├── voluntary-forced-knowledge-sharing.md │ │ └── xi-notes-for-developer.md │ ├── moscowpython/ │ │ └── 19/ │ │ ├── accelerate-python.md │ │ ├── go-vs-python.md │ │ ├── kill-mutants.md │ │ └── yandex-python.md │ ├── qualityconf/ │ │ └── 19/ │ │ ├── blameless.md │ │ └── libfuzzer.md │ ├── siberian-community-orgs/ │ │ └── documenting-meetings.md │ ├── teamleadconf/ │ │ ├── 20/ │ │ │ └── documentation_challenges.md │ │ └── 21/ │ │ ├── how_to_create_selforganizing_team.md │ │ ├── learn_the_hard_way.md │ │ ├── process-smell.md │ │ └── right_of_fail.md │ └── whalerider/ │ └── 19/ │ └── investor.md ├── layouts/ │ ├── index.html │ └── table.html ├── readme.md └── static/ ├── .nojekyll └── custom.css