DevOps for Frontend: beyond Desktop Browsers

Rate this content
Bookmark

For the past 10 years we diligently applied DevOps principles to our Backend services, but what about the Frontend? Can we transfer some of that knowledge between these very different, yet very similar, worlds? The answer is yes, and in this talk I'll show you how DevOps principles helped us at DAZN to build our web applications for Smart TV & Gaming Consoles.

31 min
01 Jul, 2021

Video Summary and Transcription

Today's Talk discusses DevOps for frontend beyond desktop browsers, focusing on the challenges and journey to DevOps, the importance of abstractions, maximizing flow and enabling team autonomy, applying DevOps principles beyond web applications, running automated tests on consoles and TVs, investing in tooling for TV testing, and the challenges of TV testing in the lab.

Available in Español

1. Introduction to DevOps for Frontend

Short description:

Today we're talking about DevOps for frontend beyond desktop browsers. We will define what beyond desktop browsers mean, especially in the DaZone context. We will tackle the journey to DevOps and explore the features that can be borrowed from back end DevOps to the front end. DaZone serves live sports streaming in over 200 countries on various HTML and JavaScript based devices. Our workflow involves feature teams, devices teams, and finally customers. One challenge is the low feedback loop due to the involvement of multiple teams.

Hi, everyone, and thank you for joining me. Today, we're talking about DevOps for frontend beyond desktop browsers. My name is Max Gallo. I'm a principal engineer from London. I work at DaZone. You can find me on Twitter at underscore Max Gallo. The topic of today is quite a big topic, and I want to smash it in three different parts.

At the beginning, we will set the context. We will define what beyond desktop browsers mean, especially in the DaZone context, in the live sports streaming context. After we've done that, we will tackle the journey to DevOps. So how did we arrive to the DevOps as we know today? And which are the features that we can steal, that we can borrow from the back end DevOps to the front end? And at the end, we're going to see how those features are actually applying if they are applying for the front end.

But let's start beyond desktop browsers. DaZone is a live sports streaming company. So we serve live sports all around the globe in so many devices and in a lot of countries, more than 200 countries. Among all these devices that we are targeting, there are almost 25 of them which are HTML and JavaScript based. So it means that we are running our web application into some kind of browser which is embedded into the device. But which devices are we talking about? So I'm mostly talking about your TVs that you have in your living room and your gaming console, your latest and shiny PS5 or Xbox or maybe a set of box that comes with your network provider and actually maybe more. We are currently supporting more than 25 of them.

So in all this idea, with all these devices, we created our workflow as it follows. So we started from feature teams. This is our workflow let's say up to six months, one year ago. So our feature team were working on common features. So all the common feature which were shared across multiple devices were starting from here. We had multiple feature teams and once they were done, they were handing over the code to the devices teams. This team's goal was to make sure that the app was working fine on the device itself. And once the devices were happy, we were able to go finally to customers. So the idea is that feature, then devices, and then customer.

But this particular setup has its own challenges. And I want to start with the first challenge, which is as low feedback loop. Why is low feedback loop? Mostly because we have two different teams that are needed for going to one place into another one and to go from the local idea of this feature to our customers.

2. Challenges and the Journey to DevOps

Short description:

Teams constantly talking between each other can slow things down. Work visibility is challenging with multiple feature teams and device teams. Device teams face issues with shared ownership. Slow feedback loop, unclear work visibility, and shared ownership are the challenges. The journey to DevOps starts with emphasizing the performance of the entire system. Development and operations teams have similarities. The question is how we arrived at today's DevOps. Abstractions are powerful contributing factors.

So imagine any bugs or any feature that goes from one team to another one. If you find any problem, it has to go back, and this goes on and on and on. And you basically have these two teams constantly talking between each other. So that could slow things down.

Challenge number two, work visibility. Imagine the best case scenario. You have one Jira board for the feature teams and one Jira board, let's say, for the device teams. But also, we have multiple feature teams. Actually, they are split by domains. So different domain teams working on all the features on that domain, which means that we have a bunch of Jira boards here, and then a few Jira boards here as well. So answering the question, when is this feature going to be released, is not that easy. Because you have to create a puzzle with all these pieces scattered in multiple places.

