Modern software systems are becoming increasingly complex and composed of multiple components, each with unique particularities ranging from the chosen programming language, the configuration mechanisms, the technologies used, etc. Typical examples of such systems are Netflix and its 100 components (known as microservices), plugin-based systems such as WordPress and its 60k plugins, and modern stacks of layers such as the popular LAMP and MEAN stacks. These multi-component systems pose unique challenges related to release engineering practices, including software and infrastructure configuration. For example, composing a multi-component system using Docker can come with security and resource-related issues. While configuration errors, in general, are harmful and hard to debug, configuration errors in multi-component are leading to severe issues in production. For example, due to a configuration error, millions of users' confidential data (including credit card numbers) were publicly exposed.
This talk will explore challenges related to the composition and configuration of multi-component systems and how leveraging source code analysis techniques and machine learning will help address these challenges. Finally, this talk will present new research opportunities on the evolution of multi-component systems and the impact of such evolution on the release engineering pipeline.
Bio
Mohammed Sayagh is an assistant professor at ETS (Montréal). He was a Post-doc fellow at Software Analysis and Intelligence Lab (SAIL) - at Queen's University in Kingston (Canada). Mohammed did his Ph.D. at the Maintenance, Construction and Intelligence of Software (MCIS) lab - at Ecole Polytechnique Montreal (Canada). While Mohammed has different empirical analysis research interests, his main focus is on release engineering for modern software systems (e.g., multi-component systems). His work has been published in top software engineering venues, including TSE, TOSEM, EMSE, and ICSE. One of his ICSE (software engineering flagship conference) publications obtained an ACM distinguished paper award, the most prestigious award in his field.