Subject: Integrating SAST into DevSecOps
Date: March 19, 2026, 02:00 PM UTC+1
Description:
As software delivery accelerates, security must move at the same speed. In this webinar, we’ll explore how to effectively integrate Static Application Security Testing (SAST) into your DevSecOps pipeline to identify vulnerabilities early, reduce risk, and streamline secure development.
Whether you're modernizing your security practices or optimizing existing processes, this session will provide actionable insights to help you build secure code—faster.
Subject: Evaluation
Date: December 06, 2024
Description: In this talk, we'll touch upon the topic of compile-time evaluation. Let's see how we can use the AST to calculate values, and why this approach can be difficult at times. Also, we'll take a look...
Subject: C++ Semantics
Date: November 06, 2024
Description: In this talk on the C++ semantics, we will take a look at symbols and name resolution. We will discuss different kinds of lookups, scope importing, overload resolution, as well as templates and...
Subject: Parsing C++
Date: October 10, 2024
Description: In this webinar, we will discuss grammars in C++ and how they work. We will talk about different kinds of parsers and why C++ is difficult to parse. We will also share some tricks to avoid extreme...