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 252d97c69057b59f0e337863ed8873da3584a627
parent 7d49740efff97cd48495de1d568d7341b0d1a2b0
Author: Matt Fehrenbach <m.fehrenbach@pm.me>
Date:   Sat, 13 Mar 2021 16:16:08 +0000

Stop line break

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 RESTful Web API using Entity Framework, with an MVVM application front end for real-time mission critical communications.} + \item {Worked on an ASP.NET RESTful 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.}