export const vocabulary = { absurdism: { title: 'Absurdism', loader: () => import('./vocab/absurdism'), }, 'ad-hoc': { title: 'Ad Hoc', loader: () => import('./vocab/ad-hoc'), }, antikythera: { title: 'Antikythera Mechanism', loader: () => import('./vocab/antikythera'), }, 'anti-pattern': { title: 'Anti-Pattern', loader: () => import('./vocab/anti-pattern'), }, 'baader-meinhof': { title: 'Baader-Meinhof Phenomenon', loader: () => import('./vocab/baader-meinhof'), }, 'barnum-effect': { title: 'Barnum Effect', loader: () => import('./vocab/barnum-effect'), }, 'boolean-algebra': { title: 'Boolean Algebra', loader: () => import('./vocab/boolean-algebra'), }, 'box-plot': { title: 'Box Plot', loader: () => import('./vocab/box-plot'), }, 'cogito-ergo-sum': { title: 'Cogito, Ergo Sum', loader: () => import('./vocab/cogito-ergo-sum'), }, 'context-api': { title: 'Context API', loader: () => import('./vocab/context-api'), }, 'correlation-vs-relation': { title: 'Correlation vs Relation', loader: () => import('./vocab/correlation-vs-relation'), }, crawler: { title: 'Search Engine Crawler', loader: () => import('./vocab/crawler'), }, csr: { title: 'Client-Side Rendering (CSR)', loader: () => import('./vocab/csr'), }, dasein: { title: 'Dasein', loader: () => import('./vocab/dasein'), }, 'deductive-reasoning': { title: 'Deductive Reasoning', loader: () => import('./vocab/deductive-reasoning'), }, dialectic: { title: 'Dialectic (Hegelian)', loader: () => import('./vocab/dialectic'), }, epistemology: { title: 'Epistemology', loader: () => import('./vocab/epistemology'), }, etl: { title: 'ETL (Extract, Transform, Load)', loader: () => import('./vocab/etl'), }, existentialism: { title: 'Existentialism', loader: () => import('./vocab/existentialism'), }, 'game-of-the-year': { title: 'Game of the Year (GOTY)', loader: () => import('./vocab/game-of-the-year'), }, geist: { title: 'Geist', loader: () => import('./vocab/geist'), }, hydration: { title: 'Hydration', loader: () => import('./vocab/hydration'), }, 'inductive-reasoning': { title: 'Inductive Reasoning', loader: () => import('./vocab/inductive-reasoning'), }, 'incompleteness-theorems': { title: 'Incompleteness Theorems', loader: () => import('./vocab/incompleteness-theorems'), }, 'language-games': { title: 'Language Games', loader: () => import('./vocab/language-games'), }, 'law-of-non-contradiction': { title: 'Law of Non-Contradiction', loader: () => import('./vocab/law-of-non-contradiction'), }, 'leap-of-faith': { title: 'Leap of Faith', loader: () => import('./vocab/leap-of-faith'), }, legato: { title: 'Legato (Music)', loader: () => import('./vocab/legato'), }, 'magnum-opus': { title: 'Magnum Opus', loader: () => import('./vocab/magnum-opus'), }, 'lingua-franca': { title: 'Lingua Franca', loader: () => import('./vocab/lingua-franca'), }, 'logical-fallacy': { title: 'Logical Fallacy', loader: () => import('./vocab/logical-fallacy'), }, 'modules-vs-includes': { title: 'Modules vs. Includes', loader: () => import('./vocab/modules-vs-includes'), }, msg: { title: 'MSG (Monosodium Glutamate)', loader: () => import('./vocab/msg'), }, murakami: { title: 'Murakami, Takashi', loader: () => import('./vocab/murakami'), }, 'name-mangling': { title: 'Name Mangling', loader: () => import('./vocab/name-mangling'), }, nihilism: { title: 'Nihilism', loader: () => import('./vocab/nihilism'), }, occasionalism: { title: 'Occasionalism', loader: () => import('./vocab/occasionalism'), }, omarchy: { title: 'Omarchy', loader: () => import('./vocab/omarchy'), }, ontology: { title: 'Ontology', loader: () => import('./vocab/ontology'), }, 'open-graph': { title: 'Open Graph Protocol', loader: () => import('./vocab/open-graph'), }, p99: { title: 'P99 (99th Percentile)', loader: () => import('./vocab/p99'), }, pluribus: { title: 'Pluribus', loader: () => import('./vocab/pluribus'), }, 'poi-rating': { title: "Person of Interest's Rating", loader: () => import('./vocab/poi-rating'), }, 'power-law': { title: 'Power Law (Long-tail)', loader: () => import('./vocab/power-law'), }, premise: { title: 'Premise', loader: () => import('./vocab/premise'), }, 'prop-drilling': { title: 'Prop Drilling', loader: () => import('./vocab/prop-drilling'), }, qualia: { title: 'Qualia', loader: () => import('./vocab/qualia'), }, regex: { title: 'Regular Expressions (RegEx)', loader: () => import('./vocab/regex'), }, 'side-effects': { title: 'Side Effects', loader: () => import('./vocab/side-effects'), }, 'socratic-method': { title: 'Socratic Method', loader: () => import('./vocab/socratic-method'), }, solipsism: { title: 'Solipsism', loader: () => import('./vocab/solipsism'), }, spa: { title: 'Single Page Application (SPA)', loader: () => import('./vocab/spa'), }, ssg: { title: 'Static Site Generation (SSG)', loader: () => import('./vocab/ssg'), }, syllogism: { title: 'Syllogism', loader: () => import('./vocab/syllogism'), }, staccato: { title: 'Staccato (Music)', loader: () => import('./vocab/staccato'), }, 'theory-of-forms': { title: 'Theory of Forms', loader: () => import('./vocab/theory-of-forms'), }, 'transcendental-idealism': { title: 'Transcendental Idealism', loader: () => import('./vocab/transcendental-idealism'), }, tremolo: { title: 'Tremolo (Music)', loader: () => import('./vocab/tremolo'), }, 'trope-purity': { title: 'Trope Purity', loader: () => import('./vocab/trope-purity'), }, utilitarianism: { title: 'Utilitarianism', loader: () => import('./vocab/utilitarianism'), }, vibrato: { title: 'Vibrato (Music)', loader: () => import('./vocab/vibrato'), }, 'will-to-live': { title: 'Will to Live', loader: () => import('./vocab/will-to-live'), }, };