# Training

* [SecureFlag](https://www.secureflag.com/): Practical Secure Coding Training.
* [Veracode Security Labs](https://www.veracode.com/products/security-labs): Instill Secure Coding Practices Across Your Organization.
* [Cybrary](https://www.cybrary.it/): accessible, affordable platform provides guided pathways, threat-informed training, and certification preparation to fully equip cybersecurity professionals at every stage in their careers to skill up and confidently mitigate threats.
* [Practical DevSecOps](https://www.practical-devsecops.com/): Learn DevSecOps concepts, tools and techniques from Industry experts with a practical and hands-on course.
* [SafeStack](https://safestack.io/): Educate and engage your software development team.
* [Security Code Warrior](https://www.securecodewarrior.com/): Equip developers to be security-driven by teaching them the skills needed to defend their organization through secure code.
* [PagerDuty's Security Training](https://sudo.pagerduty.com/): open-source versions of PagerDuty's internal employee security training courses.
* [Web Security Academy](https://portswigger.net/web-security): Free, online web security training from the creators of Burp Suite.
* [We Hack Purple](https://wehackpurple.com/): Learn to secure software, the cloud and your workplace.
* [PentesterLab](https://pentesterlab.com/): Hands on labs to understand and exploit simple and advanced web vulnerabilities.

### Sources

* [TaptuIT/awesome-devsecops: Curating the best DevSecOps resources and tooling. (github.com)](https://github.com/TaptuIT/awesome-devsecops#wikis)
* [paragonie/awesome-appsec](https://github.com/paragonie/awesome-appsec)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.devsec.fyi/resources/training.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
