Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Tag: <span>security</span>

Security Tooling in Your DevOps Pipeline

This talk explores how you can use tooling and automation to include security early on and throughout a continuous integration/continuous delivery (CI/CD) DevOps pipeline. Scanning the platform for vulnerabilities and the code for 3rd-party components with known vulnerabilities, using static code analysis and performing dynamic security testing are some strategies …

Secure Coding Patterns

What is “secure code”? This session introduces you to a safe mindset when developing applications. Learn how to make the concept of “trust” a first class citizen in your code, and know what to look for when reviewing code for security vulnerabilities. Secure coding patterns will make your code cleaner, …