-
Stream 86 - Adding auto deployment docs for that adminwebsite AzUrlShortener
2020-04-03 - Adding auto-deployment and documentation for that admin website of AzUrlShortener ☁
Summary
In this live stream session, Frank is improving the documentation on GitHub page for the Azure Url Shortener (AzUrlShortener) to make it easier to use and install. Also creating documentation about the new admin interface created in the past stream.
📺 - Twitch archive - stream no.86
Replay
- Twitch (for 60 days)
- Youtube(soon)
Timestamps
- 00:00:01 - Bonjour, Hi!
- 00:01:02 - Show & tell
- 00:03:49 - Plan of the day
- 00:00:01 - Found missing image on GitHub, creating an issue.
- 00:30:52 - Start cleaning up the GitHub Root page
- 00:49:44 - Trying the new parachute Overlay !drop
- 00:50:01 - Fixing missing image
- 01:01:41 - Start documenting
Project
All the code for this project is available on GitHub: Azure Url Shortener - https://github.com/FBoucher/AzUrlShortener
Goals
- Clean Root
- Auto- deploy to Azure adminBlazorWebsite
- adminBlazorWebsite Docs
References
- New Overlay: https://www.pixelplush.dev/
Streams Notes/ Snippets/ Shared urls
dotnet add package Microsoft.VisualStudio.Web.CodeGeneration.Design
dotnet aspnet-codegenerator identity -dc adminBlazorWebsite.Data.ApplicationDbContext –files “Account.Register;Account.Login;Account.Logout”
Read more...
-
Adding a Create new ShortUrl to our admin interface AzUrlShortener
2020-04-01 - Let’s Add a Create new ShortUrl to our admin interface AzUrlShortener
Summary
In this live stream session, Frank is adding a new button in the admin website of the Azure Url Shortener (AzUrlShortener) to be able to create new short links. While creating this new functionality a new little bug was found on the serverless backend (aka: Azure Function).
📺 - Twitch archive - stream no.85
Replay
Timestamps
- 00:00:01 - Bonjour, Hi!
- 00:01:21 - Show & Tell, Chit chat
- 00:08:54 - Plan of the day
- 00:25:19 - Time to start coding. Adding button to create new Url
- 01:52:45 - Trying it…. Partial success
- 01:53:01 - Found a bug with the Azure Function
- 02:09:15 - Start the Azure Function project locally to debug the serverless bug
- 02:26:50 - Oops, Okay bye!
Project
All the code for this project is available on GitHub: Azure Url Shortener - https://github.com/FBoucher/AzUrlShortener
Goals
- adminBlazorWebsite - Create a new Short URL #13
- adminBlazorWebsite - Clean-up the UI #14
ToDos
- Fix Azure Function bug when Vanity is null
Streams Notes/ Snippets/ Shared urls
- https://clips.twitch.tv/GenerousInspiringCheeseHumbleLife
-
Adding more documentation about admin interfaces into GitHub for project repo azUrlShortener
Summary
In this live stream session, Frank is adding documentation on GitHub for the project Azure Url Shortener (azUrlShortener). The goal is to make it simple for other developers to create interfaces in their favorite language that use the common Azure Function backend. Note: The camera froze a few time but it got fixed.
📺 - Twitch archive - stream no.84
Replay
Read more...
-
Stream 83 - Adding an Azure Function to return all Urls for the budget-friendly Url-Shortener
Summary
In this live stream session, Frank starts building an admin interface for the Azure Url Shortener (azUrlShortener) tool. The interface will be a website in .Net Core Blazor using a server-side. Before getting into the website he will need a new Azure Function that lists all URLs already created.
Replay
Read more...
-
Experimenting with Azure Function and .Net Core Blazor ☁
2020-03-22 - (Unschedule) Experimenting with Azure Function and .Net Core Blazor ☁
Summary
In this live stream session, Frank is
Replay
- Twitch (for 60 days)
- Youtube(soon)
Timestamps
- 00:00:01 - Bonjour, Hi!
Project
All the code for this project is available on GitHub: Azure Url Shortener - https://github.com/FBoucher/AzUrlShortener
Goals
- Create the .Net Core Preview dev environment in Docker
- Call an Azure Function from a Blazor Web Assembly
ToDos
- unfinish todos from previous stream
New Followers
New Subscribers
Raids
- @ has raided you with a party of
Cheers
- @: bits
Streams Notes/ Snippets/ Shared urls
Create docker TEST dev env.
Create a local image
docker run -it –name BlazorTest-dev -v ~/dev/local/BlazorTest-dev:/devdev mcr.microsoft.com/dotnet/core/sdk:3.1.200-bionic -file /devdev/scripts/addTemplate.sh bash
Execute:
dotnet new -i Microsoft.AspNetCore.Components.WebAssembly.Templates::3.2.0-preview2.20160.5
dotnet new blazorwasm -n JustTesting
cd JustTesting
code .
dotnet add package Microsoft.AspNetCore.Blazor.HttpClient
docker exec -it BlazorTest-dev bash
docker run -it –name BlazorTest-dev -v ~/dev/local/BlazorTest-dev:/app mcr.microsoft.com/dotnet/core/sdk:3.1.200-bionic bash
References
Read more...
subscribe via RSS