#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.
From Code to Scale! Build a Static Web App in Minutes
JSNation Live 2020JSNation Live 2020
31 min
From Code to Scale! Build a Static Web App in Minutes
The Talk discusses the development of web applications and the challenges involved, such as code management, CI/CD, routing, security, and scalability. It explores the use of Azure Static Web Apps for building and deploying static web apps with features like authorization, authentication, and serverless technology. The process of creating a static web app on Azure Portal is demonstrated, along with resource creation, deployment, and custom domain setup. The Talk also covers API deployment, authentication, authorization, and role-based access control. Azure Static Web Apps is highlighted as a globally distributed solution for building web apps.
PoseDance: Build a TikTok Trainer
JSNation Live 2020JSNation Live 2020
31 min
PoseDance: Build a TikTok Trainer
In this Talk, Jen Looper introduces PoseDance, a TikTok trainer app that uses PoseNet for pose detection. She discusses the challenges of scoring and the potential for medical applications. Jen also mentions the use of Azure Functions and PlayFab for the app's backend and deployment. The Talk concludes with a code tour and an invitation for contributions to improve the scoring system.