Challenge number three, devices teams can't fix issues properly. Why? Because they do not own the feature. In a sense, if a feature team is owning their code base with that feature, then they hand over that feature to the device team to make sure that it works on the Firestick, for example, on the Amazon Firestick, and device team says, it doesn't really work well, I tried to fix something, but there is this bug. And it means that they do not own that feature, they have to go back to the feature team. So ownership for the device team is actually quite a problem.

I want to recap the challenges before we move on. So first of all, slow feedback loop, this ping pong of bugs and features between these two teams, one is testing on devices, the other one is working on more generic feature. But then we also have work visibility, which is not super clear when a feature will be released or at least is not as straightforward as we would like to be. And then we talked about device team ownership, because this shared ownership between feature and devices is not playing really well, because it's a shared ownership, which usually means that no one's own anything.

So this setup brings us to the journey to DevOps. And I want to start the journey as every journey with a first step. And the first step is a quote from the DevOps handbook that says that the first way emphasizes the performance of the entire system. So not just focusing on the silos of different parts of silos of work or department, but focus on the entire system. And if we apply this one, which is like page one of the DevOps handbook, DevOps handbook 101, we have our old system which goes from developing a feature to the customer, which has an end over between feature teams and device teams. So we prepare something, we end it over, and this team check that everything is fine. So if that runs, if they are able to say, okay, this runs, we get to customer. But we have here, we have been here before, we have seen this, and what if I call this team here development? And what if I call this team here operation? Isn't that very similar? Isn't that exactly what was happening, let's say 10, 15 years ago when development team were all about to share their code as fast as possible without really care if that code was breaking production or if it was too expensive for that machine to run 24-7 to run so many hours of uptime? And then we had operations which had to cope with just development team shipping features that they may not even were working on some of the devices, some of the servers that they were supporting. And so we had this problem of handing over and my real question here is that okay, these are very similar, but in order to push forward this similar setup, but how did we arrive to the DevOps that we know to today? So we improved a lot in the last ten years, but how did we arrive to what we know as today's DevOps? And I think there are many contributing factors, one of which is for me are abstractions and abstractions are something very powerful.

3. Abstractions in DevOps for Frontend

Short description:

Cloud providers like AWS and Google Cloud Platform have built abstractions that make teams more autonomous. However, creating the right abstractions is a complex subject. DevOps for frontend involves addressing the differences in devices, such as APIs, runtime, browser engine, and video player. To enable feature teams to develop and deploy autonomously, a platform team can be created to handle these differences. The first abstraction created is at build time, focusing on standardized tools for developing and debugging on devices. Test automation and monitoring are crucial, especially in the current remote work environment. The second layer of abstraction is at runtime, specifically with remotes and controllers.

If you think about cloud providers like AWS, Google Cloud Platform, they built some services on top of servers, on top of databases, on top of many things that developers and operation used to deal with in a very different way. But by building these abstractions, we were able to make teams more autonomous. And that's not only about cloud providers, because we have so many tools like Terraform, Puppet, Ansible, all of them are going and went into the direction of making people autonomous, making teams autonomous.

So creating these layer of abstraction on top of our bare metal servers is what, in my point of view, helped develop the DevOps culture. And so the right question to ask at this point is if these abstractions were so powerful for the DevOps principle and movement in general, which are the abstractions that we need in the front end? And finding out the right abstraction is a very complicated subject, because abstractions are very easy to be created in the wrong way. There is a nice talk from Alex Martelli, the tower of abstractions, which highlight how dangerous it could be sometimes to take the wrong turn to create abstraction.

So to answer that question, I want to enter the last part of our journey, which is DevOps for front end. So when we think about DevOps for front end, but most importantly about the right question to ask, why can't our team be autonomous? Why can't they work on Xbox and on PlayStation 5 and on your Samsung Tizen at the same time? Mostly because there are differences, and those devices are not the same, and they are far from the same. So the pain points that we have in the front end, in this specific context of the devices these days, is that each single of these devices has different APIs, a different runtime, a different browser engine, a different video player. So all of these differences make it very painful for a team focusing on a feature to be distracted by all these differences.

