Building Privacy-First Systems via Engineering Excellence
Presenter: Anandhu Krishnan
GDPR is a technical responsibility, not just a legal one.
Sensitive data requires stronger protection.
Applications must avoid collecting these unless absolutely required.
Built-in, not bolted-on.
Example Implementation:
GET /user/data-export
Example Implementation:
DELETE /user/account
| Data Type | Retention Period |
|---|---|
| User Account | Until account deletion |
| Logs | 90 days |
| Security Logs | 1 year |
Login failed for user: john@email.com
Password: mypassword123
Login failed for user ID: 49283
Source IP logged separately.