#azure

Subscribe
Azure is a cloud computing platform developed by Microsoft. It provides infrastructure-as-a-service (IaaS) and platform-as-a-service (PaaS) services and supports many different programming languages, tools, and frameworks, including Node.js, Java, Python, .NET, and PHP. It also allows developers to build, deploy, and manage applications using Microsoft Azure's services, such as storage, networking, analytics, compute, and mobile. With Azure, developers can quickly create web apps, mobile apps, virtual machines, and other types of services in the cloud.
JSNation Live 2020JSNation Live 2020
31 min
From Code to Scale! Build a Static Web App in Minutes
You've built an app and you want it to scale. Do you want CI/CD, custom domains, SSL certificates, APIs, global scale of your static assets, authentication, and authorization? Let's learn how to build a static web app on Azure and go from GitHub repo to global scale in minutes.
JSNation Live 2020JSNation Live 2020
31 min
PoseDance: Build a TikTok Trainer
Do you scroll through TikTok, amazed at the goofy, yet complicated dance moves featuring today's youths? Those kids are popping off while you're sitting around, coding SQL queries. Fortunately, we are technologists, and there's no problem we can't solve, including getting better at TikTok dancing. In this talk, I'll show you how I perfected my moves building PoseDance, your friendly TikTok trainer. We'll discuss how I leveraged PoseNet, which allows you to pinpoint body motion and draw a 'skeleton' on a video. Combined with a webcam mapping your own dance skeleton, a bit of math to compare the matching points, Azure functions to authenticate a user, and PlayFab as a game-friendly backend to keep scores and create a leaderboard, you've got the perfect quarantine pastime, making a perfect fool of yourself in front of a webcam. Come dance with me!