Resume help

Tek7 (Legacy)

CGA & ToJ President
If anyone is willing to critique my resume and offer constructive criticism on how to best alter it for the upcoming Job Search™, please e-mail me at tek7 AT cgalliance DOT org and I will reply with my current resume in both DOC and TXT formats.
 
I can see if my wife would be willing to look at it. She was an English major and is a grammer & spelling expert.
 
[b said:
Quote[/b] (Tolkien @ Mar. 03 2004,4:09)]grammer
You should have your wife proofread your posts
gram·mar ( P ) Pronunciation Key (grmr)
n.

The study of how words and their component parts combine to form sentences.
The study of structural relationships in language or in a language, sometimes including pronunciation, meaning, and linguistic history.
 
[b said:
Quote[/b] (Fleck @ Mar. 03 2004,10:00)]
[b said:
Quote[/b] (Tolkien @ Mar. 03 2004,4:09)]grammer
You should have your wife proofread your posts
gram·mar    ( P )  Pronunciation Key  (grmr)
n.

The study of how words and their component parts combine to form sentences.
The study of structural relationships in language or in a language, sometimes including pronunciation, meaning, and linguistic history.
My wife is the English major, I'm the computer techie.  I only need to worry about correct spelling and stuff when I'm doing stuff like:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
#ifndef WHEEL_H
#define WHEEL_H

#include <string>
#include <iostream>
using namespace std;

const int MAX_WEDGES = 30;

class wheel {
public:
   wheel();
   void spinWheel();

private:
   string wedges[MAX_WEDGES + 1];

};
#endif
[/QUOTE]

(code snippet of an object from my latest computer assignment)
 
Back
Top