> For the complete documentation index, see [llms.txt](https://docs.tenten.co/awesome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tenten.co/awesome/design/awesome-ux-designer/reading-list.md).

# Reading list

## 2021

### January

* [Wireframe are useless](https://uxdesign.cc/wireframes-are-useless-14ac7d22c961): a very opiniated and yet very interesting of not using wireframes
* [9 Free UX Design Courses That You Can Complete Online](https://uxplanet.org/9-free-ux-design-courses-that-you-can-complete-online-988314816f76)
* [15 Terms You Need to Get Used to As a UX Designer](https://uxplanet.org/15-terms-you-need-to-get-used-to-as-a-ux-designer-52b593566b7a)
* [The Role of Animation and Motion in UX](https://www.nngroup.com/articles/animation-purpose-ux/)
* [Core, extend, jump: a fresh approach to content hierarchy and strategy](https://uxdesign.cc/why-we-love-the-core-extend-jump-approach-to-structure-digital-content-c20cbcf15e12)

## February

* [Remote Design Work: Top Challenges](https://www.nngroup.com/articles/remote-design-challenges/?ref=uxdesignweekly)
* [How Users Read on the Web](https://www.nngroup.com/articles/how-users-read-on-the-web/): very interesting because documented with statistics
* [Brand Vocabulary in the Context of UX: Key Terms Defined](https://www.nngroup.com/articles/ux-brand-terms-defined/)

## March

* [Mind the gap — important UX research skills that are absent from bootcamps](https://uxdesign.cc/mind-the-gap-important-ux-research-skills-that-are-absent-from-bootcamps-a6c8c8fd640c)
* [How to get started with VR interface design](https://www.invisionapp.com/inside-design/vr-interface-design/)


---

# 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://docs.tenten.co/awesome/design/awesome-ux-designer/reading-list.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.
