
VS Code & Manual Methods
At the moment, the work I'm doing to develop the template/core MOOVPAD WebAPI structure is being done in VS Code rather than Visual Studio. There are several benefits for learning by using this method. You get to see what each new plugin is actually doing under the hood, and by writing all the mappers manually to link DTOs and models, you have more control over the process, allowing a more secure end result.

I'll be taking my time to develop this core structure further over the next few days because I'm realising how much more secure and powerful this new approach is when considered together with the RServer, and how the MOOVPAD management backend will be able to integrate all of the data flowing through the entire system into more meaningful, and more manageable information. None of the previous work on webAPIs is wasted either, because all of the models and DTOs already built in those can simply be ported into the new template when its ready.
Brrrrrrr 🙂
Stay awesome,
EMH

HOW MOOVPAD IS BEING BUILT
For the overview of how MOOVPAD apps are being developed, the reasoning behind particular decisions during development, policies, and more in relation to all the technical things, please see the link to the left.
This will be an ongoing work in progress, and will always be linked to the bottom of each upcoming Blog post.