课程: Secure Coding in Go

Why care about security?

- [Instructor] You're a developer. Why should you care about security? Isn't that the operation team's responsibility? As a developer, you have a great part in making your code and your company secure. If you write insecure code, it will undo all the effort done by the operations team. As an employee, you are part of a company and it should be in your interest to make it secure. Security can be annoying, getting tokens, validating everything, timeouts and other tasks you need to do instead of writing that cool piece of code. But once you get hacked, all of the cool stuff go down the drain. If your system gets compromised, it can mean losing money, or even worse, losing private customer data, which means your customers who lose trust in you. In today's super connected world, you can't ignore security, there are a lot of bad doctors out there. If you leave your code insecure, I can almost guarantee someone will find the exploit.

内容