So what if we create some sort of platform team, or a team that takes care of these differences and tries to ease these devices' differences? The idea is to enable feature teams to develop and deploy autonomously. But so how do we do that? Because a TV is a complex, is a complex device in a sense that you have a development mode, a debugger mode, and then you have the build time and you're building an application, then you have the runtime when you're running the application using your remote or using your controller. So how did we tackle that? We did tackle that in two steps. The first steps first abstraction that we created is at build time, so focusing on tools. Develop on device it's something that has to be standardized because if you're working on the latest feature that you want to add to design in this case, but to any service or product that you're building, develop on device is an opportunity to spot all the bugs straight away. And if you can easily develop on device without caring about device differences, that's a big win. That's a huge win. But also debugging on device. What if you have a problem and you want to put a breakpoint, you want to go inside that loop? So debugging on a device is something that is not standardized. So we created an NPM run dev where you can pass some parameters and it doesn't care if that's running on a PS5 or on an Xbox because that complexity has been abstracted away. But also we worked a lot of monitoring and especially we focused on test automation. Especially in this COVID time being at home it's not easy to work on devices. So we pushed a lot on a TV lab that we have where we can run automated tests on the TVs and on the devices themselves. And all of that is completely driven by automation and by code. So you write your tests and instead of running on a normal browser, they will run on the device itself, even if it's not there with you. In your room or in your home office, they are in the TV lab, but they are running the tests for you. And that's crucial to make sure you have confidence of shipping to multiple devices. That was the first layer of abstraction. The second layer is at runtime. Once, while your app is running, what happens on the runtime? So on the runtime, the first differences are with remotes and controllers.

4. Maximizing Flow and Enabling Team Autonomy

Short description:

Imagine making team autonomous by obstructing device differences in the runtime. Solutions like standardized APIs and tools enable feature teams to develop, test, and deploy autonomously. By applying DevOps principles, we make the work visible, reduce batch size, and prevent issues from being passed downstream. Developing on-device allows for immediate bug fixes, and testing automation ensures compatibility across devices. Maximizing the flow and enabling team autonomy are key.

Imagine that a PlayStation controller has to work somehow in a similar way to your TV remote because they are controlling an app, which is very similar. And also, the developers who are building the features within the app, they do not care if you're using it from a PS4 or from a TV. So obstructing these differences goes always in the direction of making team autonomous. And if we extend that knowledge, all the devices API are obstructed away in the, in our runtime.

So teams working on features, they just call something which is standardized. They do not care about device differences. And that's true for networking API, since we deal with live videos, networking is so important for us, but also for putting your app in background when you have a notification and you open another game, maybe on your Xbox. So all of these are all solutions that we put in place to enable feature teams to be autonomous, enable feature teams to go from developing their specific feature to testing and seeing their changes on devices to our customer, with the help of the tools and the solution from the TV platform team. So feature teams being autonomous going to customers.

But the idea is that, okay, we are creating some parallel ideas. We have some parallel ideas between the devops and actually this frontend setup. Can we push it even further? Can we actually say, okay, let's take some devops principle like maximizing the flow? And let's see if that applies. And the answer is yes, it does. Because when we take the flow from end to end, we should focus on as devops principle, make the work visible. But if we have one team working on the feature, shipping value to our customers, their work is visible in one Jira board. That's as easy as it can get. You can see the work flying from one column to another one after it reaches customer. And also reduce the batch size, not having to deal with two teams and all the communication between these two teams means that one team can potentially deploy multiple times a day. It's up to them. They are in charge. They are autonomous into taking that decision. And last but not least, prevent the fact being passed downstream. That is possible because of the tools, because of the solutions that we created. And if we start from develop on-device very early, you immediately fix the bug straight away, because you see that that round thing is not that round. Maybe you want to fix them straight away. And if you are developing on-device, you will fix that in seconds, not in sprint. And once you have that, you can move to testing automation, because maybe you work and you develop on an Xbox, and you want to make sure that your PR, your pull request still works on a PlayStation 5. So why not running the test in our TV lab for checking that PlayStation 5 it's fine. That is possible because we heavily invested into these kinds of things, these kinds of tools to enable teams to be autonomous. So to recap, how did we maximize the flow.

QnA

Applying DevOps Principles Beyond the Web

Short description:

We started by having one GR board to make work visible. Focus on developer experience and providing the right tools. DevOps is about enabling teams to be autonomous. Backend is just the beginning. Measure to improve and repeat. Thank you for staying here with me today. Where have you applied DevOps principles so far? If you're flexible enough, you can convince anyone to do anything with DevOps. Applying DevOps principles beyond the web application. Questions from the audience.

