Multidimensional software engineer with automated testing, web development, and backend programming experience who excels in functional, regression, integration, and user acceptance testing. An expert in test case design, test tool usage, test execution, defect management, defect tracking, test scripts, and reports, this developer utilizes Vue and .NET Core to deliver quality test management products and websites. Also a graduate of Gonzaga University and Marine Corps veteran.
Blogs by Yuriy
Quickly Configure ASP.NET Core 3.1 with Vue CLI
Vue is becoming a very popular front-end framework, but .NET Core 3.1 still doesn’t officially support it. Thanks to VueCliMiddleware, it only takes a couple of steps to get set up. We will start with an empty ASP.NET Core 3.1 web application template, use the Vue CLI to generate a Vue Client App and then […]
Quickly Configure ASP.NET Core API to work with Vue CLI 3!
Use Vue CLI 3 with all the functionality of ASP.NET Core. ***UPDATE*** Using a newer framework? Check out my blog for steps using ASP.NET Core 3.1. In this tutorial, we will use the .NET WebAPI template to generate an API back-end and Vue CLI 3 to create the front-end and get them to work together. […]