resume

Fork of Awesome CV that I've modified for my own use - requires XeLaTex.
git clone git://git.mattfehrenbach.xyz/resume.git
Log | Files | Refs | README | LICENSE

commit 7d49740efff97cd48495de1d568d7341b0d1a2b0
parent 4d1c583f32d26de05ccbe5150b14961d58e07079
Author: Matt Fehrenbach <m.fehrenbach@pm.me>
Date:   Sat, 13 Mar 2021 16:14:48 +0000

Modified experiences to add RESTful API

Diffstat:
Mresume/experience.tex | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resume/experience.tex b/resume/experience.tex @@ -8,7 +8,7 @@ {Aug. 2019 -- Present} % Date(s) { \begin{cvitems} % Description(s) of tasks/responsibilities - \item {Worked on an ASP.NET Web API using Entity Framework, with an MVVM application front end for real-time mission critical communications.} + \item {Worked on an ASP.NET RESTful Web API using Entity Framework, with an MVVM application front end for real-time mission critical communications.} \item {Maintained Team Foundation Server build pipelines and administered their migration to Azure.} \item {Using Gherkin via Specflow to perform behaviour-driven development as well as test-driven development, where all tests are run during continuous integration - specified in the build pipeline.} \item {Deployed virtual machine for a Team Foundation Server build agent, which handled the continuous integration and delivery of Nuget packages via infrastructure as code.}