Skip to content

Commit

Permalink
blog about upcoming stream series
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jun 20, 2020
1 parent e708c8d commit 850b852
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ But now, with Static Web Apps, it's a whole lot easier as it's designed for this

It's one thing to read the docs, and another thing to learn how to actually build something, so at Build I decided to put myself to the test and try to build and deploy an app in ~30 minutes. You'll find the video in the [Microsoft Build YouTube playlist](https://www.youtube.com/watch?v=GY5NYJDP4k0&list=PLlrxD0HtieHhlbuh4wiUVHGeVw8vY4Rco&index=74) but what you might notice about it is that it's a lot of copy and pasting of code, and not a lot of actually writing code.

Well, it's time to really put my money where my mouth is and go about building the application, and to do that I'm going to try out [Twitch](https://www.twitch.tv/aaron_powell) and do a live stream of how we can build the app.
Well, it's time to really put my money where my mouth is and go about building the application, and to do that I'm going to try out [Twitch](https://www.twitch.tv/numberoneaaron) and do a live stream of how we can build the app.

I'm going to kick off at **11.30am (Sydney Time) Friday 5th June**, between now and then I'm going to try and work out how to use Twitch, and we'll see if I can do this without resorting to copy/paste all the time! 🤣

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "New Stream - Series Server to Serverless"
date = 2020-06-20T19:10:44+10:00
description = "Kicking off a new live stream series on converting from ASP.NET Core to Serverless"
draft = false
tags = ["dotnet", "serverless", "azure-functions", "azure"]
+++

I recently started streaming on [my Twitch channel](https://www.twitch.tv/numberoneaaron) and am trying to get into a regular schedule of streaming, so to do that I'm going to kick off a multi-part stream in which we'll look at porting an ASP.NET Core application to a Serverless application on Azure Functions.

The application I'm going to tackle is [Blazing Pizza](https://github.com/dotnet-presentations/blazor-workshop), a workshop from the Blazor team.

I'll be streaming every Friday at midday Sydney time (7pm Thursday's PDT) for anyone who wants to join in. I'm undecided if I'll do it in C# or F#, but the codebase will end up having both implementations, so I might mix and match between weeks on what is done live and which I do between streams.

See you on the stream.

0 comments on commit 850b852

Please sign in to comment.