From: Andrew DeFaria Date: Mon, 25 Sep 2017 18:28:16 +0000 (-0700) Subject: Updated Resume with AWS certification X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=63b49877df06def9c2e2575c04a4791c08f0e541;p=clearscm.git Updated Resume with AWS certification --- diff --git a/web/Resumes/Andrew/AWS Certified Solutions Architect - Associate certificate.pdf b/web/Resumes/Andrew/AWS Certified Solutions Architect - Associate certificate.pdf new file mode 100644 index 0000000..b7bd9d4 Binary files /dev/null and b/web/Resumes/Andrew/AWS Certified Solutions Architect - Associate certificate.pdf differ diff --git a/web/Resumes/Andrew/AWS_Certified_Logo_SAA_294x230_Color.png b/web/Resumes/Andrew/AWS_Certified_Logo_SAA_294x230_Color.png new file mode 100644 index 0000000..8d9c4f0 Binary files /dev/null and b/web/Resumes/Andrew/AWS_Certified_Logo_SAA_294x230_Color.png differ diff --git a/web/Resumes/Andrew/AWS_Certified_Tag__SAA_294x230-Color.png b/web/Resumes/Andrew/AWS_Certified_Tag__SAA_294x230-Color.png new file mode 100644 index 0000000..8b46f18 Binary files /dev/null and b/web/Resumes/Andrew/AWS_Certified_Tag__SAA_294x230-Color.png differ diff --git a/web/Resumes/Andrew/index.php b/web/Resumes/Andrew/index.php index d8a05ca..2a7457f 100644 --- a/web/Resumes/Andrew/index.php +++ b/web/Resumes/Andrew/index.php @@ -81,6 +81,25 @@ function stoptimer () { + + + + + + +
+ +
+ AWS Certified Solutions Architect
+
+ Associate +
+ Validation Number: 4Q2XDJDCK1EE1HC5 +
+
+
+ +

Objective

To work with state of the art operating systems and networks to @@ -108,21 +127,21 @@ function stoptimer () { - + - + - + - + - + - + - + - + + + + +
Version Control SystemsVersion Control Systems Git, Perforce, Clearcase
Issue TrackingIssue Tracking JIRA, Clearquest, Bugzilla
LanguagesLanguages Perl, Bash, PHP, C++, @@ -131,7 +150,7 @@ function stoptimer () {
MiddlewareMiddleware Apache, Tomcat, Samba, Winbind, @@ -139,31 +158,43 @@ function stoptimer () {
Web AppsWeb Apps JIRA, Confluence, Swarm
DatabasesDatabases MySQL, Oracle
Coninuous IntegrationConinuous Integration Build Forge, Electric Commander, Jenkins
VirtualizationVirtualization VMWare, VirtualBox,
Cloud Computing + AWS: EC2, + IAM, + S3, + Glacier, + CloudFront, + Route53, + VPC +
@@ -219,12 +250,12 @@ function stoptimer () {

August 2016 - Present
Contract
-

Working on converting an internal project from a Jenkins/Perforce +

Converted an internal project from a Jenkins/Perforce build system to the Broadcom/Avago standard of Electric Commander - and Git. Wrote a Perl script to driving signing of - executables. Wrote a Perl script to remotely execute commands remotely on Windows - systems using Cygwin/ssh. This script also supplied username/password so that - when logged into the Windows system, Windows could access remote filesystems.

+ and Git. Developed Perl scripts to sign executables. Developed Perl + script to remotely execute commands on Windows systems using Cygwin/ssh. + This script also supplied username/password so that when logged into the Windows system, Windows + could access remote filesystems.


@@ -233,11 +264,8 @@ function stoptimer () {

ICANN

-

Working on keeping the Internet from exploding! ;-)

- -

Working on creating servers to implement protocols such as RDAP (pretty - much the new whois(1)) and the like for testing SLA compliance of various TLD - registrars around the world.

+

Developed RDAP + server for testing SLA compliance of various TLD registrars around the world.


@@ -318,8 +346,9 @@ function stoptimer () {

Automated various informational systems using Perl/ MySQL/Oracle, and the web.

-

Developed a command line debugger called raid which provided a consistent - interface with complete command history and variable substitution. This Perl +

Developed a command line debugger called RAID (a Real Aid In Debugging) which + provided a consistent interface with complete command history and variable substitution courtsey of a Perl + module that I wrote called Cmdline.pm. This Perl process utilized Inline::C to interface to the developer libraries and provide a consistent interface for the various command line debuggers developed by various different groups.

diff --git a/web/css/LevelThePlayingField.css b/web/css/LevelThePlayingField.css index 0287ccf..853c7d8 100644 --- a/web/css/LevelThePlayingField.css +++ b/web/css/LevelThePlayingField.css @@ -18,17 +18,17 @@ possible) * { /* IE5/Mac likes this, doesn't like ...:relative;. */ /* hide from IE5/Mac */ - position: static; + position: static; /* rumored to help with some IE problems (other than IE5/Mac. */ - position: relative; + position: relative; /* IE sometimes decides to center stuff for the heck of it */ - text-align: left; - font-size: 1em; + text-align: left; + font-size: 1em; } body { - margin: 0; - padding: 0; + margin: 0; + padding: 0; } /*ul, @@ -49,7 +49,7 @@ p, blockquote, fieldset, input { - margin: 0; + margin: 0; } dt { @@ -57,7 +57,7 @@ dt { } blockquote { - padding-left: 25px; + padding-left: 25px; } /***************************************************************************** @@ -70,38 +70,42 @@ Link underlines tend to make hypertext less readable, because underlines obscure the shapes of the lower halves of words *****************************************************************************/ :link,:visited { - text-decoration: none; + text-decoration: none; } /***************************************************************************** Try getting rid of blue linked borders. *****************************************************************************/ -#page a { - border: none; - font-weight: bold; +a { + border: none; + font-weight: bold; } -#page a:link { - color: red; +a:link { + color: red; + text-decoration: underline; } -#page a:visited { - color: teal; +a:visited { + color: teal; + text-decoration: underline; } -#page a:active { - color: red; +a:active { + color: red; + text-decoration: underline; } -#page a:hover { - color: blue; - background: #ffff80; +a:hover { + color: blue; + background: #ffff80; + text-decoration: underline; } a img, :link img, :visited img { - border: none; + border: none; } /***************************************************************************** @@ -111,9 +115,9 @@ We'll start with a size of 12px (1em = 12px) *****************************************************************************/ body { - font-family: verdana, arial, sans-serif; - font-size: 75%; /* assumes a 14-16px default size */ - line-height: 137%; + font-family: verdana, arial, sans-serif; + font-size: 75%; /* assumes a 14-16px default size */ + line-height: 137%; } /***************************************************************************** @@ -121,71 +125,71 @@ Let IE use percentage for base font size so it can still zoom text. Everyone else we'll give a pixel value to ... *****************************************************************************/ html>body { - font-size: 12px; /* For everyone except IE ... */ + font-size: 12px; /* For everyone except IE ... */ } p { - font-size: 1.0em; /* ~12px */ + font-size: 1.0em; /* ~12px */ } h1, h2, h3, h4, h5, h6 { /* georgia is a better x-browser font */ - font-family: georgia, "new century schoolbook", times, serif; - margin-top: 4px; - margin-bottom: 10px; - color: #993333; + font-family: georgia, "new century schoolbook", times, serif; + margin-top: 4px; + margin-bottom: 10px; + color: #993333; } h1 { - font-weight: normal; + font-weight: normal; } h2, h3, h4, h5, h6 { - font-weight: bolder; + font-weight: bolder; } h1 { - font-size: 2em; - font-variant: small-caps; - text-align: center; + font-size: 2em; + font-variant: small-caps; + text-align: center; } h2 { - font-size: 1.5em; - font-variant: small-caps; - font-weight: bolder; + font-size: 1.75em; + font-variant: small-caps; + font-weight: bolder; } h3 { - font-size: 1em; - font-weight: bolder; + font-size: 1.5em; + font-weight: bolder; } h4 { - font-size: 0.8em; - font-style: italic; + font-size: 1.25em; + font-style: italic; } h5 { - font-size: 0.6em; - font-style: italic; + font-size: 1.0em; + font-style: italic; } h6 { - font-size: 0.4em; - font-weight: bold; + font-size: 0.8em; + font-weight: bold; } .standout { - font-family: verdana, - arial, - sans-serif; - font-size: 12px; - color: #933; - line-height: 13px; - font-weight: bold; - margin-bottom: 10px; + font-family: verdana, + arial, + sans-serif; + font-size: 12px; + color: #933; + line-height: 13px; + font-weight: bold; + margin-bottom: 10px; } .dim { - color: #999; + color: #999; }