# Front End

## Links

* [Front End Resources](https://enboard.co/frontend/)
* [Front-end Job Interview Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions#readme)
* [Front End case studies](https://github.com/andrew--r/frontend-case-studies#readme)
* [Front End Developer Handbook 2018](https://frontendmasters.com/books/front-end-handbook/2018/)
* [Code my UI](https://codemyui.com) - Web Design Inspiration with Code Snippets.
* [Front End Guidelines Questionnaire](https://github.com/bradfrost/frontend-guidelines-questionnaire#readme)
* [Great front end guidelines](https://github.com/rvolosatovs/turtlitto/blob/master/DEVELOPMENT.md#frontend-guidelines)
* [Thoughts About Front-End Development (2018)](https://reading.supply/@jim/thoughts-about-front-end-development-2WwhaP)
* [Rearchitecting Airbnb’s Frontend (217)](https://medium.com/airbnb-engineering/rearchitecting-airbnbs-frontend-5e213efc24d2)
* [FrontendArmory](https://frontarm.com/) - Some great React/JS courses.
* [The Elements of UI Engineering (2018)](https://overreacted.io/the-elements-of-ui-engineering/)
* [UI as an afterthought (2019)](https://michel.codes/blogs/ui-as-an-afterthought)
* [Front-end Developer Handbook 2019](https://frontendmasters.com/books/front-end-handbook/2019/)
* [The Great Divide (2019)](https://css-tricks.com/the-great-divide/) - Two front-end developers are sitting at a bar. They have nothing to talk about.
* [Micro Frontends (2019)](https://martinfowler.com/articles/micro-frontends.html)
* [The Modern Front-End Design System Stack (2019)](https://jxnblk.com/blog/the-modern-front-end-design-system/)
* [Navigating the Hype-Driven Frontend Development World Without Going Insane - Kitze (2019)](https://www.youtube.com/watch?v=u2WtILkz0fI)
* [FAB Specification](https://fab.dev/) - Compile target for frontend applications. ([Code](https://github.com/fab-spec/fab))
* [What should i learn as a front-end web dev in 2020?](https://www.reddit.com/r/webdev/comments/ed5aoj/what_should_i_learn_as_a_frontend_web_dev_in_2020/)
* [dotcom-rendering](https://github.com/guardian/dotcom-rendering) - Frontend rendering framework for theguardian.com. It uses React, with Emotion for styling.
* [Front-End Conferences](https://github.com/frontendfront/front-end-conferences#readme) - List of upcoming front-end related conferences.
* [Microfrontends made easy](https://github.com/single-spa/single-spa)
* [Frontend Lobsters, what are your pet peeves about the languages / frameworks you use? (2020)](https://lobste.rs/s/7jwneg/frontend_lobsters_what_are_your_pet)
* [Open UI](https://open-ui.org) - Maintain an open standard for UI and promote its adherence and adoption. ([Code](https://github.com/WICG/open-ui)) ([HN](https://news.ycombinator.com/item?id=22731898))
* [Guide to becoming a modern front end developer](https://roadmap.sh/frontend) ([HN](https://news.ycombinator.com/item?id=22765861))
* [Frontdesk](https://github.com/miripiruni/frontdesk#readme) - Community driven list of useful things for Front End Developers.
* [Front-end Bookmarks](https://www.frontendbookmarks.com/) - Collection of articles and talks about HTML, CSS, and JS, grouped by elements, attributes, properties, selectors, methods, and expressions. ([Code](https://github.com/matuzo/front-end-bookmarks))


---

# 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://woodrowpearson.gitbook.io/woodrow-wiki/front-end.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.
