Skip to content

Instantly share code, notes, and snippets.

View maddymontaquila's full-sized avatar

Maddy Montaquila (Leger) 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 November 6, 2025 18:04
AspiriFriday Guest FAQ

Thank you for joining us for AspiriFriday - a YouTube series where we Aspireify your app live on stream! Currently, we stream to the dotnet YouTube channel.

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:

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