- https://electronjs.org/docs/tutorial/first-app
- https://medium.com/@brockhoff/using-electron-with-react-the-basics-e93f9761f86f
- https://reactjs.org/
- https://electronjs.org/
- https://medium.freecodecamp.org/how-to-master-async-await-with-this-real-world-example-19107e7558ad
- https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
- https://www.bram.us/2017/07/15/introducing-npx-an-npm-package-runner/
- https://getstream.io/blog/takeaways-on-building-a-react-based-app-with-electron/
- https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Async_await
- https://www.electron.build/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "workbench.colorTheme": "Level Up", | |
| "liveServer.settings.donotShowInfoMsg": true, | |
| "liveServer.settings.port": 0, | |
| "prettier.singleQuote": true, | |
| "prettier.eslintIntegration": true, | |
| "prettier.tabWidth": 2, | |
| "editor.formatOnSave": true, | |
| // Controls the font size in pixels. |
Keith Elder - Sr. Tech Evangelist @ Rocket Mortgage
https://twitter.com/keithelder
- Happiness
- Work/life balance
- https://dassur.ma/things/h2setup/
- https://web.dev/
- https://developers.google.com/web/tools/lighthouse
- https://accessibility.oit.ncsu.edu/it-accessibility-at-nc-state/developers/accessibility-handbook/aria-landmarks/
- https://web.dev/add-manifest/#create_the_manifest
- https://developers.google.com/web/fundamentals/primers/service-workers
- https://pointjupiter.com/what-noopener-noreferrer-nofollow-explained/
- https://developers.google.com/web/fundamentals/primers/service-workers/
- https://www.a11y-101.com/development/aria-label
- https://fontawesome.com/v4.7.0/accessibility/
- https://www.who.int/health-topics/disability#tab=tab_1
- https://www.accessibility.com/complete-report-2020-website-accessibility-lawsuits
- https://arstechnica.com/tech-policy/2019/10/accessibility-the-future-and-why-dominos-matters/
- https://www.applause.com/blog/what-dominos-case-means-for-accessibility
- https://www.levelaccess.com/winn-dixie-decision-florida-sets-landmark-precedent-digital-accessibility/
- https://www.bigdropinc.com/blog/risks-non-ada-compliant-website/
- https://go.applause.com/rs/539-CKP-074/images/dont-leave-accessibility-to-chance.pdf
- https://www.rivkinradler.com/publications/judge-weinstein-deep-dive-website-accessibility-lawsuits/
- https://www.lflegal.com/2020/03/bank-of-america-at-20/
- https://www.lflegal.com/faqs/#Structured-Negotiation-Questions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function cd { | |
| builtin cd "$@" && ls -F | |
| } |
Content:
- https://www.w3.org/WAI/tutorials/images/decorative/
- https://www.w3.org/WAI/WCAG21/quickref/#use-of-color
- https://www.w3.org/WAI/standards-guidelines/wcag/
- https://www.w3.org/WAI/WCAG21/Understanding/intro#understanding-the-four-principles-of-accessibility
- https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html
- https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced
- https://www.w3.org/WAI/WCAG21/Understanding/
- https://marcysutton.com/links-vs-buttons-in-modern-web-applications
- https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible