Subject: Let's make a programming language. Parser
Date: May 21, 2026, 01:00 PM UTC+1
Description:
We’re continuing our webinar series on building your own programming language!
In the previous sessions, we implemented a lexer for our language. In this upcoming webinar, we’ll move on to the next step — the parser. In our experience, any parser starts with parsing expressions, so that’s exactly where we’ll begin.
We’ll explain what a parser is, walk through the recursive descent approach, and then demonstrate how to build your own expression parser from scratch.
Make sure to register for the webinar to join us live, ask your questions, and get the most out of the session. All registered participants will also receive access to the recordings of all previous webinars in the series.
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...