Skip to content

Instantly share code, notes, and snippets.

@vapidbabble
Created January 9, 2018 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vapidbabble/44b23ee1a92682e1999893b33cced3bd to your computer and use it in GitHub Desktop.
Save vapidbabble/44b23ee1a92682e1999893b33cced3bd to your computer and use it in GitHub Desktop.
class 1 exercise 2
<html>
<meta charset="utf-8">
<title> John's Work History </title>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Joti+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ranga" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Sedgwick+Ave+Display" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
<body>
<header>
<h1>John's Work History</h1>
</header>
<article id="sixth">
<header>
SOFTWARE ENGINEER <br> Hewlett Packard (Tenncare) <br> <time>June 2013 </time> – <time>Present</time>
</header>
<p>
Project Lead on a conversion from a Microsoft Access back end database to Oracle 11g. Project lead on a Java application that parses XML from a SOAP message server to data storage in Oracle and then to flat files suitable for processing by the State of
Tennessee.
</p>
<p>Design and maintenance of C programs (Embedded SQL) and Unix scripts executing report generation of healthcare information from an Oracle backend for the State of Tennessee. I’m also involved in the migration from Clearcase to Subversion along with
Code Metrics and analysis of an existing legacy code base.
</p>
</article>
<br>
<article id="fifth">
<header>
SOFTWARE DEVELOPER <br> Emdeon (WebMD Envoy), Nashville, TN <br> <time>September 2003</time> – <time>June 2013</time>
</header>
<p>
Design and coding for a Perl and Unix scripts for clients to whom we push and/or pull claims and push reports. These scripts are version controlled in Clearcase and run in Unix (Solaris and AIX) environments. Duties include development and edits of scripts
and periodic assistance to BA/QA and production engineering for the installations of these scripts on our servers.
</p>
<p>
Coding, support and maintenance for a Web Service Application for the Windows 2003 Server Platform, developed under Visual Studio 2003 .NET in C#. This application allows vendors with special needs to develop web clients to submit healthcare claims via
a secure post (HTTPS) to our web servers. Duties include development and support to clients by assisting them with accessing our web application programming interface.
</p>
<p>
Coding, support and maintenance for an asynchronous file transfer-to-ftp gateway for the Windows 2000 Server Platform, developed under Visual Studio 2003 .NET in C. This is a distributed application on multiple servers and allows Emdeon healthcare claims
trading partners with analog dial-up connections to submit files to and receive files from Emdeon systems. I have also written html reports that mine logs for statistics data for reporting to upper management.
</p>
<p>
Member of a five person team that designed and maintained translation software. This software transfers formats for batch health insurance claims from submitter formats to payer formats while insuring compliance with the Health Insurance Portability and
Accountability Act of 1996 (HIPAA). Primary responsibility was for payer specific and emergency edits for situations in which payers were not receiving claims or needed enhancements to our parsing of data. Coded translator software in a C-like scripting
language on the PC and tested using a version of this software that runs on an IBM MVS mainframe. Ran unit tests with python and ruby scripts to analyze test data on the PC and altered Job Control Language (JCL) files on the mainframe to run final
tests.
</p>
</article>
<br>
<article id="fourth">
<header>
C/C++ DEVELOPER<br> Base Systems, Nashville, TN<br> <time>May 2002</time> - <time>August 2003</time>
</header>
<p>
Was responsible for windows software for client access to a web-hosted medical transcription system. Client software interfaced with server software running on Linux servers via HTTPS and secure sockets layer. Physician client application pulled information
from a hand-held recording device to the client PC and then posted the audio data to our web servers. Transcription software downloaded this file along with a document with a header of patient data and interfaced with a foot pedal to play back the
audio file. </p>
<p>Conversion of Visual Basic transcription polling service to a cross platform C++ application via WxWindows. I wrote all of my own installers with the Nullsoft Scriptable Install System.
</p>
</article>
<br>
<article id="third">
<header>
ASSOCIATE PRODUCT DEVELOPER <br>Peregrine Systems, Inc. Nashville, TN. <br><time>June 2000</time> - <time>April 2002</time>
</header>
<p>
Member of a five person team that designed and maintained a set of integrated Windows services. These services pulled and parsed data from call recording devices, notified users of alarm conditions that these users set, and inserted the parsed data into
a database for reporting and costing by other applications. </p>
<p>Sole responsibility for the implementation of a DCOM implementation of a service manager that allowed client workstations with sufficient privileges to turn these services on and off remotely. Sole responsibility for the paging module which took an
XML based call alarm and paged a user with the alarm.
</p>
</article>
<br>
<article id="second">
<header>
SOFTWARE ENGINEER <br>Square D Company Power Management Operation. Lavergne, TN. <br><time>September 1998</time> - <time>June 2000</time>
</header>
<p>
Maintained a Microsoft Access database that stored settings and device information for a client/server package that provided real time circuit information from various power monitoring devices. Assisted other programmers with queries of the database and
wrote upgrade utilities primarily in C++ using MFC, DAO and ODBC.
</p>
<p>
Experience with porting this Access database to SQL Server 6.5, 7.0 and Oracle 7,8 and the requisite code changes. Answered technical support questions for these databases as well as any other questions that arose from registry settings for ODBC or for
the product. Product Lead on conversion from a Microsoft Access back end database to SQL Server 7.0.
</p>
</article>
<br>
<article id="first">
<header>
SOFTWARE DEVELOPER <br>TCS Management Group, Inc. acquired by Aspect, Inc. Brentwood, TN. <br><time>June 1994</time> - <time>August 1998</time>
</header>
<p>
Developed and maintained software for a work force management system written at TCS in FoxPro for the Dutch airline, KLM. This system tracked their 15,000 employees with associated schedules, vacation and leave administration. Successfully ported scheduling
software from the flagship product to this product. Did design and bug work on almost all modules. Administrated and maintained the version control system.
</p>
</article>
</body>
</html>
body {
/*background: url("https://cdn.pixabay.com/photo/2017/03/10/14/04/background-2132910_960_720.jpg");*/
background-color: lightgreen;
}
header {
text-align: center;
}
article {
margin: 100px;
padding: 70px;
}
#sixth {
font-family: "Lato", cursive;
border: 6px double red;
}
#fifth {
font-family: "Joti One", cursive;
border: 5px solid red;
}
#fourth {
font-family: "Oswald", sans-serif;
border: 4px dashed blue;
}
#third {
font-family: "Ranga", cursive;
border: 3px solid blue;
}
#second {
font-family: "Sedgwick Ave Display", cursive;
border: 2px dashed black;
}
#first {
font-family: "Indie Flower", cursive;
border: 1px solid black;
}
article header {
/*alice walker*/
color: purple;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment