Skip to content

Instantly share code, notes, and snippets.

View maddymontaquila's full-sized avatar

Maddy Montaquila (Leger) (Not a David) maddymontaquila

View GitHub Profile
#:package Spectre.Console@0.50.0
using Spectre.Console;
var start = DateTime.Now;
// Header
AnsiConsole.MarkupLine(":rocket: [bold]Deploying app to dev environment[/]");
AnsiConsole.WriteLine();
#:package Spectre.Console@0.50.0
using Spectre.Console;
var start = DateTime.Now;
AnsiConsole.WriteLine();
var publishDuration = RunStep1PublishAssets();
PrintDivider();
@maddymontaquila
maddymontaquila / aspirifriday-faq.md
Last active March 19, 2026 16:12
AspiriFriday Guest FAQ

Thank you for joining us for AspiriFriday - a YouTube series where we Aspireify your app live on stream! We stream to the @aspiredotdev YouTube and Twitch channels and use Streamyard to facilitate the A/V.

Machine setup

We want this to be as similar to your actual dev environment as possible, but to minimize setup pains live, please make sure you have:

Joining the stream

https://x.com/edcharbeneau
https://goforgoldman.com/posts/mauiuijuly-24/
https://dev.to/davidortinau/all-the-lists-in-net-maui-33bd
https://www.youtube.com/watch?v=PGdihJt1pzA&ab_channel=DavePlatt
https://mallibone.com/post/maui-reactor-fit
https://devblogs.microsoft.com/dotnet/announcing-api-map-support-for-ua/
https://github.com/wearedotnet/dotnet-creator-cards
.NET 9. https://learn.microsoft.com/en-us/dotnet/maui/whats-new/dotnet-9
@maddymontaquila
maddymontaquila / MAUI Standup May 2023 Links
Last active May 4, 2023 18:24
.NET MAUI Community Standup links - May 4 2023
git branch -m master main
git push -u origin main