Fixed links to images.
[clearscm.git] / web / Resumes / Andrew / index.php
index a85cd00..ccb454a 100644 (file)
@@ -1,4 +1,4 @@
-y<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
 <html>
 <head>
@@ -41,7 +41,69 @@ function stoptimer () {
   <?php
   include "clearscm.php";
   menu_css ();
-  ?>
+
+  // Record hit
+  $dir = dirname(__FILE__);
+
+  if (file_exists("$dir/.resumehits")) {
+    $resumeHit = fopen("$dir/.resumehits", 'r');
+
+    fscanf($resumeHit, "%d\n", $count);
+  } else {
+    $count = 0;
+  } // if
+
+  $count++;
+
+  fclose($resumeHit);
+
+  $resumeHit = fopen ('.resumehits', 'w');
+
+  fwrite($resumeHit, $count);
+  fclose($resumeHit);
+
+  $resumeHist = fopen('.resume.hist', 'a');
+  $date = date(DATE_RFC822);
+
+  fwrite($resumeHist, "$_SERVER[REMOTE_ADDR] read resume at $date\n");
+  fclose($resumeHist);
+
+  $msg  = '<html><body>';
+  $msg .= '<h1>Somebody just visited your resume.</h1>';
+  $msg .= "<p>Here's what I know about them:</p>";
+
+  $me = false;
+
+  foreach ($_SERVER as $key => $value) {
+    if (preg_match("/^REMOTE/", $key)) {
+      $msg .= "$key: $value<br>";
+
+      if ($key == 'REMOTE_ADDR') {
+        // Skip me...
+        if ($value == '184.182.63.133') {
+         $me = true;
+
+         break;
+       } // if
+
+        exec("whois $value", $output, $result);
+
+        foreach ($output as $line) {
+         $msg .= "$line<br>";
+        } // foreach
+      } // if
+    } // if
+  } // foreach
+
+  if (!$me) {
+    $msg     .= '</body></html>';
+    $headers  = "MIME-Version: 1.0\r\n";
+    $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
+    $headers .= "From: Andrew DeFaria <Andrew@DeFaria.com>";
+
+    mail("andrew@defaria.com", "Somebody visited your resume", $msg, $headers);
+  } // if
+?>
 </head>
 
 <body onload="blink()" onunload="stoptimer()" id="homepage">
@@ -53,8 +115,8 @@ function stoptimer () {
     <?php start_box ("cs2")?>
       <h2 align=center><a href="http://defaria.com">Andrew P. DeFaria</a></h2>
       <address style="text-align:center">
-      4139 Via Marina #709<br>
-      Marina del Rey, California 90292-5395<br>
+      14435 South 48th Street #2083<br>
+      Phoenix, Arizona 85044-6448<br>
       </address>
       <p style="text-align:center">
       Phone: 408-596-4937</a><br>
@@ -62,7 +124,7 @@ function stoptimer () {
 <table align="center" width="400">
   <tr>
     <td>
-      <marquee behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()"><a id="blink" href="Resume.docx">Download an MS Word copy!</a></marquee><br>
+      <marquee behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()"><a id="blink" href="Resume.odt">Download an MS Word copy!</a></marquee><br>
     </td>
   </tr>
     <td align="center">
@@ -81,6 +143,25 @@ function stoptimer () {
 </table>
     <?php end_box ();?>
 
+    <table cellspacing="0" cellpadding="0" width="300" border="0" align="center">
+      <tbody>
+        <tr>
+         <td valign="top" align center>
+            <a href="AWS Certified Solutions Architect - Associate certificate.pdf" target="_blank">
+            <div>
+                <img src="AWS_Certified_Logo_SAA_294x230_Color.png" alt="AWS Certified Solutions Architect"><br>
+              <br>
+                <img src="AWS_Certified_Tag__SAA_294x230-Color.png" alt="Associate">
+              <br>
+              <b>Validation Number:</b> 4Q2XDJDCK1EE1HC5
+            </div>
+            </a>
+          </td>
+        </tr>
+      </tbody>
+    </table>
+
+
   <h3>Objective</h3>
 
   <p>To work with state of the art operating systems and networks to
@@ -88,8 +169,8 @@ function stoptimer () {
 
   <h3>Hardware</h3>
 
-  <p>Workstations and servers from Sun, HP as well as various other manufactures
-  of Linux systems.</p>
+  <p>Workstations and servers from Sun, HP, Microsoft Windows as well as various
+  other manufactures of Linux systems.</p>
 
   <h3>Operating Systems</h3>
 
@@ -108,21 +189,21 @@ function stoptimer () {
   <table align=center border=1 cellspacing=0 cellpadding=2 width="60%">
     <tbody>
       <tr>
-        <td>Version Control Systems</td>
+        <th>Version Control Systems</th>
         <td>
           <span class="standout">Git</span>, <span class="standout">Perforce</span>,
           <span class="standout">Clearcase</span>
         </td>
       </tr>
       <tr>
-        <td>Issue Tracking</td>
+        <th>Issue Tracking</th>
         <td>
           <span class="standout">JIRA</span>, <span class="standout">Clearquest</span>,
           <span class="standout">Bugzilla</span>
         </td>
       </tr>
       <tr>
-        <td>Languages</td>
+        <th>Languages</th>
         <td>
           <span class="standout">Perl</span>, <span class="standout">Bash</span>,
           <span class="standout">PHP</span>, <span class="standout">C++</span>,
@@ -131,7 +212,7 @@ function stoptimer () {
         </td>
       </tr>
       <tr>
-        <td>Middleware</td>
+        <th>Middleware</th>
         <td>
           <span class="standout">Apache</span>, <span class="standout">Tomcat</span>,
           <span class="standout">Samba</span>, <span class="standout">Winbind</span>,
@@ -139,29 +220,42 @@ function stoptimer () {
         </td>
       </tr>
       <tr>
-        <td>Web Apps</td>
+        <th>Web Apps</th>
         <td>
           <span class="standout">JIRA</span>, <span class="standout">Confluence</span>,
           <span class="standout">Swarm</span>
         </td>
       </tr>
       <tr>
-        <td>Databases</td>
+        <th>Databases</th>
         <td>
           <span class="standout">MySQL</span>, <span class="standout">Oracle</span>
         </td>
       </tr>
       <tr>
-        <td>Coninuous Integration</td>
+        <th>Coninuous Integration</th>
         <td>
           <span class="standout">Build Forge</span>, <span class="standout">Electric Commander</span>,
           <span class="standout">Jenkins</span>
         </td>
       </tr>
       <tr>
-        <td>Virtualization</td>
+        <th>Virtualization</th>
         <td>
           <span class="standout">VMWare</span>, <span class="standout">VirtualBox</span>,
+          <span class="standout">vSphere</span>, <span class="standout">vCenter</span>
+        </td>
+      </tr>
+      <tr>
+        <th>Cloud Computing</th>
+        <td>
+          <span class="standout">AWS: EC2</span>, 
+          <span class="standout">IAM</span>, 
+          <span class="standout">S3</span>, 
+          <span class="standout">Glacier</span>, 
+          <span class="standout">CloudFront</span>, 
+          <span class="standout">Route53, 
+          <span class="standout">VPC</span>
         </td>
       </tr>
     </tbody>
@@ -179,12 +273,6 @@ function stoptimer () {
 
   <table align=center border=1 cellspacing=0 cellpadding=2 width="90%">
     <tbody>
-      <tr>
-        <td><a href="http://www.linkedin.com/profile/view?id=14959116">David Petro</a></td>
-        <td>(425)-391-4185</td>
-        <td><a href="mailto:david.petro@ge.com">david.petro@ge.com</a></td>
-        <td>Manager, General Electric</td>
-      </tr>
       <tr>
         <td><a href="http://www.linkedin.com/profile/view?id=276869">Tom Connor</a></td>
         <td>(512)-422-1172</td>
@@ -214,20 +302,60 @@ function stoptimer () {
 
   <br>
 
+  <h2>Clients</h2>
+
   <hr noshade>
 
-  <h2>Clients</h2>
+  <p><a href="https://gdmissionsystems.com/en/satellite-ground-systems/mobile-user-objective-system">
+  <img src="General_Dynamics_logo.jpg" alt="General Dynamics" border="0"></a></p>
 
-  <p>May 2016 - Present<br>
+  <p>March 2018 - Present<br>
   <font class=dim>Contract</font><br>
+  <a href="https://defaria-status.blogspot.com/search/label/General%20Dynamics">General Dynamics</a></font>
+
+  <p>For this technology refresh of over a decade ago, I was instrumental in 
+  setting up and maintain dozens of Solaris 5.11 zone systems and served as the
+  primary Solaris System Administrator. This includes setup of many services
+  like NIS, DNS, NTP, SMTP, AutoFS as well as a standard set of tools.
+
+  <p>Introduced <span class="standout">Puppet</span> to the group and served as
+  the <span class="standout">Puppet Master</span>.</p>
+
+  <p>Created Windows based <span class="standout">VMs</span> for specific roles
+  such as <span class="standout"BuildForge Console</span>, Application server,
+  Domain Controllers, etc. These were managed under <span
+  class="standout">vCenter</span>.</p>
+
+  <p>Developed <span class="standout">Perl</span> scripts for validation testing
+  of <span class="standout">Clearcase</span> and <span class="standout">Clearquest</span>.
+  Developed a Clearcase enhanced monitoring tool to monitor servers, loadavg and
+  filesystems as well as Clearcase objects like VOBs and views.</p>
+
+  <hr noshade>
+
+  <p><a href="http://www.broadcom.com"><img src="Broadcom.gif" alt="Broadcom/Avago" border="0"></a></p>
+
+  <p>August 2016 - January 2018<br>
+  <font class=dim>Contract</font><br>
+
+  <p>Converted an internal project from a <span class="standout">Jenkins</span>/
+  <span class="standout">Perforce</span> build system to the Broadcom/Avago 
+  standard of <span class="standout">Electric Commander</span>/
+  <span class="standout">Git</span>. Developed Perl scripts to sign executables
+  and remotely execute commands on Windows systems using <span 
+  class="standout">Cygwin/ssh</span> thus streamlining and standardizing remote
+  building and signing of executables.</p>
+
+  <hr noshade>
 
   <p><a href="http://icann.org"><img alt="ICANN" src="ICANN.png" border="0"></a><br></p>
 
-  <p>Working on keeping the Internet from exploding! ;-)</p>
+  <p>May 2016 - July 2016<br>
+  <font class=dim>Contract</font><br>
 
-  <p>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.</p>
+  <p>Developed <a 
+  href="https://en.wikipedia.org/wiki/Registration_Data_Access_Protocol">RDAP</a>
+  server for testing SLA compliance of various TLD registrars around the world.</p>
 
   <hr noshade>
 
@@ -235,25 +363,27 @@ function stoptimer () {
 
   <p>March 2014 - April 2016<br>
   <font class=dim>Contract</font><br>
-  <a href="http://defaria.com/blogs/Status/archives/cat_audience.html">Audience</a></p>
-
-  <p>Served in the <span class="standout">Devops</span> group as admin for
-  <span class="standout">JIRA</span>, <span class="standout">Perforce</span>,
-  <span class="standout">Swarm</span> (code review tool), <span class="standout">Git
-  Fusion</span>, <span class="standout">Linux</span> (<span class="standout">Centos</span>/<span class="standout">Ubuntu</span>/<span class="standout">Redhat Enterprise</span>).
-  Maintained custom build system that utilized <span class="standout">Perl</span>/<span class="standout">PHP</span>/<span class="standout">Apache</span>/<span class="standout">Linux</span>/<span class="standout">Windows</span>
-  servers to allow engineers in the field to perform customized builds. Integrated
-  <span class="standout">Bugzilla</span> and Perforce (P4DTG). Wrote scripts to
-  import data from Bugzilla to JIRA, assisted with JIRA setup and integration of
-  <span class="standout">Salesforce</span> with JIRA. Assisted in the migration
+  <a href="https://defaria-status.blogspot.com/search/label/Audience">Audience</a></p>
+
+  <p><span class="standout">Devops Admin</span>: Initially wrote scripts to 
+  import data from <span class="standout">Bugzilla</span> and other sources to
+  <span class="standout">JIRA</span> thus automating the migration of several
+  projects. Also administered <span class="standout">Linux</span> servers
+  (<span class="standout">Centos</span>/<span
+  class="standout">Ubuntu</span>/<span class="standout">Redhat Enterprise</span>)
+  managing VM images in vSphere,
+  <span class="standout">Perforce</span>, <span class="standout">Swarm</span>, 
+  <span class="standout">Git Fusion</span>.</p>
+
+  <p>Added functionality to custom build system that utilized <span 
+  class="standout">Perl</span>/<span class="standout">PHP</span>/<span 
+  class="standout">Apache</span>/<span class="standout">Linux</span>/<span 
+  class="standout">Windows</span> servers to allow engineers in the field to 
+  remotely perform customized builds. Integrated Bugzilla and Perforce (P4DTG). 
+  Assisted with JIRA setup and integration of <span 
+  class="standout">Salesforce</span> with JIRA. Assisted in the migration
   for users to new Knowles domain.</p>
 
-  <p>Tools used: <span class="standout">Perforce</span>, <span class="standout">Jama</span>,
-  <span class="standout">JIRA</span>, <span class="standout">Git</span>, <span class="standout">Gerrit</span>,
-  <span class="standout">Bugzilla</span>, <span class="standout">Autobuilder</span>,
-  <span class="standout">Build Script</span>, <span class="standout">Jenkins</span>,
-  <span class="standout">Confluence</span> and <span class="standout">Swarm</span>.</p>
-
   <hr noshade>
 
   <p><a href="http://www.axcient.com"><img src="Axcient.png" alt="Axcient" border="0"></a></p>
@@ -263,9 +393,10 @@ function stoptimer () {
   <a href="http://defaria.com/blogs/Status/archives/cat_axcient.html">Axcient</a></p>
 
   <p>Worked as a <span class="standout">Build and Release Engineer</span> for
-  AxOS. The Axcient product is a customized derivative of <span class="standout">Ubuntu</span>.
-  The SCM system being used is <span class="standout">git</span>. Developed and
-  standardized procedures for performing builds.</p>
+  AxOS. The Axcient product is a customized derivative of <span 
+  class="standout">Ubuntu</span>. The SCM system being used is <span 
+  class="standout">git</span>. Developed and standardized procedures for 
+  performing builds.</p>
 
   <hr noshade>
 
@@ -273,29 +404,27 @@ function stoptimer () {
 
   <p>December 2011 - April 2013<br>
   <font class=dim>Contract</font><br>
-  <a href="http://defaria.com/blogs/Status/archives/cat_broadcom.html">Broadcom</a></p>
-
-  <p><span class="standout">Clearquest Designer</span> and hook code writer. The
-  Clearquest database used <span class="standout">Visual Basic</span>. Integrated
-  this Clearquest server by utilizing ClearSCM's <a href="http://clearscm.com/php/cvs_man.php?file=lib/Clearcase.pm">Clearquest</a>
-  module as well as <a href="http://clearscm.com/php/cvs_man.php?file=lib/Clearquest/Server.pm">Clearquest::Server</a>,
-  <a href="http://clearscm.com/php/cvs_man.php?file=lib/Clearquest/Client.pm">Clearquest::Client</a>
-  and <a href="http://clearscm.com/php/cvs_man.php?file=lib/Clearquest/REST.pm">Clearquest::REST</a>
-  modules so that systems that did not have Clearquest installed (e.g. <span class="standout">Linux</span>
-  build machines) could talk to Clearquest to update defects when required. Used
-  the, <a href="http://clearscm.com/php/cvs_man.php?file=lib/Clearquest/REST.pm">Clearquest::REST</a>,
-  to replace a <a href="http://clearscm.com/clearquest/cqd/">Clearquest Daemon</a>
-  that was in use. Modified <span class="standout">Perforce</span> and <span class="standout">Git</span>
-  triggers to use this REST interface.</p>
-
-  <p>Worked with <span class="standout"><a href="http://www.electric-cloud.com/products/electriccommander.php">Electric Commander</a></span>
-  migrating a group from their unsupported build environment into the standard
-  Electric Commander based solution. This involved using <span class="standout">Cygwin</span>,
-  <span class="standout">bash</span> and <span class="standout">LSF</span> to
-  farm builds out to a pool of <span class="standout">Windows</span> servers to
-  perform builds. Builds were done using <span class="standout">Visual Studio 8.0</span>,
-  9.0 and 10.0. Build system also used Perforce and Perforce trigger to fire builds
-  as the engineers checked in code.</p>
+  <a href="https://defaria-status.blogspot.com/search/label/Broadcom">Broadcom</a></p>
+
+  <p><span class="standout">Clearquest Designer</span>: Maintained Clearquest 
+  instances implementing functionality with <span class="standout">Visual Basic</span>. 
+  Using ClearSCM's <a 
+  href="http://clearscm.com/php/scm_man.php?file=lib/Clearcase.pm">Clearquest</a>, 
+  <a href="http://clearscm.com/php/scm_man.php?file=lib/Clearquest/Server.pm">Clearquest::Server</a>,
+  <a href="http://clearscm.com/php/scm_man.php?file=lib/Clearquest/Client.pm">Clearquest::Client</a>
+  and <a href="http://clearscm.com/php/scm_man.php?file=lib/Clearquest/REST.pm">Clearquest::REST</a>
+  modules created <span class="standout">Perforce</span> and <span class="standout">Git</span>
+  triggers to automate builds updating Clearquest in the process.</p>
+
+  <p>Migrated a project from their unsupported build environment into the standard
+  <span class="standout"><a
+  href="http://www.electric-cloud.com/products/electriccommander.php">Electric 
+  Commander</a></span>/<span class="standout">Perforce</span> based solution 
+  using <span class="standout">Cygwin</span>, <span class="standout">bash</span>
+  and <span class="standout">LSF</span> to farm builds out to a pool of <span 
+  class="standout">Windows</span> servers to perform builds. Builds were done 
+  using <span class="standout">Visual Studio</span> 8.0, 9.0 and 10.0 on Windows
+  Servers triggered by Perforce triggers at code checkin.</p>
 
   <hr noshade>
 
@@ -303,16 +432,21 @@ function stoptimer () {
 
   <p>March 2011 - December 2011<br>
   <font class=dim>Contract</font><br>
-  <a href="#">Tellabs</a></font>
-
-  <p>Automated various informational systems using <span class="standout">Perl</span>/
-  <span class="standout">MySQL</span>/<span class="standout">Oracle</span>, and the web.</p>
-
-  <p>Developed a command line debugger called raid which provided a consistent
-  interface with complete command history and variable substitution. This Perl
-  process utilized <span class="standout">Inline::C</span> to interface to the
-  developer libraries and provide a consistent interface for the various command
-  line debuggers developed by various different groups.</p>
+  <a href="https://defaria-status.blogspot.com/search/label/Tellabs">Tellabs</a></font>
+
+  <p>Automated various informational systems using <span 
+  class="standout">Perl</span>/<span class="standout">MySQL</span>/<span 
+  class="standout">Oracle</span>, and the web.</p>
+
+  <p>Developed a command line debugger called <a 
+  href="http://clearscm.com/php/scm_man.php?file=bin/raid">RAID</a> (a Real
+  Aid In Debugging) which provided a consistent interface with complete command 
+  history and variable substitution courtesy of a Perl module that I wrote 
+  called <a 
+  href="http://clearscm.com/php/scm_man.php?file=lib/CmdLine.pm">Cmdline.pm</a>.
+  This Perl process utilized <span class="standout">Inline::C</span> to 
+  interface to the developer libraries and provide a consistent interface for 
+  the various command line debuggers developed by various different groups.</p>
 
   <hr noshade>
 
@@ -320,12 +454,16 @@ function stoptimer () {
 
   <p>January 2010 - October 2010<br>
   <font class=dim>Contract</font><br>
-  <a href="http://defaria.com/blogs/Status/archives/cat_general_electric.html">General Electric</a></font>
+  <a href="https://defaria-status.blogspot.com/search/label/General%20Electric">General Electric</a></font>
 
-  <p>Performed <span class="standout">Clearcase</span>/<span class="standout">Clearquest UCM</span>
-  administration. Developed an <a href="http://clearscm.com/php/cvs_man.php?file=cc/etf.pl">Evil Twin Finder</a>
+  <p>Performed <span class="standout">Clearcase</span>/<span 
+  class="standout">Clearquest UCM</span> administration. Developed an <a 
+  href="http://clearscm.com/php/scm_man.php?file=cc/etf.pl">Evil Twin Finder</a>
   in Perl. Worked with <span class="standout">Build Forge</span> (IBM's CI tool
-  similar to <span class="standout">Jenkins</span>) jobs to automate work flow.</p>
+  similar to <span class="standout">Jenkins</span>) jobs to automate work flow.
+  Assisted in consultations with UCM concepts such as component/composite
+  baselines and projects. Wrote Perl scripts for conversions of Clearquest data
+  with other systems (Siebel).</p>
 
   <hr noshade>
 
@@ -333,21 +471,44 @@ function stoptimer () {
 
   <p>June 2007 - October 2009<br>
   <font class=dim>Contract</font><br>
-  <a href="http://defaria.com/blogs/Status/archives/cat_general_dynamics.html">General Dynamics</a></font>
+  <a href="https://defaria-status.blogspot.com/search/label/General%20Dynamics">General Dynamics</a></font>
 
   <p><span class="standout">Clearcase</span>/<span class="standout">Clearquest</span>
-  Administrator, <span class="standout">Build Release</span> and <span class="standout">Automation</span>
-  using <span class="standout">Perl</span> scripts. Updated <span class="standout">C++</span>/<span class="standout">Qt</span>
-  application that integrates <span class="standout">UCM</span>/Clearquest
-  integrated environment into one tool and ported it to Linux.</p>
+  Administrator, <span class="standout">Build Release</span> and 
+  <span class="standout">Automation</span> using <span 
+  class="standout">Perl</span> scripts. Updated <span 
+  class="standout">C++</span>/<span class="standout">Qt</span> application that
+  integrates <span class="standout">UCM</span>/Clearquest integrated environment
+  into one tool and ported it to Linux.</p>
 
   <p>Instrumental in establishment of Perl standards and introduction of Perl
-  tools such as <a href="v">Perl::Critic</a> and <a href="http://perltidy.sourceforge.net/">Perl::Tidy</a>.
+  tools such as <a href="http://perlcritic.com/">Perl::Critic</a>
+  and <a href="http://perltidy.sourceforge.net/">Perl::Tidy</a>.
   Worked at promoting usage of CPAN modules.</p>
 
-  <p>Automated tests using <a href="">NetHawk EAST Simulators</a> to automate
-  all testing and store results into a <span class="standout">MySQL</span> database.
-  Also developed a <span class="standout">PHP</span> app to report/graph results.</p>
+  <p>Developed an extensive test driver application in Perl to interface and
+  drive tests using <a href="https://www.nethawk.fi/products/nethawk_simulators/">NetHawk
+  EAST Simulators</a> as well as interfacing to other simulators and external
+  hardware. The system automates the running of regression tests, official
+  testing before the customer, assists with validation of test results,
+  collecting of log files, checking log files into Clearcase and records status
+  into a MySQL database. Developed a PHP web page to present the data in various
+  forms including graphs, reports, exporting to CSV files and emailing of
+  reports. Implemented maintenance programs to scrub and keep the data clean.
+  This system was instrumental in Functional Quality Testing for the <a 
+  href="http://en.wikipedia.org/wiki/Mobile_User_Objective_System">MUOS</a>
+  program. This reduced the time it took to certify testing with the military several
+  fold.</p>
+
+  <p>Worked on many enhancements to the extensive Clearquest system in use at
+  GD. Designed and developed the record set implementing node configurations.
+  Implemented required forms and action hook code. Designed and developed Perl
+  scripts to initially load data into the new records.</p>
+
+  <p>Developed a server process (daemon) to process baseline records that were
+  then tracked by Clearquest. Implemented scripts to create baseline records
+  from other automated process such as Build Forge. Tied together baseline
+  records with node configurations through action hook code.</p>
 
   <hr noshade>
 
@@ -356,10 +517,11 @@ function stoptimer () {
 
   <p>October 2006 - June 2007<br>
   <font class=dim>Contract</font><br>
-  <a href="http://defaria.com/blogs/Status/archives/cat_texas_instruments.html">Texas Instruments</a></font>
+  <a href="https://defaria-status.blogspot.com/search/label/Texas%20Instruments">Texas Instruments</a></font>
 
-  <p><span class="standout">Clearcase</span>/<span class="standout">Clearquest</span>
-  Administrator. Wrote a <span class="standout">Perl</span>/<span class="standout">Oracle</span>
+  <p><span class="standout">Clearcase</span>/<span 
+  class="standout">Clearquest</span> Administrator. Wrote a <span 
+  class="standout">Perl</span>/<span class="standout">Oracle</span>
   application to track information about projects worldwide. Automated Clearcase
   license usage reporting and load balancing of Clearquest web servers.</p>
 
@@ -370,13 +532,25 @@ function stoptimer () {
 
   <p>February 2006 - October 2006<br>
   <font class=dim>Contract</font><br>
-  <a href="http://defaria.com/blogs/Status/archives/cat_hewlett_packard.html">Hewlett Packard</a></p>
-
-  <p><span class="standout">Clearcase</span>/<span class="standout">Clearquest UCM</span>
-  Administrator. Wrote triggers to notify users of deliveries. Baselined
-  official builds. Automated the build process to perform simple <span class="standout">continuous
-  integration</span>. Created a dynamic web page to show <span class="standout">Junit</span>
-  test history.</p>
+  <a href="https://defaria-status.blogspot.com/search/label/HP">Hewlett Packard</a></p>
+
+  <p>Managed and executed day to day build and release duties. Served as
+  <span class="standout">Clearcase/Clearquest</span> Administrator as well as 
+  overall support of systems. Assisted with creating UCM streams and handling of
+  rebase and delivery issues for engineers and the build/release process. Wrote
+  <span class="standout">UCM triggers</span> to notify users of deliveries from
+  UCM development streams. Created baselines for official builds. Took over day
+  to day build and release duties. Created a build script that united the
+  various quick and dirty build scripts that were oriented per stream and per
+  build option. This standardized the build process. Augmented this build script
+  to be a daemon that continually builds software when deliveries are detected.
+  Wrote a build status web page that tracks and monitors the continuous
+  building. Created a dynamic web page to show Junit test history. Converted
+  Windows build from bat files and scheduled tasks -> Cygwin and cron thus
+  making the build script identical on both Linux and Windows. Wrote triggers
+  to notify users of deliveries. Baselined official builds. Automated the build
+  process to perform simple continuous integration. Created a dynamic web page
+  to show Junit test history.
 
   <hr noshade>
 
@@ -385,69 +559,250 @@ function stoptimer () {
 
   <p>September 2005 - January 2006<br>
   <font class=dim>Contract</font><br>
-  <a href="http://defaria.com/blogs/Status/archives/cat_broadcom.html">Broadcom</a></p>
-
-  <p><span class="standout">Clearcase</span>/<span class="standout">Clearquest</span>
-  Administrator and support of systems. Developed several <a href="http://clearscm.com/clearcase/triggers.php">triggers</a>.</p>
-
-  <p>Wrote <a href="http://clearscm.com/clearquest/db.php">Perl script</a> to
-  merge Clearquest databases.</p>
-
-  <p>Designed and developed another Clearquest database for the Mobile Multimedia
-  group.</p>
+  <a href="https://defaria-status.blogspot.com/search/label/Broadcom">Broadcom</a></p>
+
+  <p>Served as <span class="standout">Clearcase/Clearquest</span> Administrator
+  as well as overall support of systems. Developed several <a href="http://clearscm.com/clearcase/triggers.php">triggers</a>
+  as well as ported my <a href="http://clearscm.com/clearcase/triggers.php">mktriggers</a>
+  script which automates the maintenance of triggers.</p>
+
+  <p>Developed a complex <a hef="http://clearscm.com/clearquest/db.php">Perl script</a>
+  to merge two Clearquest databases to a new database with many schema changes.
+  This script handled all aspects of the conversion including changing non US
+  ASCII characters found in the data to their HTML equivalents, dynamic creation
+  of dynamic lists, field renaming and dynamically creating new stateless
+  records as needed.</p>
+
+  <p>Developed a script to better handle merging from UCM deliveries and rebases
+  by delaying any non automatic merges to the end of the process as well as
+  handle binary element merge. This process, written in Perl, utilized PerlTk to
+  present the user with a GUI dialog box to choose which version of the binary
+  file to merge.</p>
+
+  <p>Designed and developed another Clearquest database for the Mobile
+  Multimedia group.</p>
+
+  <p>Wrote several other scripts including one to interface CVS to IMS (a defect
+  tracking system) recording the change set at commit time, a script to strip
+  out MIME/HTML and attachments for defects submitted to GNATS (another defect
+  tracking system). Also implemented several script to log Clearcase activity,
+  check Clearcase's pulse and gather site and vob statistics. These scripts were
+  the start for creation of a set Object Oriented Perl modules to encapsulate
+  Clearcase in a Perl like manner (still in development).</p>
 
   <hr noshade>
 
-  <p><a href="http://lynuxworks.com"><img src="LynuxWorks.gif"
-  alt="LynuxWorks" title="LynuxWorks" border="0"></a></p>
+  <p><a href="http://www.lynuxworks.com"><img src="Lynuxworks.png"
+  alt="Lynuxworks" title="Lynuxworks" border="0"></a></p>
 
   <p>December 2004 - September 2005<br>
-  <a href="http://defaria.com/blogs/Status/archives/cat_lynuxworks.html">LynuxWorks</a></p>
+  <a href="https://defaria-status.blogspot.com/search/label/LynuxWorks">LynuxWorks</a></p>
+
+  <p>Served as a build engineer in the Integration Group responsible for
+  building LynxOS (Linux RTOS) as well as tool chains, testing, releasing and
+  process improvement. LynuxWorks uses CVS for version control.</p>
 
-  <p>Build engineer building <span class="standout">LynxOS</span> (Linux RTOS)
-  as well as tool chains, testing, releasing and process improvement. LynuxWorks
-  uses <span class="standout">CVS</span> for version control.</p>
+  <p>Developed a process of providing full text search of the company's defect
+  database using Perl and Htdig (See <a href="http://clearscm.com/scripts/ecrd">ECRDig</a>).
+  Developed a web based report to show CVS activity as well as several other CVS
+  related utilities(See <a href="http://defaria.com/Resume/cvs_utilities">CVS
+  Utilities</a>) as well as report on the differences between two CVS tags.</p>
 
-  <p>Implemented full text search using Perl and Htdig (See <a href="http://clearscm.com/scripts/ecrd">ECRDig</a>).
-  Developed <a href="http://defaria.com/Resume/cvs_utilities">CVS Utilities</a>).
-  Automated nightly builds could be performed.</p>
+  <p>Automated the build process so that nightly builds could be performed.
+  Developed a web application that allows one to maintain CVS account
+  information including account creation, setting/resetting of password, etc.</p>
 
   <hr noshade>
 
-  <p><a href="http://ameriquest.net"><img src="Ameriquest.gif"
-  alt="Ameriquest Mortgage Company" title="Ameriquest Mortgage
-  Company" border=0></a></p>
+  <p><a href="https://www.ameriquestcorp.com/"><img src="Ameriquest.png"
+  alt="Ameriquest" title="Ameriquest" border="0"></a></p>
 
-  <p>March 2004 - December 2004<br>
+  <p>March 2004 - December 2005<br>
   <font class=dim>Contract</font><br>
-  <a href="http://defaria.com/blogs/Status/archives/cat_ameriquest.html">Ameriquest</a></p>
+  <a href="https://defaria-status.blogspot.com/search/label/Ameriquest">Ameriquest</a></p>
 
-  <p>Served as <span class="standout">Clearcase</span>/<span class="standout">Clearquest</span>
-  administrator to this major mortgage company. Importing source code from file
-  systems, PVCS and VSS.</p>
+  <p>Served as Clearcase/Clearquest administrator to this major mortgage
+  company. As Ameriquest is just starting out I have been busy with importing
+  source code from flat file systems as well as PVCS and Visual Source Safe.
+  Also setting up vobs and regions taking into account security restrictions
+  and concerns. Assisted with designing of the Multisite scheme to India.
+  Participated in design of UCM model to be used for Ameriquest.</p>
 
   <hr noshade>
 
-  <p><a href="http://www.salira.com"><img src="Salira.gif" alt="Salira
-  Optical Network Systems" title="Salira Optical Network Systems"
-  border=0></a></p>
+  <p><a href="http://krldesign.com/saliraweb/"><img src="Salira.png"
+  alt="Salira" title="Salira" border="0"></a></p>
 
   <p>August 2001 - February 2004<br>
-  <a href="http://defaria.com/blogs/Status/archives/cat_salira.html">Salira</a></p>
+  <a href="https://defaria-status.blogspot.com/search/label/Salira">Salira</a></p>
+
+  <p>After consulting briefly with Salira Optical Network Systems I joined this
+  startup company serving in the role of Clearcase/Clearquest Administrator for
+  this mostly Windows shop. I helped others in setting up the 
+  Clearcase/Clearquest environment as well as provided Training.</p>
 
-  <p>Served as <span class="standout">Clearcase</span>/<span class="standout">Clearquest</span>
-  Administrator and <span class="standout">Release Engineer</span>, employing
-  <a href="http://Cygwin.com/">Cygwin</a> to engineer a build environment using
-  GNU make. Analyzed <a href="http://defaria.com/Resume/SmakeOpt">Build
-  Performance</a> and <a href="http://defaria.com/Resume/BuildPerf">Build Stress
-  Testing</a>.</p>
+  <p>I also served in the role of Release Engineer managing the build process.
+  I employed wide usage of <a href="http://cygwin.com/">Cygwin</a>, which is a
+  product that provides an extremely workable Unix like environment and
+  engineered a build environment around that using GNU make and other standard
+  Unix and GNU utilities. When users complained that building remotely was slow
+  I performed an analysis on build performance. I also performed Build Stress 
+  Testing where I characterized the effect of multiple simultaneous builds
+  performed on the server.</p>
 
-  <p>Setup Clearquest and bug tracking system as well as served as an advisor/expert
-  on Clearcase issues, branching strategies, labeling and release management.
-  Wrote C application for product packaging.</p>
+  <p>I also setup and developed their Clearquest bug tracking system as well
+  as served as an advisor/expert on Clearcase issues, branching strategies,
+  labeling and release management.</p>
+
+  <p>While working at Salira I designed and developed a tool in C that packaged
+  the product into a more compact form.</p>
 
   <p>I designed and implemented a <a href="http://clearscm.com/clearquest/cqd">Clearquest
-  Daemon</a>. Developed Release Reporting system. Automated branch merging.</p>
+  Daemon</a> which served as an interface between processes and Clearquest data.
+  This daemon serviced requests from web pages and triggers in order to get and
+  validate data from Clearquest.</p>
+
+  <p>Developed release web pages that managed releases and produced release
+  notes for every release.</p>
+
+  <p>Developed process automation scripts to perform automatic branch merging
+  and syncing.</p>
+
+  <p>Performed product installation testing for the web component on Linux
+  (SuSE) and Solaris as well as browser testing (Netscape).</p>
+
+  <p>Implemented test scaffolding in TCL/TK for test automation.</p>
+
+  <hr noshade>
+
+  <p><a href="http://hp.com"><img src="HPLogo.gif" alt="Hewlett
+  Packard Company" title="Hewlett Packard Company" border=0></a></p>
+
+  <p>August 1999 - February 2001<br>
+  <font class=dim>Contract</font><br>
+  Systems Technology Division<br>
+  Enterprise Java Lab</p>
+
+  <p>Setup security system automating the running of Medusa (an internal
+  security audit tool) on approximately 100 machines. Reports are generated
+  automatically and are viewable on the web. Setup and maintained security
+  related patch depots.</p>
+
+  <p>Implemented nightly automation for the lab's machines including security
+  checks, automatic installation of line printer models, etc. This automation
+  was bundled into an SD-UX bundle.</p>
+
+  <p>Migrated user data to HP NetStorage 6000. Worked extensively with HP
+  NetStorage 6000 Support on problems with this machines OS and interfacing with
+  Windows 2000.</p>
+
+  <P>Migrated HP-UX applications from one application server to another.
+
+  <p>Participated in several critical planned networked down times where the
+  team was able to implement changes to the infrastructure, including migration
+  to Clearcase 4.0, migration of project and user data to HP NetStorage 6000's
+  and other such changes.</p>
+
+  <p>Set up Netscape Enterprise Web Server and iPlanet 4.1 Web Server.</p>
+
+  <hr noshade>
+
+  <p><a href="http://cisco.com"><img src="Cisco.gif" alt="Cisco Systems" 
+  title="Cisco Systems" border=0></a></p>
+
+  <p>March 1999 - August 1999<br>
+  <font class=dim>Contract</font><br>
+  <a href="https://defaria-status.blogspot.com/search/label/Cisco">Cisco</a></p>
+
+  <p>Served as Clearcase/Unix Systems Administrator. Responsible for all
+  Clearcase operations in CNS/AD on Sun Solaris, HP-UX, Windows NT 4.0 and
+  Windows 2000. Assisted in creating additional View and Vob servers and
+  balancing the Clearcase load amongst them. Participated in Rational's Beta
+  program for Windows 2000. Installed, tested and documented Clearcase on
+  Windows 2000 as well as Windows NT 4.0.</p>
+
+  <p>Assisted in recovery of a catastrophic disk failure in a critical vob.
+  Assisted with implementing a backup strategy with Arcserve Open. Helped
+  evaluate system monitoring packages.</p>
+
+  <p>As CNS/AD was in a secured and isolated network, learned and assisted users
+  with ssh/scp.</p>
+
+  <hr noshade>
+
+  <a href="https://www.oracle.com/sun/index.html"><img src="Sun.jpg" alt="Sun Microsystems" 
+  title="Sun Microsystems" border=0></a></p>
+
+  <p>December 1998 - March 1999<br>
+  <font class=dim>Contract</font><br>
+  <a href="https://defaria-status.blogspot.com/search/label/Sun">Sun Microsystems</a></p>
+
+  <p>Worked on the Sunpeak Configuration Management team performing promotions
+  of code updates into test and production environments. Also worked on
+  improving the process flow of promotions utilizing make and rdist.</p>
+
+  <hr noshade>
+
+  <p><a href="http://hp.com"><img src="HPLogo.gif" alt="Hewlett
+  Packard Company" title="Hewlett Packard Company" border=0></a></p>
+
+  <p>February 1988 - November 1998<br>
+  Systems Technology Division<br>
+  Enterprise Java Lab</p>
+
+  <p>Primary Clearcase and Multisite Administrator for a large Clearcase
+  environment with approximately 1400 views and 180 vobs. Most vobs are
+  multisited between several other labs and I am responsible for resolving
+  Multisite problems. I also serve as general System Administrator, overseeing
+  approximately 400 machines in the lab. I help institute policies and
+  procedures to keep the network running smoothly. Also participate in the
+  design and restructuring the network topology and Clearcase topology by bring
+  in many Kittyhawks, Mohawks and Bravehawks (about 40 of them) for use as
+  Clearcase Vob, View and Build, Mail, Application, X Terminal and Web servers.
+  Assist in documenting setup and configuration as well as trouble shooting and
+  handling of patches for all lab wide shared resources.</p> 
+
+  <p>Responsible for setup and running of Windows NT domain, account setup and
+  print serving. Setup and evaluated Clearcase 3.2 on NT. Developed backup
+  strategy for NT systems. Maintain a repository of software tools as well as
+  evaluated and recommended several PC packages for lab usage. Main point of
+  contact for Windows 95/NT problem solving in the lab. Also sought after by
+  many people in Hewlett Packard relating to both PC and Unix configurations and
+  problem solving.</p>
+
+  <p>Also served as webmaster for the lab as well as consult on HTML questions
+  and design issues. Installed, configured and maintain the <a href="http://home.netscape.com/">Netscape</a>
+  Suitespot Servers including the Enterprise and Directory servers. Developed
+  several web pages and forms for the lab as well as run
+  <a href="https://web.archive.org/web/20001109171100/http://defaria.com/Quicken">The
+  Unofficial Quicken® Web Page.</a></p>
+
+  <p>I developed an Application Server providing many machines with many
+  software packages without the need for individual system administration
+  utilizing scripting and NFS heavily.</p>
+
+  <p>Prior to the Productivity Project I worked on COBOL/SoftBench product
+  which consists of encapsulating some core HP Micro Focus COBOL tools using C++
+  3.0 and the SoftBench Encapsulator libraries. Also, working on porting an
+  X/Motif application to MS Windows 3.1. The code is written using C++ 3.0 on
+  both the HP workstation and the PC (Borland C++ 3.1).</p>
+
+  <p>Worked in the Ada project on Ada/SoftBench. This project was similar to
+  COBOL/SoftBench in that it involved some SoftBench encapsulations using a
+  language called edl.</p>
+
+  <p>Worked producing Ada Bindings to Xlib, Xt and Motif. This involved using a
+  modified C compiler to translate C header and source files to Ada declarations
+  and function prototypes. Using this methodology we were able to migrate our
+  product from X11 R3 and Motif 1.0 to X11 R4 and Motif 1.1 in one week!</p>
+
+  <p>Worked on a project that produced Ada Bindings to HP-UX, which enabled me
+  to get good breath knowledge into all system calls, and another binding to
+  Starbase graphical subsystem.</p>
+
+  <p>Performed destructive testing on MPE/XL 1.0-1.3. Wrote several programs to
+  stress the OS. Submitted 300+ Service Requests many of which appeared on Must
+  Fix lists.</p>
 
   <hr noshade>