Recently I attended the Code Europe 2022 conference in my home city, Warsaw. Conference was located in a rather unusual location – on the stadium. To be more precise it is called Stadion Narodowy or National Stadium. This stadium is rather new and was built in the place of an older, smaller stadium, which in fact served as a market in the first years of capitalism in Poland (https://en.wikipedia.org/wiki/Stadion_Dziesi%C4%99ciolecia). The benefit of using the stadium for the conference was a big car park underneath.

There were six stages at the conference. Four bigger and two smaller. Two of them were real conference spaces, the rest was created ad hoc. Nevertheless both types of bigger spaces served well for the needs of the conference. Smaller were in my opinion not acoustically isolated enough. Conference took only one day but there were many parallel tracks. Almost at every hour all 6 stages were in use. Tracks consisted of following topics: Cybersecurity, Data & AI, Infrastructure/DevOps, Future & Inspire, Programming Languages, Development Execution. I didn’t restrict myself to any subset of those. For each time slot I selected a few interesting positions, and decided on the spot which one to attend.
First lecture I listened to was about connecting web and native mobile apps. The author, Łukasz Beksa works for one of the banks operating in Poland. He advocated for using thin client apps on mobile devices to provide support for device specific features. This way we get the best of both worlds: support for native features of the device and the new content without having to update the application frequently.
Two talks at the conference were related to GitHub. One was given by GitHub employee, Michelle Mannering and was rather general. She was talking about impact of social skills and how they use GitHub inside GitHub company to many other tasks than versioning source code. The second talk was more interesting. Rob Bos from Xpirit was covering GitHub security features including commit signing and Dependabot (slides: https://devopsjournal.io/blog/2022/05/30/Code-Europe).

One of the most interesting lectures, for me as both a coder and a common person, was the one given by a young girl from Poland: Barbara Klaudel. She was talking about using AI in medicine for tumor classification. She looked very modest and nervous at the conference but now digging in the Internet I found that she has some recognition, at least in Poland. She was chosen as “25 under 25” (https://www.mckinsey.com/pl/careers/25-under-25/finalists) by polish branches of McKinsey and Forbes. During the lecture, Barbara told us that it is possible to create a simulated CT image of an organ that looks as if the patient has been injected with contrast, even though no contrast has been administered. She also told us also that the some AI enabling diagnosis has already been approved in recent years (https://www.nature.com/articles/s41746-020-00324-0/figures/1).

The last lecture at the conference was the one I’ve been waiting for the most. It was given by the creator of C++ language: Bjarne Stroustrup. He was only person giving talk, that was accompanied by a guy in a dinosaur suit – the conference mascot. Keeping in mind his grey hair I hope he was not offended 🙂 During lecture Bjarne told us about the evolution of C++ and about the operation of the standardization committee. One of the most interesting facts was that he thinks Concepts introduced in C++20 should be part of the language from the time templates were introduced. He also promised that in C++23 standard library will be available for import as modules.

As usual talks were accompanied by stands with companies looking for employees. When Bjarne finished his lecture they were all gone. It was late. I headed back to the stadium’s garage and returned home. See you next year!