Hello!

Welcome to Landed MVC!

This web application was built using .NET 8 MVC and some nice (and free) responsive design work from HTML5 UP. It looks best on a desktop, but is completely responsive to mobile screen sizes. Most of the credit for this lies in the design, but I've added a fair amount of JS and CSS myself.

It leverages a REST API for its backend, which is the same API utilized by my other demo applications. Consequently, modifications made here will seamlessly propagate to those applications, and vice versa. Embracing an API for the backend offers the flexibility to connect various frontends or implement alterations to them autonomously.

Next

I am self-taught.

"Never memorize something that you can look up." - Albert Einstein

As an autodidact software developer, I've been on a journey that began in childhood and spans two decades of experience in enterprise web software development. My coding journey has traversed a diverse landscape, from BASIC to C#. Beyond writing code, I'm an avid reader, and gamer.

Next

I love riding

Unfortunately, last year I had a severe accident.

I only bring this up because I have been out of work for a year. Mostly due to this accident and the time it has taken to recover.

This has made me a bit rusty, and that has a lot to do with why these demo projects exist. They serve as both a refresher for my memory and a means to alleviate any concerns employers may have about my abilities.

Well enough about me...

Next

On to the fun tech stuff.

I created two tables in my database. Users and Events. They represent a common one-to-many relationship.

The choice to use Users and Events was completely arbitrary. They are not tied to anything functional. So feel free to add, edit, or delete them without fear.

Users

In a normal one-to-many flow. Things would start here.

Events

From here you can access all the events independently of users.

API

Access the API directly using its Swagger UI.

Lets talk...

Send me an email the easy way. This form uses an endpoint in my API to send me an email.