Blazor & WASM in combination to get statistics from Spotify API for performing the song analysis.
With separate microservices for auth, Spotify, user data tracking, and application, connected through gRPC with Polly.
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
| 12345678910111213141516 |
- <div class="alert alert-secondary mt-4">
- <span class="oi oi-pencil me-2" aria-hidden="true"></span>
- <strong>@Title</strong>
-
- <span class="text-nowrap">
- Please take our
- <a target="_blank" class="font-weight-bold link-dark" href="https://go.microsoft.com/fwlink/?linkid=2148851">brief survey</a>
- </span>
- and tell us what you think.
- </div>
-
- @code {
- // Demonstrates how a parent component can supply parameters
- [Parameter]
- public string? Title { get; set; }
- }
|