Senior Software Developer & Speaker
Olena is a Senior Software Developer from Berlin in Germany. She has previously worked in a service company based in Ukraine and took a part in the creation of various products from small startups, B2B applications, to enterprise platforms.
Moreover, she is passionate about new technologies, clean code, and best practices. In her free time, when she’s not spending it on hobbies, she likes to build demos around real-life use cases, share knowledge with others, and the opposite, learn about someone else’s experience.
SESSION DETAILS
Title : Going real time using Azure CosmosDB and React
Description :
Traditionally, when building SPA applications, it feels a lot like we are looking at the moon. On the light side, we have the shiny and pretty UI, which everyone knows and loves. However, on the dark side, there is the complicated server-side logic behind the scenes we need to manage.
Luckily, there has been much progress towards making our lives as developers a bit easier. This is done by allowing us to concentrate on writing code, instead of causing us headaches from all aspects around hosting, deployment, and management.
In this demo-rich session, we are going to build a real-time stock monitoring system using a serverless React App backed by the power of various Azure features. You will learn how to process documents from Azure Cosmos DB Change Feed, and then broadcast this newly received data to our client, all by using out-of-the-box Azure Functions bindings for Cosmos DB and SignalR.