# About the Author

Yichen Zhu has been working as a full-stack developer in the software development industry since 2012. He has worked for small- and medium-sized businesses as well as large enterprises, and he has experience in a variety of sectors including (but not limited to) consulting, finance, and telecommunications. Yichen also holds an Honours Bachelor of Science degree in Computer Science from the University of Toronto. When he's not coding, Yichen likes to teach and educate others about programming and software development.

## Links

Personal website: <https://www.yichen.ca>

LinkedIn: [https://www.linkedin.com/in/yichenzhu1337](https://www.linkedin.com/in/yichenzhu1337/)

GitHub: <https://github.com/yichenzhu1337>


---

# 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://book.restfulnode.com/about-the-author.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.
