-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknowledge-base.html
More file actions
376 lines (324 loc) · 20.3 KB
/
knowledge-base.html
File metadata and controls
376 lines (324 loc) · 20.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hero's Makerspace - Knowledge Base</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>Knowledge Base</h1>
</header>
<nav class="main-nav">
<a href="index.html">Home</a>
<a href="projects.html">Projects</a>
<a href="blog.html">Blog</a>
<a href="contact.html">Contact</a>
<a href="resources.html">Resources</a>
<a href="knowledge-base.html">Knowledge Base</a>
</nav>
<main>
<section id="introduction-knowledge-base">
<h2><a id="intro">Welcome to My Knowledge Base</a></h2>
<br><p>NOTE: This is still a work in progress, I have not started populating information yet, as I am just building the groundwork for what comes later </p>
<br><p>Here, you'll dive into what I've learned from years of tinkering with gadgets, coding late into the night, and sketching out ideas that turned into something bigger. It's all here: my journey through technology, art, and everything. This Knowledge Base? It's my digital notebook, where I store the bits and pieces of knowledge I've gathered along the way.</p>
<br><p>But this isn't just for me. I'm throwing open the doors to my workshop, hoping you'll find something here that also lights a spark for you. There's no catch, no fees, no gates. Just knowledge freely shared. I'm not here to make a buck but to spread the word that learning doesn't have to come with a price tag. So, look around, see what catches your eye, and let's learn something new together without worrying about the cost.</p>
</section>
<br>
<!-- Table of Contents -->
<nav class="toc">
<h2><a id="toc">Table of Contents</a></h2>
<ol>
<li><a href="#about">1. About section</a></li>
<li><a href="#tools">2. Makerspace Tools and Equipment</a></li>
<li><a href="#foundation">3. Foundation</a></li>
<ol>
<li><a href="#base-math">3.1 Base Math</a></li>
<li><a href="#base-science">3.2 Base Science</a></li>
<li><a href="#algorithms">3.3 Algorithms</a></li>
<li><a href="#formulas">3.4 Formulas</a></li>
<li><a href="#comprehensive-lexicon">3.5 Comprehensive Lexicon/Jargon File</a></li>
</ol>
<li><a href="#deep-dive">4. Deep Dive</a></li>
<ol>
<li><a href="#engineering-prototyping">4.1 Engineering and Prototyping</a></li>
<li><a href="#computing-cybersecurity">4.2 Computing and Cybersecurity</a></li>
<li><a href="#mind-consciousness">4.3 Mind and Consciousness</a></li>
<li><a href="#traditional-alternative-sciences">4.4 Traditional and Alternative Sciences</a></li>
<li><a href="#art-creative-expression">4.5 Art and Creative Expression</a></li>
<li><a href="#diy-maker-culture">4.6 DIY and Maker Culture</a></li>
<li><a href="#quantum-computing">4.7 Quantum Computing</a></li>
<li><a href="#sustainability-technology">4.8 Sustainability in Technology</a></li>
<li><a href="#advanced-computing-networking">4.9 Advanced Computing and Networking</a></li>
<li><a href="#machine-learning">4.10 Machine Learning and Its Applications</a></li>
<li><a href="#homelab-experimental">4.11 Homelab and Experimental Setups</a></li>
<li><a href="#energy-sources-battery-research">4.12 Energy Sources and Battery Research</a></li>
<li><a href="#aerospace">4.13 Aerospace/Auronautics/Drones and Beyond</a></li>
</ol>
</ol>
</nav>
<br>
<h1><a id="about">About</a></h1>
<!-- about section-->
<section id="about">
<h2>About section Placeholder(inw)</h2>
<br>
<p>About section Placeholder text</p>
</section>
<br>
<h1><a id="tools">Makerspace</a></h1>
<br>
<!-- Makerspace Gear-->
<section id="tools-of-the-trade">
<h2> <a id="tools"> Makerspace Tools and Equipment(inw)</a></h2>
<br>
<p>Discover the essential tools, software, and hardware that fuel creativity and innovation in various fields. From the workbench to the digital space, these are the tools that I've used to turn my ideas into reality.</p>
<br><ul>
<li><a href="knowledge-base/tools/software-tools.html">Computer/Software related Tools</a></li>
<li><a href="knowledge-base/tools/electronic-tools.html">Tools for Electronics</a></li>
<li><a href="knowledge-base/tools/measurement-tools.html">Tools for measuring stuff</a></li>
<li><a href="knowledge-base/tools/artistic-tools.html">Art related tools</a></li>
<li><a href="knowledge-base/tools/general-tools.html">General tools and Makerspace things</a></li>
</ul>
</section>
<br>
<!-- Foundation -->
<section id="foundation">
<h2><a id="foundation">Foundation</h2></a>
<p>Building knowledge on a strong foundation is key. This section covers what I believe are the fundamental concepts and principles that will help someone succeed in their learning journey.</p>
<ul>
<li><a href="knowledge-base/foundation/learning-study-strategies.html">Learning/Study Strategies</a></li>
<li><a href="knowledge-base/foundation/test-preparation.html">Test Preparation</a></li>
<li><a href="knowledge-base/foundation/memory-enhancement.html">Memory Enhancement</a></li>
<li><a href="knowledge-base/foundation/time-management.html">Time Management</a></li>
<li><a href="knowledge-base/foundation/problem-solving-analysis.html">Problem-Solving/Analysis</a></li>
<li><a href="knowledge-base/foundation/math.html">Math</a></li>
<li><a href="knowledge-base/foundation/breathing-techniques.html">Breathing Techniques</a></li>
<li><a href="knowledge-base/foundation/meditation.html">Meditation</a></li>
<li><a href="knowledge-base/foundation/self-reflection-feedback.html">Self-Reflection/Feedback</a></li>
<li><a href="knowledge-base/foundation/creativity-innovation.html">Creativity and Innovation</a></li>
<li><a href="knowledge-base/foundation/communication-skills.html">Communication Skills</a></li>
<li><a href="knowledge-base/foundation/digital-literacy.html">Digital Literacy</a></li>
<li><a href="knowledge-base/foundation/adaptability-resilience.html">Adaptability and Resilience</a></li>
<li><a href="knowledge-base/foundation/mental-sharpness-efficiency.html">Mental Sharpness and Efficiency</a></li>
<li><a href="knowledge-base/foundation/productivity-organization.html">Productivity and Organization</a></li>
<li><a href="knowledge-base/foundation/communication-interpersonal-skills.html">Communication and Interpersonal Skills</a></li>
<li><a href="knowledge-base/foundation/health-wellness.html">Health and Wellness</a></li>
<li><a href="knowledge-base/foundation/emotional-psychological-well-being.html">Emotional and Psychological Well-being</a></li>
</ul>
</section>
<br>
<br>
<h1>Fundamental Concepts:</h1>
<br>
<!-- Base Math Section -->
<section id="base-math">
<li><a href="foundation/base-math.html" id="base-math">Base Math</a></li>
<p>Explore fundamental mathematical concepts:</p>
<ul>
<li><a href="knowledge-base/math/calculus.html">Calculus</a></li>
<li><a href="knowledge-base/math/linear-algebra.html">Linear Algebra</a></li>
<li><a href="knowledge-base/math/probability-statistics.html">Probability and Statistics</a></li>
<li><a href="knowledge-base/math/discrete-mathematics.html">Discrete Mathematics</a></li>
<li><a href="knowledge-base/math/differential-equations.html">Differential Equations</a></li>
<li><a href="knowledge-base/math/optimization.html">Optimization</a></li>
<li><a href="knowledge-base/math/numerical-methods.html">Numerical Methods</a></li>
<li><a href="knowledge-base/math/complex-numbers.html">Complex Numbers</a></li>
<li><a href="knowledge-base/math/vector-calculus.html">Vector Calculus</a></li>
</ul>
</section>
<br>
<!-- Base Science Section -->
<section id="base-science">
<li><a href="foundation/base-science.html" id="base-science">Base Science</a></li>
<p>Discover fundamental concepts in science:</p>
<ul>
<li><a href="knowledge-base/science/physics.html">Physics</a></li>
<li><a href="knowledge-base/science/chemistry.html">Chemistry</a></li>
<li><a href="knowledge-base/science/biology.html">Biology</a></li>
<li><a href="knowledge-base/science/astronomy.html">Astronomy</a></li>
<li><a href="knowledge-base/science/geology.html">Geology</a></li>
<li><a href="knowledge-base/science/electromagnetism.html">Electromagnetism</a></li>
<li><a href="knowledge-base/science/thermodynamics.html">Thermodynamics</a></li>
<li><a href="knowledge-base/science/fluid-mechanics.html">Fluid Mechanics</a></li>
<li><a href="knowledge-base/science/materials-science.html">Materials Science</a></li>
<li><a href="knowledge-base/science/environmental-science.html">Environmental Science</a></li>
</ul>
</section>
<br>
<!-- Algorithms Section -->
<section id="algorithms">
<li><a href="foundation/algorithms.html" id="algorithms">Algorithms</a></li>
<p>Explore fundamental algorithms and data structures:</p>
<ul>
<li><a href="knowledge-base/algorithms/searching-sorting.html">Searching and Sorting Algorithms</a></li>
<li><a href="knowledge-base/algorithms/graph-algorithms.html">Graph Algorithms</a></li>
<li><a href="knowledge-base/algorithms/dynamic-programming.html">Dynamic Programming</a></li>
</ul>
</section>
<br>
<!-- Formulas Section -->
<section id="formulas">
<li><a href="foundation/formulas.html" id="formulas">Formulas</a></li>
<p>Explore useful mathematical formulas:</p>
<ul>
<li><a href="knowledge-base/formulas/trigonometry-formulas.html">Trigonometry Formulas</a></li>
<li><a href="knowledge-base/formulas/calculus-formulas.html">Calculus Formulas</a></li>
<li><a href="knowledge-base/formulas/statistics-formulas.html">Statistics Formulas</a></li>>
</ul>
</section>
<!-- Electronics -->
<section id="electronics">
<h2><a id="electronics">electronics</a></h2>
<p>Explore useful mathematical formulas:</p>
<ul>
<li><a href="knowledge-base/electronics/components.html">Components</a></li>
<li><a href="knowledge-base/electronics/circuits.html">Circuits</a></li>
<li><a href="knowledge-base/electronics/microcontrollers.html">MicroControllers</a></li>>
</ul>
</section>
<br>
<!-- Comprehensive Lexicon/Jargon File Section -->
<section id="comprehensive-lexicon">
<li><a href="foundation/lexicon.html" id="comprehensive-lexicon">Comprehensive Lexicon</a></li>
<p>Explore the comprehensive lexicon and jargon file:</p>
<ul>
<li><a href="knowledge-base/comprehensive-lexicon.html">Comprehensive Lexicon/Jargon File</a></li>
</ul>
</section>
<br>
<br>
<h1><a id="deep-dive">Deep Dive:</a></h1>
<br>
<!-- Engineering and Prototyping -->
<section id="engineering-prototyping">
<li><a href="deep-dive/engineering-prototyping.html" id="engineering-prototyping">Engineering and Prototyping</a></li>
<ul>
<li><a href="knowledge-base/engineering/mechatronics-robotics.html">Mechatronics and Robotics</a></li>
<li><a href="knowledge-base/engineering/3d-printing-additive-manufacturing.html">3D Printing and Additive Manufacturing</a></li>
<li><a href="knowledge-base/engineering/electronics-circuit-design.html">Electronics and Circuit Design</a></li>
<li><a href="knowledge-base/engineering/schematics-diagrams.html">Schematics and Diagrams</a></li>
<li><a href="knowledge-base/engineering/technical-sketches.html">Drawing Technical Sketches</a></li>
</ul>
</section>
<br>
<!-- Computing and Cybersecurity -->
<section id="computing-cybersecurity">
<li><a href="deep-dive/computing-cybersecurity.html" id="computing-cybersecurity">Computing and Cybersecurity</a></li>
<ul>
<li><a href="knowledge-base/computing/software-engineering-fundamentals.html">Software Engineering Fundamentals</a></li>
<li><a href="knowledge-base/computing/cybersecurity-practices.html">Cybersecurity Practices</a></li>
<li><a href="knowledge-base/computing/game-development.html">Game Development</a></li>
</ul>
</section>
<br>
<!-- Mind and Consciousness -->
<section id="mind-consciousness">
<li><a href="deep-dive/mind-consciousness.html" id="mind-consciousness">Mind and Consciousness</a></li>
<ul>
<li><a href="knowledge-base/mind/neurosciences-biofeedback.html">Neurosciences and Biofeedback</a></li>
<li><a href="knowledge-base/mind/philosophy-psychology-mind.html">Philosophy and Psychology of Mind</a></li>
<li><a href="knowledge-base/mind/meditation-mindfulness.html">Meditation and Mindfulness Practices</a></li>
</ul>
</section>
<br>
<!-- Traditional and Alternative Sciences -->
<section id="traditional-alternative-sciences">
<li><a href="deep-dive/traditional-alternative-sciences.html" id="traditional-alternative-sciences">Traditional and Alternative Sciences</a></li>
<ul>
<li><a href="knowledge-base/sciences/eastern-medicine-pseudoscience.html">Eastern Medicine and Pseudoscience</a></li>
<li><a href="knowledge-base/sciences/biohacking.html">Biohacking</a></li>
<li><a href="knowledge-base/sciences/science-myth-consciousness.html">The Science and Myth of Consciousness</a></li>
</ul>
</section>
<br>
<!-- Art and Creative Expression -->
<section id="art-creative-expression">
<li><a href="deep-dive/art-creative-expression.html" id="art-creative-expression">Art and Creative Expression</a></li>
<ul>
<li><a href="knowledge-base/arts/model-building-painting.html">Model Building and Painting</a></li>
<li><a href="knowledge-base/arts/digital-art-modeling.html">Digital Art and Modeling</a></li>
<li><a href="knowledge-base/arts/creative-engineering-projects.html">Creative Engineering Projects</a></li>
</ul>
</section>
<br>
<!-- DIY and Maker Culture -->
<section id="diy-maker-culture">
<li><a href="deep-dive/diy-maker-culture.html" id="diy-maker-culture">DIY and Maker Culture</a></li>
<ul>
<li><a href="knowledge-base/diy/building-tinkering.html">Building and Tinkering</a></li>
<li><a href="knowledge-base/diy/open-source-projects.html">Open Source Projects</a></li>
<li><a href="knowledge-base/diy/workshop-tools-techniques.html">Workshop Tools and Techniques</a></li>
</ul>
</section>
<br>
<!-- Quantum Computing -->
<section id="quantum-computing">
<li><a href="deep-dive/quantum-computing.html" id="quantum-computing">Quantum Computing</a></li>
<ul>
<li><a href="knowledge-base/quantum-computing/introduction.html">Introduction to Quantum Computing</a></li>
<li><a href="knowledge-base/quantum-computing/quantum-algorithms.html">Quantum Algorithms</a></li>
</ul>
</section>
<br>
<!-- Sustainability in Technology -->
<section id="sustainability-technology">
<li><a href="deep-dive/sustainability-technology.html" id="sustainability-technology">Sustainability in Technology</a></li>
<ul>
<li><a href="knowledge-base/sustainability/harvesting-reuse.html">Harvesting Materials for Reuse</a></li>
<li><a href="knowledge-base/sustainability/diy-recycled-projects.html">DIY Projects with Recycled Materials</a></li>
</ul>
</section>
<br>
<!-- Advanced Computing and Networking -->
<section id="advanced-computing-networking">
<li><a href="deep-dive/advanced-computing-networking.html" id="advanced-computing-networking">Advanced Computing and Networking</a></li>
<ul>
<li><a href="knowledge-base/computing/networking-fundamentals.html">Networking Fundamentals</a></li>
<li><a href="knowledge-base/computing/devops-automation.html">DevOps and Automation</a></li>
<li><a href="knowledge-base/computing/home-automation.html">Home Automation and Smart Devices</a></li>
</ul>
</section>
<br>
<!-- Machine Learning and Its Applications -->
<section id="machine-learning">
<li><a href="deep-dive/machine-learning.html" id="machine-learning">Machine Learning and Its Applications</a></li>
<ul>
<li><a href="knowledge-base/machine-learning/basics.html">Machine Learning Basics</a></li>
<li><a href="knowledge-base/machine-learning/applications.html">Applying Machine Learning</a></li>
<li><a href="knowledge-base/machine-learning/bridging-fields.html">Bridging Fields with Machine Learning</a></li>
</ul>
</section>
<br>
<!-- Homelab and Experimental Setups -->
<section id="homelab-experimental">
<h2><li><a href="deep-dive/homelab-experimental.html" id="homelab-experimental">Homelab and Experimental Setups</a></li>
<ul>
<li><a href="knowledge-base/homelab/building-homelab.html">Building a Homelab</a></li>
<li><a href="knowledge-base/homelab/projects-experiments.html">Projects and Experiments</a></li>
</ul>
</section>
<br>
<section id="energy-sources-battery-research">
<li><a href="deep-dive/energy-sources-battery-research.html" id="energy-sources-battery-research">Energy Sources and Battery Research</a></li>
<ul>
<li><a href="knowledge-base/energy/alternative-sources.html">Alternative Energy Sources</a></li>
<li><a href="knowledge-base/energy/battery-technology.html">Advancements in Battery Technology</a></li>
</ul>
</section>
<br>
<section id="aerospace">
<li><a href="deep-dive/aerospace.html" id="aerospace">Aerospace/Aeronautics/Drones and Beyond</a></li>
<ul>
<li><a href="knowledge-base/aerospace/industry-overview.html">Industry Overview</a></li>
<li><a href="knowledge-base/aerospace/current-projects.html">Current Projects and Research</a></li>
</ul>
</section>
</main>
<footer>
<p>© 2024 Hero's Makerspace. All rights reserved.</p>
</footer>
<script src="js/script.js"></script>
</body>
</html>