Accessibility (a11y) Fundamentals
Accessibility is the practice of making your websites usable by as many people as possible. Learn about WCAG 2.1, Accessibility APIs, Semantic Markup, and Recommended tools for Accessibility Testing.…
Accessibility is the practice of making your websites usable by as many people as possible. Learn about WCAG 2.1, Accessibility APIs, Semantic Markup, and Recommended tools for Accessibility Testing.…
Examples of when to use various Redux Saga keywords and techniques such as take, takeLatest, takeEvery, put, and call.…
Here's a brain dump of different frontend interview questions from my personal archive. In no particular order. What are the building blocks of HTML5/WHATWG? * Semantic markup (article, strong, em, mark, etc) * ES6/ES2015 * Video and Audio API * Canvas and SVG * Geolocation API * Communication API/Websockets * Web Worker…