# Home

<h2 align="center">My Computer Engineering Journey</h2>

<p align="center">A collection of lecture notes, summaries, and things I've learned along the way.</p>

<p align="center"><a href="/spaces/kBwWKlDJwmXRyPHTg6XD" class="button primary">Explore the Knowledge Base</a> <a href="/spaces/kBwWKlDJwmXRyPHTg6XD" class="button secondary">Browse by Topic</a></p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-type="image">Cover image (dark)</th><th data-hidden data-type="image">Cover image (dark)</th><th data-hidden data-card-cover-dark data-type="image">Cover image (dark)</th></tr></thead><tbody><tr><td><i class="fa-notebook">:notebook:</i></td><td><strong>The Journey</strong></td><td>Connecting theoretical concepts across different fields to solve real-world problems.</td><td><a href="/spaces/kBwWKlDJwmXRyPHTg6XD">/spaces/kBwWKlDJwmXRyPHTg6XD</a></td><td><a href="/files/IDKv81NQp8TseE7Ee6AA">/files/IDKv81NQp8TseE7Ee6AA</a></td><td><a href="/files/ZVX1NNjeN1sR75fAK1NW">/files/ZVX1NNjeN1sR75fAK1NW</a></td><td><a href="/files/ZVX1NNjeN1sR75fAK1NW">/files/ZVX1NNjeN1sR75fAK1NW</a></td><td><a href="/files/ZVX1NNjeN1sR75fAK1NW">/files/ZVX1NNjeN1sR75fAK1NW</a></td></tr><tr><td><i class="fa-magnifying-glass">:magnifying-glass:</i></td><td><strong>The Notes</strong></td><td>A growing, open-source collection of my lecture notes and academic summaries.</td><td><a href="/spaces/kBwWKlDJwmXRyPHTg6XD">/spaces/kBwWKlDJwmXRyPHTg6XD</a></td><td><a href="/files/M2UbGcbYblGS4UXFgwTF">/files/M2UbGcbYblGS4UXFgwTF</a></td><td></td><td><a href="/files/3ZIuhwDBFFQfmk7L6g0o">/files/3ZIuhwDBFFQfmk7L6g0o</a></td><td><a href="/files/3ZIuhwDBFFQfmk7L6g0o">/files/3ZIuhwDBFFQfmk7L6g0o</a></td></tr><tr><td><i class="fa-memo">:memo:</i></td><td><strong>The Community</strong></td><td>Mentorship, collaboration, and the spirit of gracious professionalism.</td><td><a href="/spaces/kBwWKlDJwmXRyPHTg6XD">/spaces/kBwWKlDJwmXRyPHTg6XD</a></td><td><a href="/files/yaGFICWrnWfWsNT5VA9C">/files/yaGFICWrnWfWsNT5VA9C</a></td><td></td><td></td><td><a href="/files/UFaE5RpLtamkvItlmc2Y">/files/UFaE5RpLtamkvItlmc2Y</a></td></tr></tbody></table>

{% columns %}
{% column %}

#### Connecting the Dots

Becoming a solid computer engineer isn't just about isolating software from hardware or memorizing formulas. It is about seeing the bigger picture.

This space documents my journey of bridging the gaps between different technical disciplines. By connecting diverse fields of knowledge, I aim to build systems and solutions that tackle real-world problems innovatively.

<a href="/spaces/kBwWKlDJwmXRyPHTg6XD" class="button primary" data-icon="rocket-launch">Explore my notes</a>
{% endcolumn %}

{% column %}

<figure><picture><source srcset="/files/mDCYxd6RDnve3jOj6Lmy" media="(prefers-color-scheme: dark)"><img src="/files/JKffZZoMR7nWtmnFxCjP" alt=""></picture><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><picture><source srcset="/files/30xOJfOrUIPrNJs4o5WX" media="(prefers-color-scheme: dark)"><img src="/files/LX4oEHe9nVfNtdU4q4jv" alt=""></picture><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

#### Gracious Professionalism

The best engineering is collaborative. Competing and building with FRC Team 6940 instilled in me the core value of **Gracious Professionalism** — the understanding that high-quality, fierce execution goes hand-in-hand with mutual respect and helping others succeed.

I strongly believe in the open-source spirit. Whether through sharing these study notes or helping peers when I can, my goal is to lower the barrier to entry, make knowledge more accessible, and contribute to a more supportive learning community.

<a href="/spaces/kBwWKlDJwmXRyPHTg6XD" class="button primary" data-icon="book-open">How to contribute</a>
{% endcolumn %}
{% endcolumns %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wenbo-notes.gitbook.io/lecture-notes/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
