Applied Modern C++ - The Problem of Messages Versioning in API
Offered By: Meeting Cpp via YouTube
Course Description
Overview
Explore an elegant Modern C++ solution for handling versioned API messages in this 58-minute conference talk from Meeting C++ 2023. Dive into the challenges of upgrading and downgrading message versions to facilitate communication between clients and servers using different versions. Learn how to effectively manage scenarios where, for example, a client communicates with version 1.1 while the server internally uses version 1.2.1. Gain valuable insights into implementing a robust and flexible approach to message versioning in your C++ APIs, enhancing interoperability and maintaining backward compatibility in your software systems.
Syllabus
Applied Modern C++: The problem of messages versioning in API - Olivia Quinet - Meeting C++ 2023
Taught by
Meeting Cpp
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera