218 Shades of C++17

This talk provide an overview of the main features introduced in C++17, the latest version of the C++ programming language. We explore the most significant additions to the language, such as structured bindings, if and switch with initializers, inline variables, and fold expressions. We also examine the improvements made to the standard library, including new algorithms, string_view, shared_mutex, and std::variant. The talk include examples and code snippets to illustrate how these features can be used to simplify and improve code.

  • Date: April 18, 2018
  • Event: Clarity AG Skill Sharing Session
[Read More]
Tags: talk cpp clarity-ag 

Why Git is so Popular?

The talk explore the differences between two popular distributed version control systems, Git and Mercurial, and compare their respective strengths and weaknesses. We delve into the fundamental concepts of these tools, such as repositories, branches, commits, and merging, and examine how they are implemented differently in Git and Mercurial.

  • Date: January 10, 2015
  • Event: Clarity AG Skill Sharing Session
[Read More]
Tags: talk git clarity-ag