Developing and Deploying a Static Web App with Blazor and Azure Functions

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 9

  • @fieryscorpion
    @fieryscorpion 2 роки тому +1

    This was insanely cool.
    I see you were able to create Azure resources in the Nuke code.
    Can you also write code to deploy the Azure Functions and Static Web app in the Nuke code?

  • @fieryscorpion
    @fieryscorpion 2 роки тому +1

    Thank you for the amazing build tool!

  • @dandoescode
    @dandoescode 2 роки тому +1

    great talk! is the source code available?

  • @iedesnoek
    @iedesnoek 2 роки тому +4

    is the source code available?

    • @fieryscorpion
      @fieryscorpion 2 роки тому +2

      Here's the demo to this code:
      github -> matkoch/azure-swa-demo
      His nuke build tool:
      github -> nuke-build/nuke
      Azure static web apps CLI tool:
      github -> Azure/static-web-apps-cli

  • @rafaelfabro4782
    @rafaelfabro4782 2 роки тому +1

    I'm here for the source code

  • @thefront5871
    @thefront5871 Рік тому +1

    FYI, in a professionally designed and coded function/app, never write your application logic, authentication/authorization code, etc., in your UI project! Always write that code in a separate project if you really want to practice good coding habits. There are several benefits to this! One is that it will make for a much smoother move from Blazor to Xamarin, WebAPI service, Windows Forms, etc. for your UI! Separate your concerns to the point that each method has exactly one responsibility and not the 10 responsibilities you see in this example!
    Educators should practice what they teach! Stop showing horribly written code examples as newbies will just copy what you did and continue in that bad coding behaviors only to never practice good coding habits! Please, BE THE EXAMPLE OF GOOD CODING HABITS!!

  • @pabloarthur8504
    @pabloarthur8504 2 роки тому +1

    I want to ask for the source code, but I see that 3 people ask that before and did not got an answer. boomer......

  • @WalterLockhart
    @WalterLockhart 2 роки тому +1

    Is the source code available?