#+TITLE: Sitemap #+OPTIONS: toc:nil num:nil #+begin_src mermaid flowchart TD root(["zxh"]) n1["Home"] root --> n1 n2["Recently Updated"] root --> n2 n3{{"home"}} root --> n3 n4["Countdown"] n3 --> n4 n5["Backlog"] n3 --> n5 n6["Competency Status Board"] n3 --> n6 n7["Service"] n3 --> n7 n8["Notes"] n3 --> n8 n9["Wird Tracker"] n3 --> n9 n10["Contact"] n3 --> n10 n11["hidden-soul"] n3 --> n11 n12["Categories"] n3 --> n12 n13{{"guide"}} n3 --> n13 n14["Wird Tracker — Technical Guide"] n13 --> n14 n15["Setup"] n13 --> n15 n16{{"tags"}} root --> n16 n17["Tag: review"] n16 --> n17 n18["Tag: life"] n16 --> n18 n19["Tag: learning"] n16 --> n19 n20["Tag: introduction"] n16 --> n20 n21["Tag: notes"] n16 --> n21 n22["Tag: review"] n16 --> n22 n23["Tag: website"] n16 --> n23 n24["Tag: update"] n16 --> n24 n25["Tag: life"] n16 --> n25 n26["Tag: emacs"] n16 --> n26 n27["Tag: education"] n16 --> n27 n28["Tag: reading"] n16 --> n28 n29["Tag: maths"] n16 --> n29 n30["Tag: insights"] n16 --> n30 n31{{"posts"}} root --> n31 n32["Posts Introduction"] n31 --> n32 n33["Posts List"] n31 --> n33 n34{{"career"}} n31 --> n34 n35["SOLID Principles"] n34 --> n35 n36["OWASP Top Ten"] n34 --> n36 n37["Lean"] n34 --> n37 n38["Retrospectives"] n34 --> n38 n39["Invest Principles"] n34 --> n39 n40["Career Introduction"] n34 --> n40 n41["Wireframe Designs"] n34 --> n41 n42["Management of self training"] n34 --> n42 n43["Requirements, features, user stories, tasks, walking skeletons"] n34 --> n43 n44["Benefits of Normalisation"] n34 --> n44 n45["Datamarts, Airflow and DAG's"] n34 --> n45 n46["Probation Objectives:"] n34 --> n46 n47["Monitoring and Logging"] n34 --> n47 n48["Pipelines and how they work (as well as CI/CD)"] n34 --> n48 n49["Database Permissions, Roles, and Accounts"] n34 --> n49 n50["Restful API"] n34 --> n50 n51["Understands the Javascript language"] n34 --> n51 n52["High Availability, Disaster Recovery and Business Continuity"] n34 --> n52 n53["Cross-Site Scripting (XSS)"] n34 --> n53 n54["Career List"] n34 --> n54 n55{{"blogs"}} root --> n55 n56["Blogs Introduction"] n55 --> n56 n57["How to publish pages using Org Publish"] n55 --> n57 n58["Blogs List"] n55 --> n58 n59{{"lima"}} root --> n59 n60["Lima"] n59 --> n60 n61{{"play"}} root --> n61 n62["Bookshelf Sort"] n61 --> n62 n63["Sigil Press"] n61 --> n63 n64["Memory Cabinet"] n61 --> n64 n65["Constellation Desk"] n61 --> n65 n66["Play"] n61 --> n66 n67["Study Lamp"] n61 --> n67 n68["Marginalia Machine"] n61 --> n68 n69["Ink Pond"] n61 --> n69 n70["Timeline Tangle"] n61 --> n70 n71["Supper Wheel"] n61 --> n71 n72["Archive Terminal"] n61 --> n72 n73["Ash Below the Lake"] n61 --> n73 n74["The Rain Index"] n61 --> n74 click n1 "index.html" "Home" click n2 "recently-updated.html" "Recently Updated" click n4 "home/countdown.html" "Countdown" click n5 "home/backlog.html" "Backlog" click n6 "home/status.html" "Competency Status Board" click n7 "home/services.html" "Service" click n8 "home/notes.html" "Notes" click n9 "home/wird-tracker.html" "Wird Tracker" click n10 "home/contact.html" "Contact" click n11 "home/hidden-soul.html" "hidden-soul" click n12 "home/categories.html" "Categories" click n14 "home/guide/wird-tracker-guide.html" "Wird Tracker — Technical Guide" click n15 "home/guide/setup.html" "Setup" click n17 "tags/review.sync-conflict-20260328-203248-VT6366A.html" "Tag: review" click n18 "tags/life.sync-conflict-20260417-233423-VT6366A.html" "Tag: life" click n19 "tags/learning.html" "Tag: learning" click n20 "tags/introduction.html" "Tag: introduction" click n21 "tags/notes.html" "Tag: notes" click n22 "tags/review.html" "Tag: review" click n23 "tags/website.html" "Tag: website" click n24 "tags/update.html" "Tag: update" click n25 "tags/life.html" "Tag: life" click n26 "tags/emacs.html" "Tag: emacs" click n27 "tags/education.html" "Tag: education" click n28 "tags/reading.html" "Tag: reading" click n29 "tags/maths.html" "Tag: maths" click n30 "tags/insights.html" "Tag: insights" click n32 "posts/posts-intro.html" "Posts Introduction" click n33 "posts/posts-list.html" "Posts List" click n35 "posts/career/solid-principles.html" "SOLID Principles" click n36 "posts/career/owasp.html" "OWASP Top Ten" click n37 "posts/career/lean.html" "Lean" click n38 "posts/career/retrospectives.html" "Retrospectives" click n39 "posts/career/invest-principles.html" "Invest Principles" click n40 "posts/career/career-intro.html" "Career Introduction" click n41 "posts/career/wireframe-designs.html" "Wireframe Designs" click n42 "posts/career/management-of-self.html" "Management of self training" click n43 "posts/career/requirements-features.html" "Requirements, features, user stories, tasks, walking skeletons" click n44 "posts/career/normalisation.html" "Benefits of Normalisation" click n45 "posts/career/airflow.html" "Datamarts, Airflow and DAG's" click n46 "posts/career/probation-objectives.html" "Probation Objectives:" click n47 "posts/career/monitoring-and-logging.html" "Monitoring and Logging" click n48 "posts/career/pipelines.html" "Pipelines and how they work (as well as CI/CD)" click n49 "posts/career/database-permissions.html" "Database Permissions, Roles, and Accounts" click n50 "posts/career/restful-api.html" "Restful API" click n51 "posts/career/javascript.html" "Understands the Javascript language" click n52 "posts/career/ha-dr.html" "High Availability, Disaster Recovery and Business Continuity" click n53 "posts/career/cross-site-scripting-xss.html" "Cross-Site Scripting (XSS)" click n54 "posts/career/career-list.html" "Career List" click n56 "blogs/blogs-intro.html" "Blogs Introduction" click n57 "blogs/publish-pages.html" "How to publish pages using Org Publish" click n58 "blogs/blogs-list.html" "Blogs List" click n60 "lima/lima-list.html" "Lima" click n62 "play/bookshelf.html" "Bookshelf Sort" click n63 "play/sigil.html" "Sigil Press" click n64 "play/memory.html" "Memory Cabinet" click n65 "play/constellation.html" "Constellation Desk" click n66 "play/play.html" "Play" click n67 "play/study.html" "Study Lamp" click n68 "play/poem.html" "Marginalia Machine" click n69 "play/ink.html" "Ink Pond" click n70 "play/timeline.html" "Timeline Tangle" click n71 "play/recipe.html" "Supper Wheel" click n72 "play/terminal.html" "Archive Terminal" click n73 "play/rpg.html" "Ash Below the Lake" click n74 "play/the-rain-index.html" "The Rain Index" #+end_src * Pages - [[file:index.org][Home]] - [[file:recently-updated.org][Recently Updated]] - home - [[file:home/countdown.org][Countdown]] - [[file:home/backlog.org][Backlog]] - [[file:home/status.org][Competency Status Board]] - [[file:home/services.org][Service]] - [[file:home/notes.org][Notes]] - [[file:home/wird-tracker.org][Wird Tracker]] - [[file:home/contact.org][Contact]] - [[file:home/hidden-soul.org][hidden-soul]] - [[file:home/categories.org][Categories]] - guide - [[file:home/guide/wird-tracker-guide.org][Wird Tracker — Technical Guide]] - [[file:home/guide/setup.org][Setup]] - tags - [[file:tags/review.sync-conflict-20260328-203248-VT6366A.org][Tag: review]] - [[file:tags/life.sync-conflict-20260417-233423-VT6366A.org][Tag: life]] - [[file:tags/learning.org][Tag: learning]] - [[file:tags/introduction.org][Tag: introduction]] - [[file:tags/notes.org][Tag: notes]] - [[file:tags/review.org][Tag: review]] - [[file:tags/website.org][Tag: website]] - [[file:tags/update.org][Tag: update]] - [[file:tags/life.org][Tag: life]] - [[file:tags/emacs.org][Tag: emacs]] - [[file:tags/education.org][Tag: education]] - [[file:tags/reading.org][Tag: reading]] - [[file:tags/maths.org][Tag: maths]] - [[file:tags/insights.org][Tag: insights]] - posts - [[file:posts/posts-intro.org][Posts Introduction]] - [[file:posts/posts-list.org][Posts List]] - career - [[file:posts/career/solid-principles.org][SOLID Principles]] - [[file:posts/career/owasp.org][OWASP Top Ten]] - [[file:posts/career/lean.org][Lean]] - [[file:posts/career/retrospectives.org][Retrospectives]] - [[file:posts/career/invest-principles.org][Invest Principles]] - [[file:posts/career/career-intro.org][Career Introduction]] - [[file:posts/career/wireframe-designs.org][Wireframe Designs]] - [[file:posts/career/management-of-self.org][Management of self training]] - [[file:posts/career/requirements-features.org][Requirements, features, user stories, tasks, walking skeletons]] - [[file:posts/career/normalisation.org][Benefits of Normalisation]] - [[file:posts/career/airflow.org][Datamarts, Airflow and DAG's]] - [[file:posts/career/probation-objectives.org][Probation Objectives:]] - [[file:posts/career/monitoring-and-logging.org][Monitoring and Logging]] - [[file:posts/career/pipelines.org][Pipelines and how they work (as well as CI/CD)]] - [[file:posts/career/database-permissions.org][Database Permissions, Roles, and Accounts]] - [[file:posts/career/restful-api.org][Restful API]] - [[file:posts/career/javascript.org][Understands the Javascript language]] - [[file:posts/career/ha-dr.org][High Availability, Disaster Recovery and Business Continuity]] - [[file:posts/career/cross-site-scripting-xss.org][Cross-Site Scripting (XSS)]] - [[file:posts/career/career-list.org][Career List]] - blogs - [[file:blogs/blogs-intro.org][Blogs Introduction]] - [[file:blogs/publish-pages.org][How to publish pages using Org Publish]] - [[file:blogs/blogs-list.org][Blogs List]] - lima - [[file:lima/lima-list.org][Lima]] - play - [[file:play/bookshelf.org][Bookshelf Sort]] - [[file:play/sigil.org][Sigil Press]] - [[file:play/memory.org][Memory Cabinet]] - [[file:play/constellation.org][Constellation Desk]] - [[file:play/play.org][Play]] - [[file:play/study.org][Study Lamp]] - [[file:play/poem.org][Marginalia Machine]] - [[file:play/ink.org][Ink Pond]] - [[file:play/timeline.org][Timeline Tangle]] - [[file:play/recipe.org][Supper Wheel]] - [[file:play/terminal.org][Archive Terminal]] - [[file:play/rpg.org][Ash Below the Lake]] - [[file:play/the-rain-index.org][The Rain Index]]