> For the complete documentation index, see [llms.txt](https://wenbo-notes.gitbook.io/lecture-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wenbo-notes.gitbook.io/lecture-notes/readme.md).

# 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></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 Everything

Becoming a solid computer engineer means learning from different disciplines and, more importantly, being able to connect those ideas together to solve meaningful problems.

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. My experience in FRC Team 6940 instilled in me the core value of Gracious Professionalism: to give back to the community the same help, guidance, and encouragement that I have once received. To me, this is the spirit of "Give to Gain."

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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
