Are there academic paradigms in web frontend dev in the same way there are FP academic paradigms?
Are there academic paradigms in web frontend dev in the same way there are FP academic paradigms?
I constantly hear about research into functional programming, and even real things coming out of them, like certain programming languages (idris).
Is there anything like this for frontend UI dev? It doesn't have to be FP related.
On the web, there's semantic HTML and Web Content Accessibility Guidelines which focus on making content for the Internet as broadly interoperable and accessible as possible. The former from a technical point of view, the latter from a human interaction point of view. They go together hand on hand.