Security Best Practices
Veeresh Devireddy
4 replies
Security Best Practices: What security best practices do you follow in your product development process? How do you protect your users' data and prevent security breaches?
Replies
André J@sentry_co
Reviewing code with o1 + cursor. Specfic prompts to scrutinize security choices etc.
Share
I prefer using secure connections like HTTPS and SSL certificates.
I try to use strong passwords for everything, and I make sure to keep them updated regularly.
I always make sure my apps are updated with the latest security patches.