- 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/
Keith Elder - Sr. Tech Evangelist @ Rocket Mortgage
https://twitter.com/keithelder
- Happiness
- Work/life balance
- 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. |
- https://www.gstatic.com/healthricherkp/pdf/color_blindness.pdf
- https://nei.nih.gov/health/color_blindness/facts_about
- https://www.w3.org/TR/2016/WD-low-vision-needs-20160317/#cause-and-progression-of-low-vision
- http://www.colourblindawareness.org/
- https://en.wikipedia.org/wiki/Visual_acuity
- http://www.d.umn.edu/~jfitzake/Lectures/DMED/Vision/Retina/Acuity.html
- www.allaboutvision.com/eye-exam/contrast-sensitivity.htm
- https://www.w3.org/TR/WCAG21/
- http://adrianroselli.com/2015/10/dont-disable-zoom.html
- https://www.deque.com/products/axe-core
- https://css-tricks.com/almanac/properties/b/background-blend-mode/
- https://css-tricks.com/basics-css-blend-modes/
- https://css-tricks.com/snippets/css/a-guide-to-flexbox/
- https://getflywheel.com/layout/css-blend-modes/
- https://www.w3.org/Style/CSS20/history.html
- https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout
- https://css-tricks.com/snippets/css/complete-guide-grid/
- https://rachelandrew.co.uk/
- http://jensimmons.com/
- https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables
- https://html.spec.whatwg.org/multipage/interaction.html#focus
- https://www.w3.org/TR/2016/REC-html51-20161101/editing.html#can-be-focused
- https://www.oreilly.com/ideas/proposing-css-input-modality
- https://www.sitepoint.com/learning-to-focus/
- https://egghead.io/lessons/css-focus-management-using-css-html-and-javascript
- https://youtu.be/ilj2P5-5CjI?list=PLNYkxOF6rcICWx0C9LVWWVqvHlYJyqw7g
- https://drafts.csswg.org/selectors-4/#the-focus-pseudo
- https://www.w3.org/TR/WCAG21/#focus-visible
- http://webaim.org/techniques/keyboard/
- http://www.outlinenone.com/#test2
- https://www.learnrazorpages.com/razor-pages/tag-helpers
- https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Your_first_HTML_form
- https://msdn.microsoft.com/en-us/library/dd410596(v=VS.98).aspx
- https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-2.1#rendering-html
- https://docs.microsoft.com/en-us/aspnet/core/mvc/razor-pages/?view=aspnetcore-2.1&tabs=netcore-cli
- https://stackify.com/asp-net-razor-pages-vs-mvc/
- https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-2.1