Writing by Graham
- Git Branch Housekeeping
How to find branches in a local Git repo that are outdated or have been deleted on the server.
- Why do S3 Buckets Return 403 for Not Found?
How to return appropriate HTTP status code, 404 Not Found, for objects in an AWS S3 bucket.
- Inline Data With a Content Security Policy
How to implement a strong Content Security Policy (CSP) and still pass data from the server to the client without inline JavaScript, or needing the data to come from an API.