GithubHelp home page GithubHelp logo

michaeljolley / blazor-buddies Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 11.0 706 KB

Public website & donor management system for Backpack Buddies written in Blazor.

Home Page: http://stclairbuddies.org/

License: MIT License

HTML 49.40% C# 22.57% CSS 28.00% PowerShell 0.04%
blazor dotnet

blazor-buddies's Introduction

Find Me Everywhere!

GitHub followers Twitch Status Twitter Follow YouTube Channel Subscribers Discord

๐Ÿ‘‹ Hi! I'm Michael.

AKA: The Bald Bearded Builder

I've been a developer since... well, we didn't have CSS and you had to decide between JavaScript and VBScript for interactivity.

After years of building and leading developers, I now spend my days creating workshops, live streams, demos and other content to help developers learn new skills and level up their careers.

Here's a few of my recent ramblings:

๐Ÿ“ Recent Blog Posts

Choosing Between Controllers and Minimal API for .NET APIs

Alias any Type with C# 12

Using Primary Constructors in C# 12 & .NET 8

๐Ÿ“บ Recent YouTube Videos

ChatGPT 4o, Dall-E 3, and Whisper in .NET EF Core Queries Go BOOM! Implementing Soft Deletes with Entity Framework Core

๐Ÿ“ฝ๏ธ Random Twitch Clips

Blazor Trailer :) Hey... I hear you like themes... Fart Candle best candle

blazor-buddies's People

Contributors

allcontributors[bot] avatar apocdev avatar canhorn avatar electrichavoc avatar michaeljolley avatar parithon avatar slorello89 avatar smabuk avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

blazor-buddies's Issues

ISSUE: Authorization fallback policy

Right now the authorization fallback policy is to require authorization. The problem with this approach is that we must explicitly allow anonymous access to every endpoint.

As a result, we need to add .AllowAnonymous() to a few endpoints in our Setup.

endpoints.MapGet("/healthcheck"), ...[ code removed for brevity ]... ).AllowAnonymous();
endpoints.MapBlazorHub().AllowAnonymous();

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.