У нас вы можете посмотреть бесплатно Devs Connect #3: Apostolis (Toli) Apostolidis - Observable Systems with Serverless или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Apostolis (Toli) Apostolidis, Principal Practice Engineer at cinch - What it means to build observable systems with a serverless architecture (and why it matters) Operating software gets a lot easier when building entirely serverless software. Serverless means writing little bits of code that you can put live without worrying about how and where it is hosted. These little bits of code can be glued together with cloud services using an event driven architecture*. This enables tens of teams to iterate at pace and deliver software quickly. Can you hear the explosion of complexity? Understanding serverless software systems in production, built by more teams that you can remember, is hard. How do we make sense of these systems? Making them observable is the answer. Who’s task is it to make these systems observable, and how? *all this means is that each bit of code is awaken and run in response to an event. In its turn, it might emit an event for other little bits of code to respond to - if they wish to.