We started by having one GR board to make them work visible, especially around features. And once you have one team that deploys often and then deploy autonomously, you can truly start by develop on a device as early as possible and add testing automation into the mix.

I want to leave you with a few ideas in order on what to do, what to take away from this talk. And I want to say as the first thing, that the developer experience is so important. It's probably even more important when you have a really crappy one, like working on devices. It's not as smooth as, for example, working on web. When you have many more tools, many more solutions already in place. So, focus on your developer experience is important. Providing the right tools, spending time for building those tools is very important.

And then, DevOps is about unifying, but more importantly, is about enabling. It's about making teams to be autonomous, making teams responsible of the end to end because the teams that are responsible is able to be on call for that specific feature, is able to support that feature with the tools and with the solution that we put in place for them to be autonomous. And then, the backend is just the beginning, because we saw how these particular principles are applying quite well, if you ask me, to the frontend as well, to the teams. And once you have all of this set up and in place, you just have to measure to improve and repeat. That was the last slide.

I want to thank you for staying here with me today. You can find me on Twitter at underscore max Gallo, and these slides are available on GitHub, at talk DevOps for Frontend. Thank you very much. I want to have you here and we want to have a look at the poll at the question you posted to our audience, and the question was, where have you applied DevOps principles so far? And looking at this, most people back end and beyond. And that's good. I would agree, right? Yeah, yeah. I was actually hoping for the second one, but I'm still happy. Is there a place you should not apply DevOps principles to in the modern world? I think if you're flexible enough, you can convince anyone to do anything with DevOps, really. Just like your skills as, like, proper person able to convince other in doing things, but it's definitely possible. I've had discussions with companies who tell me, like, oh no, we are too big for DevOps. You don't know what you're talking about, but okay. Excellent. So your talk was about applying DevOps or DevOps principles beyond your browser, right? Beyond the web application. And I understand from what you were talking about, it's about deploying the web applications for smart TVs and gaming consoles and all those smart boxes for your application, right? Yeah. We have a bunch of questions coming in from people, so I'm going to kind of slowly get into them, and I even have my own. So we have a question from Lara.

Running Automated Tests on Consoles and TVs

Short description:

In terms of off-the-shelf tools, there are very few options for running automated tests on consoles and TVs. Each device is like an island, with its own development processes and experiences. There is no ready-made product for testing on real devices, so bespoke solutions are common. Our approach is similar to others, where we have a TV lab with cameras pointing at the TVs and set-top boxes for running automated tests.

Lara asks, what tools do you use to run automated tests on consoles and TVs? Right? How many different devices do you test these things on? Yeah. So in terms of, like, off-the-shelf tools, it's, like, very little to zero. As much as we love our TVs and our Playstations and our Xboxes, every single of these things is an island. They don't really talk between each other. They just live in their own bubble with their own development processes, with their own development experience, and unfortunately there is no product that you can go buy and say, okay, I'm going to use this for testing on a real device. Amazon has done that for their device lab. Netflix has something about it. BBC here in the UK has something about this. But we're all talking about bespoke solutions. And in our case, we went for a very similar route.

Testing on TVs and Balancing Work

Short description:

In our TV lab, we run automated tests on the TVs and set-top boxes using cameras. Getting the feed out from the TV is challenging, so we point the camera at the screen. The variety of TVs, models, and set-top boxes makes it difficult to have a unified testing method. Despite the simplicity of using cameras, it is a practical solution. As a DevOps engineer, balancing work on applications and maintaining the delivery pipeline depends on the day.

So we do have a TV lab where we've got literally cameras pointing in front of TVs, where we are running automated tests on the TVs and set of boxes themselves. Sometimes is it possible to intercept the HDMI flow? Like if you have, for example, a PlayStation, you can get the feed from the HDMI. But if you're working on a TV, there's no really way to get the feed out from the TV. So you just point the camera into it. So a lot of bespoke, a lot of hardware involved into that. But if you ask me for suggesting for a tool to start using next week, just do it yourself. There is no such thing. And that's a really good point, because, you know, it's relatively easy, especially, you know, we talk about containers and like, oh, launching a thing in container, it works everywhere. But so many different TVs up there. Okay, we can say there's two or three or four consoles, but so many televisions and television models, set up boxes and whatnot. So it is, I can imagine, very difficult to have a unified testing method for all of them. But yeah, I like the fact that you have cameras pointing at things there. So very tangible. It feels like the answer that a five-year-old could give. How do I test? Yeah, it's easy. Just point the camera on the screen. But that's complete. That's okay. That works. As long as it works, it's perfectly fine. Exactly. The easiest solution you can think. Correct. Great. Excellent.

