Compare commits

...

2 Commits

Author SHA1 Message Date
John Shaver 4a1b1fe6cc add Devops skill
continuous-integration/drone/push Build is passing Details
2022-07-26 22:10:59 -07:00
John Shaver beb402410f update the resume a bit 2022-07-26 22:01:29 -07:00
2 changed files with 5 additions and 5 deletions

View File

@ -58,8 +58,8 @@
<ul>
<li>Worked with a team to successfully develop Skillsmatch MVP.</li>
<li>Worked with a team on multiple iterations of the Skillabi Prototype.</li>
<li>Currently leading a team to develop the Skillabi MVP and it's APIs.</li>
<li>Lead the move away from application-wide credentials to secure, per-user, role based auth.</li>
<li>Lead the Skillabi team to develop and release the Skillabi MVP</li>
<li>Currently the technical lead continuing development on the Skillabi App</li>
</ul>
</div>
</div>
@ -233,8 +233,8 @@
<li><i class="fab fa-linux fa-fw"></i> Linux</li>
<li><i class="fas fa-globe fa-fw"></i> Terraform</li>
<li><i class="fab fa-aws fa-fw"></i> AWS</li>
<li><i class="fas fa-boxes fa-fw"></i> Devops</li>
<li><i class="fab fa-docker fa-fw"></i> Docker</li>
<li><i class="fab fa-css3 fa-fw"></i> CSS</li>
<!-- <li><i class="fas fa-user-ninja fa-fw"></i> nunchuck</li> -->
</ul>
</div>

View File

@ -1,8 +1,8 @@
#! /bin/sh
npx http-server &
sleep 6;
chromium --headless --disable-gpu --run-all-compositor-stages-before-draw --print-to-pdf="./John-Shaver-Resume-2021.pdf" http://localhost:8080/ --virtual-time-budget=10000;
sleep 2;
chromium --headless --disable-gpu --run-all-compositor-stages-before-draw --print-to-pdf="./John-Shaver-Resume-`date +"%Y"`.pdf" http://localhost:8080/ --virtual-time-budget=10000;
kill %1;
exit;