Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arnemertz/presentations

Presentations held on conferences, user groups and elsewhere
https://github.com/arnemertz/presentations

Last synced: about 12 hours ago
JSON representation

Presentations held on conferences, user groups and elsewhere

Awesome Lists containing this project

README

        

# Presentations

## Core and other Guidelines
From experience in multiple projects with different customer and team constellations, I present a choice of guidelines found in the wild. These lead to some observations about what we want in a useful set of guidelines.
[Abstract](./CoreAndOtherGuidelines/abstract.md)
[Slides](./CoreAndOtherGuidelines/CoreAndOtherGuidelines.pdf)

This talk was held:

* At the [MeetingC++](https://meetingcpp.com) conference on November 16th 2024 in Berlin, Germany
* At the [NDC TechTown](https://ndctechtown.com/) conference on September 11th 2024 in Kongsberg, Norway
* At the [C++ On Sea](https://cpponsea.uk) conference on July 5th 2024 in Folkestone, UK

## Properties of Unit Tests
What are the desired properties of unit tests to make them most useful?
This talk goes through the most common use cases for unit tests and deducts those desired properties from them.
[Abstract](./PropertiesOfUnitTests/abstract.md)
[Slides](./PropertiesOfUnitTests/PropertiesOfUnitTests.pdf)

The talk was held:

* At the [C++ On Sea](https://cpponsea.uk) conference on July 5th 2024 in Folkestone, UK
* At the [NDC TechTown](https://ndctechtown.com/) conference on August 31st 2022 in Kongsberg, Norway
* At the [MeetingC++](https://meetingcpp.com) conference on November 19th 2022 in Berlin, Germany

## Identifying Common Code Smells
I talk about what code smells are and show eight of the most common language agnostic and C++ specific code smells, as well as how to fix them.
Each smell is shown using examples from open source code bases. [Slides](./IdentifyingCommonCodeSmells/IdentifyingCommonCodeSmells.pdf)

The talk was held on several occasions:

* At the [MeetingC++](https://meetingcpp.com) conference on November 15th 2019 in Berlin, Germany (different title, [video](https://www.youtube.com/watch?v=4Z3K8Xnw6WQ))
* At the [C++ On Sea](https://cpponsea.uk) conference on July 6th 2022 in Folkestone, UK ([video](https://youtu.be/KFbrhXVb7pw))
* At the [NDC TechTown](https://ndctechtown.com/) conference on September 1st 2022 in Kongsberg, Norway

## Code Reviews - Why, What, and How
Collected best practices about how to do code reviews and what to review, as well as some background why code reviews are a useful tool.
([Slides](./CodeReviews/CodeReviews.pdf))

This material was held as:

* a [presentation at Meeting C++ 2017](https://www.youtube.com/watch?v=t6L8b4tUmeE) November 11th 2017 in Berlin, Germany
* an interactive session (not recorded) at [ACCU 2018](https://conference.accu.org/2018/accu2018.html) April 14th 2018 in Bristol, UK
* a presentation at the [C++ User Group](https://www.meetup.com/CppUserGroupHamburg/events/251501993/) June 19th 2018 in Hamburg, Germany
* a presentation at the [Oslo C++ User Group](https://www.meetup.com/ocppug/events/287712727/) August 30th 2022 in Kongsberg, Norway

## Learning and Teaching Modern C++
Some observations about what "Modern C++" might be, what challenges there are in teaching it and a comparison of the different sources we have for learning it. The talk was held on several occasions in slightly different versions:

* At the [MeetingC++](meetingcpp.com) conference on November 18th 2016 in Berlin, Germany. ([video](https://www.youtube.com/watch?v=N5wOrhL4ew8))
* At the [ACCU 2017](https://conference.accu.org/site/) conference on April 28th 2017 in Bristol, UK. ([video](https://www.youtube.com/watch?v=dlh-UnmCARk))
* At the [C++ User Group](https://www.meetup.com/CppUserGroupHamburg/) January 16th 2019 in Hamburg, Germany
* At the [C++ On Sea](cpponsea.uk) conference on February 5th 2019 in Folkestone, UK. ([video](https://www.youtube.com/watch?v=fKCwDg0vd18))

([Slides 2016/17](./LearningAndTeachingModernCpp/LearningAndTeachingModernCpp_4_3.pdf))
([Slides 2019](./LearningAndTeachingModernCpp/LearningAndTeachingModernCppOnSea.pdf))

## [Archived] Bringing Clean Code to Large Scale Legacy C++ Applications
A talk about the experiences I gathered in several large and old enterprise C++ code bases.
([Slides](./CleanCodeLegacyCpp/BringingCleanCodeToLargeScaleLegacyCppApplications.pdf))

The talk was held on several occasions:

* At the [Advanced Developers C++ Conference](http://adcpp.de/2016/) April 26th 2016 in Erding, Germany
* At the [Clean Code Days](http://www.cleancode-days.de/archive/handouts-2016.html) June 3rd 2016 in Munich, Germany
* At the [C++ User Group](https://www.meetup.com/C-User-Group-Hannover/events/230809304/) July 11th 2016 in Hannover, Germany
* At the [C++ User Group](https://www.meetup.com/CppUserGroupHamburg/events/232101627/) July 13th 2016 in Hamburg, Germany
* At the [MeetingC++](meetingcpp.com) conference on November 15th 2018 in Berlin, Germany ([video](https://www.youtube.com/watch?v=kXjUl82GOCM))
* At the [ACCU 2019](https://conference.accu.org/site/) conference on April 13th 2019 in Bristol, UK. ([video](https://www.youtube.com/watch?v=ibEm1wBre4I))

I also transcribed the talk to a series of blog posts since there are no recordings:

1. [Clean up Large C++ Legacy Applications](http://arne-mertz.de/2016/09/clean-large-c-legacy-applications/)
2. [Large C++ Legacy Applications: Planned Refactoring](http://arne-mertz.de/2016/09/planned-refactoring-large-applications/)
3. [Large Legacy Applications: Tests and Modularization](http://arne-mertz.de/2016/09/legacy-applications-tests-modularization/)

## [Archived] Pillars of Modern C++
A talk about what makes the basis for a Modern C++ code style. ([Slides](./PillarsOfModernCpp/PillarsOfModernCpp.pdf))
Held at:

* Zühlke ZDays 2018 (internal conference) September 7th 2018 in Stuttgart, Germany