Sei sulla pagina 1di 10

PORTFOLIO OF SOFTWARE ENGINEERING

Barbara Parson

Table of Contents Cover Letter

Resume

Letters of Recommendation

List of References

Education and Training

Skill & Experience Sections

Achievements & Awards

Personal Statement

Barbara A. Parson Senior Medical NCO 283 Fletcher Street Atlanta, GA, 30315 February 3, 2012 To Whom It May Concern: I've been Barbara Manager at Fort Knox, KY since 2000, and even promoted Barbara to the role of Senior Medical Assistant in 2000. Barbara has proven to be a reliable employee with excellent communication skills. She is well respected by other members of our team. Barbara is a fast learner and has excellent problem solving abilities. Although I will be disappointed to lose Barbara as an employee, I am happy to recommend her as a solid addition to your company. If you'd like more information, please do not hesitate to contact me at (404) 555-5555. Sincerely,

Steven McIntyre Senior Medical NCO (404) 560-0987

To Whom It May Concern: I highly recommend Barbara Parson as a candidate for a software engineer position. I have worked with Barbara in my position as Principal of Andrews High School. While a student, Barbara was employed in various software engineer-related positions including programming SQL, and Java programs in the Georgetown School District. Since then she has volunteered as student teacher to other software engineer students. Barbara has a wonderful rapport with people. Her ability to connect with her students and her talent at teaching designing programs are truly superior to other students. She has excellent written and verbal communication skills, is extremely organized, reliable and computer literate. Barbara can work independently and is able to follow through to ensure that the job gets done. She accomplishes these tasks with great initiative and with a very positive attitude. I recommend Barbara to you without reservation. If you have any further questions with regard to her background or qualifications, please do not hesitate to contact me. Sincerely,

Mary Haddock Principal Andrews High School 843-264-3174

Dear Sir or Madam, I am writing to attest to the character of Barbara Parson, whom I have known for seven years in my capacity as pastor at First Presbyterian Church. Barbara has been an active member of our church, participating in youth ministry, leadership programs, etc. and attending services weekly. She has been an excellent role model for those seeking a more active and rewarding relationship with God. I have been pleased to witness Barbaras spiritual growth over time, and I look forward to seeing it blossom further. I respect her as a person of good moral character, and as a bright spot in our congregation. Sincerely,

Charles Black Pastor First Presbyterian Church 404-567-9876 ckblack@pres.by.com

Barbara A. Parson 283 Fletcher Street Atlanta, GA, 30315 404-254-5511 parsonbarbara@rocketmail.com Reference List Karen Smith Human Resources Manager ABC Company 106 Raymond Street Atlanta, GA 30312 404-098-0987 Karen@gmail.com

George Brown Manager XYZ Company 245 Prince Street Atlanta, GA 30303 404-876-8765 gmah@yahoo.com

Jane Dolan Personnel Administrator 123 Ellis Street Atlanta, GA 30312 404-748-6018 dolan@yahoo.com

PHP project <!--File Name: SongOrganizer.php Programmer Name: Barbara Parson Class: IS 390 Page No. and Exercise No.: page 369 Exercise 6-1 Date: 12/11/2011 --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Song Organizer</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> <h1>Song Organizer</h1> <body> <?php if (isset($_GET ['action'])) { if ((file_exists("SongOrganizer/songs.txt")) && (filesize("SongOrganizer/songs.txt") > 0)) { $SongArray = file("SongOrganizer/songs.txt"); switch ($_GET['action']) { case 'Remove Duplicates'; $SongArray = array_unique( $SongArray); $SongArray = array_values( $SongArray); break; case 'Sort Ascending'; sort($SongArray); break; case 'Shuffle'; shuffle($SongArray); break; } // End of switch statement if (count($SongArray)>0) { $NewSongs = implode($SongArray); $SongStore = fopen( "SongOrganizer/songs.txt", "wb"); if ($SongStore === false)

echo "There is an error updating the song file\n"; else { fwrite($SongStore, $NewSongs); fclose($SongStore); } } else unlink("SongOrganizer/songs.txt"); } } if (isset($_POST['submit'])) { $SongToAdd = stripslashes( $_POST ['SongName']) . "\n"; $ExistingSongs = array(); if (file_exists("SongOrganizer/songs.txt") && filesize("SongOrganizer/songs.txt") > 0) { $ExistingSongs = file( "SongOrganizer/songs.txt"); } if(in_array($SongToAdd, $ExistingSongs)) { echo "<p>The song you entere already exist!<br />\n"; echo "Your song was not added to the list.</p>"; } else { $SongFile = fopen("SongOrganizer/songs.txt", "ab"); if ($SongFile === false) echo "There was an error saving your message!\n"; else { fwrite($SongFile, $SongToAdd); fclose($SongFile); echo "Your song has been added to the list.\n"; } } }

if ((!file_exists("SongOrganizer/songs.txt")) || (filesize("SongOrganizer/songs.txt") == 0)) echo "<p>There are no songs in the list.</p>\n"; else { // display songs $SongArray = file("SongOrganizer/songs.txt"); echo "<table border=\"1\" width=\"100%\" style=\"background-color:lightgray\">\n"; foreach ($SongArray as $Song) { echo "<tr>\n"; echo "<td>" . htmlentities($Song) . "</td>"; echo "</tr>\n"; } echo "</table>\n"; } ?> <p> <a href="SongOrganizer.php?action=Sort%20Ascending"> Sort Song List</a><br /> <a href="SongOrganizer.php?action=Remove%20Duplicates"> Remove Duplicate Songs</a><br /> <a href="SongOrganizer.php?action=Shuffle"> Randomize Song List</a><br /> </p> <form action="SongOrganizer.php" method="post"> <p>Add a New Song</p> <p>Song Name: <input type="text" name="SongName" /></p> <p><input type="submit" name="submit" value="Add Song to List" /> <input type="reset" name"reset" value="Reset Song Name" /></p> </form> </body> </html>

Personal Reference After spending thirteen years in the Army as a supervisor/manager, I have decided to opt for Software Engineering as my course for higher education as I am deeply interested by computers and I believe that in today's world, computers are a necessary object to have. I am highly capable in using and understanding computers and am currently studying Software engineering I course, which I find deeply interesting. I have a high perceptive especially in the hardware and software area of computers and because of my part time work which involves repairing later model vehicles, slowly I have combined them together and now have decided to eventually take it up as my future career. I believe that doing a Software Engineering course will further my understanding in this field and will give me an advantage when I enter my career. I intend to start off at Entry level and gradually progress further. I have chosen this option because I intend to learn right from the start because I believe not to do things by half I am very hard working, organized and I am also very confident. Despite my college level preparation, I am well skilled in mechanics and can diagnose and repair faults a lot more accurately than those who have had experience for a many years and work in larger firms Education aside, I have varied interests which include, reading an also socializing at church and going out to dinner with my family. My eventual achievement is to start up my own non-profit firm or work for a large firm that will include what I have learnt, I am very open minded in this field for now, but will eventually come to a milestone to meet upon starting my higher education.

Potrebbero piacerti anche