Subject: Let's make a programming language. Grammars
Date: March 27, 2026, 01:00 PM UTC+1
Description:
We’re continuing our webinar series on building your own fictional programming language!
In our first session, we explored the core building blocks: the lexer, parser, semantic analyzer, and evaluator — how they work and how they fit together.
Now it’s time to dive into grammars. What is a language, really? How can you describe it in a way that a program understands what a sequence of symbols means and what result it should produce? We’ll break it down in a clear and practical way — and, of course, get hands-on with grammars.
Join our webinar — there will be lots of interesting insights to discover!
Don’t worry — there’s plenty more to come. Check out the schedule and register for upcoming webinars!
Subject: Go-Go-Gadg...Error? A closer look at the mistakes Go developers make!
Date: August 27, 2026, 01:00 PM UTC+1
Description:
Mistakes happen in Go code just like in any other language: typos, duplicates, broken condition checks, and so on.
But why do they still slip through? After all, many teams use tools like go...
Subject: Integrating SAST into DevSecOps
Date: March 25, 2026
Description: As software delivery accelerates, security must move at the same speed. In the webinar, we explored how to effectively integrate Static Application Security Testing (SAST) into your DevSecOps...