So another question coming in. As a DevOps engineer, whatever that is, I have a discussion completely about what a DevOps engineer is, we're not going to get into that, a person that does DevOps, in reality, how do you split your time between working on an application and maintaining your entire delivery pipeline? That's a good question. It depends on the day. So sometimes there are very red days when everything is red. No, I'm just kidding.

Investing in Tooling for TV Testing

Short description:

We invest in tooling to be self-sufficient and efficient in TV testing. We dedicate proper time to improving the experience. We use visual regression testing, but not connected to the camera. Camera feed is unreliable, so we use it for virtual pilot mode. We have a web-based application for manual control and automated tests driven by code. Cameras are used for on-demand use in the lab. Cameras can be viewed remotely, which is useful when working from home.

In our sense, in the transition that we are moving right now, at least within the zone, we are quite investing as a company in a lot of tooling and a lot of those kinds of things that would help us being more self-sufficient and overall efficient because on TV, otherwise you have to test anything manually, which has, as you can imagine, its own limitation. So we have that quite baked into our company goals to make sure also that that's something that we want to do.

So thankfully, I know that that is not always the case when you have your company backing you up. That sometimes like you do that in your free time or you try to sneak that into a sprint, because it's not the main point. But in our case, thankfully, we have proper time dedicated to that. So depending on the week, it could be a week which is very focused on understanding why the PS5 keeps disconnecting from the network and it's not reachable anymore. But overall, it's about improving the experience. Whatever we do, it's about improving your daily work, which is one of the most precious things that you can do.

Yeah, absolutely. You want to get your time back. Excellent. So we have a couple of new questions coming in. A question from D. How do you know whether the test has passed or failed via camera? Do you have some sort of a very visual way of defining that? That's a very good question. So we have some visual regression testing, but it's not connected to the camera just yet. For the simplest reason in the world is that camera feed goes through other IPs, and camera feed can be like the quality can degrade quite easily for whatever reason, like mice jumping on the cable of the internet or something happening in like in other side of the world. So that has been proven to be unreliable. So we don't use the camera feed exactly to get the test results. Camera feed are mostly used in what we call virtual pilot mode. So there is actually a URL that you can reach with a web-based application that allows you to control the TV manually. So that's the manual side of it. And then there is the automated side of it, which instead is all driven by code. So you write your tests as if you were running them in a normal browser experience, and you write your expectation and everything as you normally do in the browser, but cameras are mostly used for an on-demand use of these kind of TVs in the lab.

Okay. And can you view those cameras, I guess, remotely, right? You mentioned they're IP-based, so nobody has to be in the testing lab or to do those things. No, no. Exactly. But it has been challenging. It has been very useful through COVID times because as quite many people, we are working from home. And if you work for a company that has to support, like just if you pick Samsung Tizen, that's like five or six different versions.

Challenges of TV Testing in the Lab

Short description:

It's challenging to have multiple TVs for testing, and relying on the lab has proven difficult. The teams spend a lot of time and effort to keep the lab running. It brings tangibility to testing, unlike testing code which is abstract.

Okay. So I'm not gonna get six TV, six 50 inches TV in my place as everyone else. So that's quite challenging. So that was quite a useful solution, especially during these times, but also has been proven difficult because anytime you have an hardware problem, you have to go into the lab. It's like a little bit naive, thinking that the lab would fix itself, that runs on its own. There is a lot of work and a lot of time that one of our teams is spending on it, trying to make it up and running for all the other teams. For me, this is fascinating because again, you bring so much tangibility into things you test, like when we test code, it's something very abstract, so that's perfectly fine.

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

