Completed
Defensive Coding Bootcamp
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Defensive Coding Bootcamp - NDC Melbourne
Automatically move to the next video in the Classroom when playback concludes
- 1 Defensive Coding Bootcamp
- 2 Don't (always) build it yourself
- 3 Plan to rotate your keys
- 4 Be skeptical about the new library on the block
- 5 Challenge the status quo
- 6 Your stack can obfuscate reality
- 7 Know what tests cover security
- 8 Secure app!-secure data
- 9 There is more than one way to approach auth
- 10 Incorrect encoding & serializations are an issue
- 11 Code your wrote, with time, will become insecure
- 12 String comparisons are red flags
- 13 Don't assume the user will follow your use case
- 14 Don't assume all cultures have same threat issues
- 15 Get your head out of the code
- 16 Have a trusted person take a look
- 17 CORS is code for TODO
- 18 Verify that your environment has bare minimum security
- 19 What do YOU wish you had known about coding defensively?