ethical-web-dev
ethical-web-dev copied to clipboard
A series of short books on ethical web development
I couldn't find the license for this repo, but I see there is one on the website: https://creativecommons.org/licenses/by-sa/4.0/ Can you add it to the repo too?
https://www.ssllabs.com/ssltest/analyze.html?d=ethicalweb.org And I know why - it's a CloudFront and S3 application. There's no way to do HSTS with that setup, because neither the S3 origin nor CloudFront lets you...
@konklone If you're interested the initial draft of the HTTPS chapter is done: https://github.com/ascott1/ethical-web-dev/blob/master/web-apps-privacy-security/03-https.md I haven't gone back and read it yet, so it likely still has a number of...
## Potential titles - Building Apps that Respect A User's Privacy - Security & Privacy ## Table of contents (draft) - Series introduction - https - Web tracking - Introduction...
Have you thought about adding 'plain language' to the accessibility section? One of the advantages of using plain language are broader audience reach by ensuring content is understandable by different...
## Potential titles - Writing code for others ## Table of contents (draft) - Series introduction - Code is for other people - Coding standards - Linting - Testing -...