React Advanced Conference 2021React Advanced Conference 2021
19 min
Automating All the Code & Testing Things with GitHub Actions
Top Content
Code tasks like linting and testing are critical pieces of a developer’s workflow that help keep us sane like preventing syntax or style issues and hardening our core business logic. We’ll talk about how we can use GitHub Actions to automate these tasks and help keep our projects running smoothly.
DevOps.js Conf 2022DevOps.js Conf 2022
33 min
Fine-tuning DevOps for People over Perfection
Demand for DevOps has increased in recent years as more organizations adopt cloud native technologies. Complexity has also increased and a "zero to hero" mentality leaves many people chasing perfection and FOMO. This session focusses instead on why maybe we shouldn't adopt a technology practice and how sometimes teams can achieve the same results prioritizing people over ops automation & controls. Let's look at amounts of and fine-tuning everything as code, pull requests, DevSecOps, Monitoring and more to prioritize developer well-being over optimization perfection. It can be a valid decision to deploy less and sleep better. And finally we'll examine how manual practice and discipline can be the key to superb products and experiences.
DevOps.js Conf 2022DevOps.js Conf 2022
27 min
Why is CI so Damn Slow?
We've all asked ourselves this while waiting an eternity for our CI job to finish. Slow CI not only wrecks developer productivity breaking our focus, it costs money in cloud computing fees, and wastes enormous amounts of electricity. Let’s take a dive into why this is the case and how we can solve it with better, faster tools.
DevOps.js Conf 2022DevOps.js Conf 2022
31 min
The Zen of Yarn
In the past years Yarn took a spot as one of the most common tools used to develop JavaScript projects, in no small part thanks to an opinionated set of guiding principles. But what are they? How do they apply to Yarn in practice? And just as important: how do they benefit you and your projects?
In this talk we won't dive into benchmarks or feature sets: instead, you'll learn how we approach Yarn’s development, how we explore new paths, how we keep our codebase healthy, and generally why we think Yarn will remain firmly set in our ecosystem for the years to come.

Workshops on related topic

DevOps.js Conf 2022DevOps.js Conf 2022
152 min
MERN Stack Application Deployment in Kubernetes
Workshop
Deploying and managing JavaScript applications in Kubernetes can get tricky. Especially when a database also has to be part of the deployment. MongoDB Atlas has made developers' lives much easier, however, how do you take a SaaS product and integrate it with your existing Kubernetes cluster? This is where the MongoDB Atlas Operator comes into play. In this workshop, the attendees will learn about how to create a MERN (MongoDB, Express, React, Node.js) application locally, and how to deploy everything into a Kubernetes cluster with the Atlas Operator.
React Summit 2023React Summit 2023
88 min
Deploying React Native Apps in the Cloud
WorkshopFree
Deploying React Native apps manually on a local machine can be complex. The differences between Android and iOS require developers to use specific tools and processes for each platform, including hardware requirements for iOS. Manual deployments also make it difficult to manage signing credentials, environment configurations, track releases, and to collaborate as a team.
Appflow is the cloud mobile DevOps platform built by Ionic. Using a service like Appflow to build React Native apps not only provides access to powerful computing resources, it can simplify the deployment process by providing a centralized environment for managing and distributing your app to multiple platforms. This can save time and resources, enable collaboration, as well as improve the overall reliability and scalability of an app.
In this workshop, you’ll deploy a React Native application for delivery to Android and iOS test devices using Appflow. You’ll also learn the steps for publishing to Google Play and Apple App Stores. No previous experience with deploying native applications is required, and you’ll come away with a deeper understanding of the mobile deployment process and best practices for how to use a cloud mobile DevOps platform to ship quickly at scale.
DevOps.js Conf 2022DevOps.js Conf 2022
13 min
Azure Static Web Apps (SWA) with Azure DevOps
WorkshopFree
Azure Static Web Apps were launched earlier in 2021, and out of the box, they could integrate your existing repository and deploy your Static Web App from Azure DevOps. This workshop demonstrates how to publish an Azure Static Web App with Azure DevOps.
DevOps.js Conf 2022DevOps.js Conf 2022
163 min
How to develop, build, and deploy Node.js microservices with Pulumi and Azure DevOps
Workshop
The workshop gives a practical perspective of key principles needed to develop, build, and maintain a set of microservices in the Node.js stack. It covers specifics of creating isolated TypeScript services using the monorepo approach with lerna and yarn workspaces. The workshop includes an overview and a live exercise to create cloud environment with Pulumi framework and Azure services. The sessions fits the best developers who want to learn and practice build and deploy techniques using Azure stack and Pulumi for Node.js.