by Marcus | May 22, 2025 | Talks
Almost all development I performed in the past 20 years was done either in Bazel, in Blaze, Google’s internal version, or one of its predecessors. So I thought it is time I presented all the amazing goodies of this super fast and amazing build-system. Luckily,...
by Marcus | May 22, 2025 | Talks
This is a talk I wanted to give for some time now given all this talk about how badly unsafe C++ is. Even more so, I wanted to give the first C++ presentation at Confoo. It only took me around 20 years to come up with something 🙂 The talk was well received –...
by Marcus | May 22, 2025 | Talks
I usually tell people I only do C++. But there I went back in Montreal at Confoo 2025 and finally gave a presentation on Python. This one focused on Typing. After all, as a C++ guy, I have to have types – everywhere. Presenting was a lot of fun given the...
by Marcus | Jul 6, 2024 | MBO, Talks
Yesterday I had the chance to present at C++ On Sea 2024. The conference was held at Leas Cliff Hall in Folkstone, UK. I presented the advanced topic of using constexpr for compile-time and run-time. I am using elements of my MBO library – a collection of...
by Marcus | May 18, 2024 | Talks
I will be speaking at C++ On Sea on the 5th July 2024. I will be talking about practical C++ constexpr API development. How to do that. What are the benefits. What are the pitfalls. And more on the subject. Updated slides:
by Marcus | Feb 21, 2024 | Talks
At some point, Veselin — former colleague and founder of DeepCode — asked: "Why don’t you work for me?" That was intriguing for many reasons. Working with him, applying graph theory to solve software security problems, doing so with modern C++, a...