Subject: Let's make a programming language. Part 1. Intro
Date: February 20, 2026, 01:00 PM UTC+1
Description:
We’re kicking off a webinar series on how to build your own programming language in C++.
In this first session, we’ll break down—step by step and in plain terms—what’s inside the “black box”: the lexer and parser, the semantic analyzer, and the evaluator.
We’ll talk about what these components are, why they’re needed, and what exactly they do.
It’s going to be engaging and approachable. Join us!
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...