The Beginning of my Blazor Portfolio!

     I'm currently developing a site in Blazor that can be the home for my portfolio one day! Right now it's not much, it's built with a .NET Core API, which uses EFCore (and a Postgres database) to manage my projects and skills. Ideally it would be a blog format, much like this site is, but it's a work in progress. 

    What I like about Blazor is it allows us to write front-end code in C# thanks to Web Assembly. This way we can create sharp and fast sites. C# is currently the language I'm most familiar with, and from my experience with JavaScript, I much prefer C#. 

    Currently the API is hosted on Heroku and the Blazor is on GitHub pages.

Check out the site here

Comments

Popular posts from this blog

API's in C#

Using WebRTC to build a videophone in React and TypeScript

Reviewing WPF and MVVM