> For the complete documentation index, see [llms.txt](https://personal-development.codeyourfuture.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://personal-development.codeyourfuture.io/additional-resources-for-trainees/dyslexia-and-coding.md).

# Dyslexia and Coding

## Yay! You have started your journey with coding!&#x20;

\
It might be fun now but at some point it may become hard.&#x20;

You might belive that dyslexia makes coding is difficult and you're not smart enough. \
\
But the way a dyslexics brain works actually makes you better able to code!&#x20;

### Some inspiring innovators with dyslexia:

Remember [Steve Jobs](https://www.theguardian.com/commentisfree/2013/jun/24/dyslexia-not-a-disability-gift), the co-founder of Apple?&#x20;

What about [Ingvar Kamprad](https://youtu.be/y9csIXmtJW0)? Don't know his name? He's the founder of IKEA.&#x20;

British chef Jamie Oliver&#x20;

Virgin group founder and Made By Dislexia co-founder [Richard Branson](https://www.virgin.com/branson-family/richard-branson-blog/dyslexia-and-imagination)&#x20;

Film director [Stephen Speilberg](https://youtu.be/4N6RKHOHMJQ)\
\
[Princess Beatrice](https://youtu.be/JrSV-rLaVCA), Keira Knightly, Woopi Goldberg, Agatha Critistie,  <br>

## How dyslexic brain works:

Dyslexia Awareness Part 1: Module 1 - About Dyslexia <https://youtu.be/DgHDQeZ5QuA>\
\
Dyslexia Awareness Part 1: Module 2 - Dyslexic Strengths <https://youtu.be/d4VRjQnBoWM>

Dyslexics are more intelligent - Here is why - Hack Dyslexia - <https://youtu.be/ZyMU4cAMT6c>

Dyslexics better engineers, here is why - Hack Dyslexia - The Power Of Material Reasoning <https://youtu.be/-l2ZXdhH9aQ>

<https://datacarpentry.org/blog/2017/09/coding-and-dyslexia>

<https://www.bcs.org/content-hub/why-dyslexics-make-good-coders/>\
\
<https://softwareengineering.stackexchange.com/questions/9657/programming-with-dyslexia>


---

# 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://personal-development.codeyourfuture.io/additional-resources-for-trainees/dyslexia-and-coding.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.
