- Ilya Suzdalnitski (2019), Object-Oriented Programming — The Trillion Dollar Disaster → https://medium.com/better-programming/object-oriented-programming-the-trillion-dollar-disaster-92a4b666c7c7
- Ben Lynn (?), Object-oriented oblivion → https://crypto.stanford.edu/~blynn/c/object.html
- Zed A. Shaw (2015), The Web Will Die When OOP Dies (video) → https://www.youtube.com/watch?v=_CEBG_s92P8%20
- Lawrence Krubner (2014), Object Oriented Programming is an expensive disaster which must end → http://www.smashcompany.com/technology/object-oriented-programming-is-an-expensive-disaster-which-must-end
- John Barker (2013), All evidence points to OOP being bullshit → https://tanzu.vmware.com/content/blog/all-evidence-points-to-oop-being-bullshit
- Joe Armstrong (2011), Why OO Sucks → http://harmful.cat-v.org/software/OO_programming/why_oo_sucks
- Oscar Nierstrasz (2010), Ten Things I Hate About Object-Oriented Programming → http://blog.jot.fm/2010/08/26/ten-things-i-hate-about-object-oriented-programming/
- Jeff Atwood (2007), Your Code: OOP or POO? → https://blog.codinghorror.com/your-code-oop-or-poo/
dillinger, Online Markdown Editor → https://dillinger.io/excalidraw, Virtual whiteboard for sketching hand-drawn like diagrams → https://excalidraw.com/mermaidjs, Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs. → https://mermaid-js.github.io/mermaid-live-editorcssgrid-generator, CSS Grid Generator → https://cssgrid-generator.netlify.app/cssgradient, CSS Gradient Generator (and more) → https://cssgradient.io/flexgenerator, CSS Flexbox Generator → https://flexgenerator.com/rapidtables, SVG Viewer/Editor → https://www.rapidtables.com/web/tools/svg-viewer-editor.htmlconfrere, Accessible Color Palette Generator → https://confrere.com/a11y/test/- see Ida Aalen (2017),Automatically generating an accessible color palette → https://medium.com/confrere/automatically-creating-an-accessible-color-palette-from-any-color-sure-e735c3f2f45e
csslayout.io, a collection of popular layouts and patterns made with CSS → https://csslayout.io/patternssimple-icons, Free SVG icons for popular brands → https://simpleicons.org/real-favicon-generator, Favicon generator for perfect icons on all browsers → https://realfavicongenerator.net/
- Stephanie Eckles (2020), Modern CSS Solutions for Old CSS Problems → https://moderncss.dev
- Front-end Bookmarks → https://www.frontendbookmarks.com/
- Josh W Comeau (2020), HTML Skeleton (starter for every web page) → https://joshwcomeau.com/snippets/html/html-skeleton
- Zoë Bijl (2020), Testing
aria-livesupport → https://moiety.me/research/aria-live/-
What is the current support of aria-live regions?
-
- Leonie Watson (2017), What is an accessible name? → https://developer.paciellogroup.com/blog/2017/04/what-is-an-accessible-name/
- Adam B Silver (2019),
No StyleDesign System → http://nostyle.herokuapp.com/-
A design system housing all the components and patterns from the book, Form Design Patterns by Adam Silver.
- see also Form design: from zero to hero all in one blog post → https://adamsilver.io/articles/form-design-from-zero-to-hero-all-in-one-blog-post/
-
- Michael J. Metts, Andy Welfle (2020), Standards for Writing Accessibly → https://alistapart.com/article/standards-for-writing-accessibly/
- Austin Gil (2020), How to Build HTML Forms Right: Semantics → https://stegosource.com/how-to-build-html-forms-right-semantics/
- Cătălin Roșu (2020), Disabled form controls and how to tackle them → https://catalin.red/disabled-form-controls/
- Karl Groves (2011), Accessible Form Labeling & Instructions → https://karlgroves.com/2011/10/10/accessible-form-labeling-instructions
- Adrian Roselli (2019), Basic Custom Control Requirements → https://adrianroselli.com/2019/08/basic-custom-control-requirements.html
- Vitaliy Akimov (2018), Async Generators as an alternative to State Management → https://medium.com/dailyjs/async-generators-as-an-alternative-to-state-management-f9871390ffca
- Vitaliy Akimov (2018), Simpler Transducers for JavaScript → https://codeburst.io/simpler-transducers-for-javascript-4d02a0926648
- Vitaliy Akimov (2019), How to Decouple Business Logic using Async Generators → https://www.freecodecamp.org/news/decoupling-business-logic/
- James Forbes (2020), Hooks and Streams → https://james-forbes.com/#!/posts/hooks-and-streams
-
Something I've found while working with streams for UI development for the past 5 or 6 years is that I reach for components less often, because streams are simpler and more composable than components.
-