Skip to content

Instantly share code, notes, and snippets.

@oussematn
Last active April 25, 2020 17:09
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 oussematn/98c5b7e5d3ea228f307eba7673f7276b to your computer and use it in GitHub Desktop.
Save oussematn/98c5b7e5d3ea228f307eba7673f7276b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My CV</title>
</head>
<body>
<h1>Linda Murray</h1>
<div>
<img src="avatar.png" alt="My personal professional photo">
</div>
<h3>Programmer</h3>
<p>Innovative tech mind with 15 years of experience working as a computer programmer. Capable of working with a
variety
of technology and software solutions, and managing databases. Valuable team member who has experience diagnosing
problems and developing solutions. Extensive expertise in networking systems and working with mainframe
computers.
Talented leader with unique ideas and a history of successful contributions in the field.
</p>
<hr>
<div>
<h2>Skills</h2>
<ul>
<li>Solid background and advanced knowledge in computer development software including C++, Python, R,
Spark, Visual Basic, and Maven.</li>
<li>Skilled in working with database management tools such as MySQL, Hadoop, Sybase, and MongoDB.</li>
<li>Highly organized with exceptional commitment to task completion and quality assurance when working with
computer software programs.</li>
<li>Committed to delivering company objectives to projects and results to customers and improving each
version of software I engage with.</li>
<li>Ability to solve complex problems successfully with minimal guidance or help using a logical reasoning
technique and a strong attention to detail.</li>
</ul>
</div>
<hr>
<div>
<h2>Work Experience</h2>
<h3>Programmer at Digicom</h3>
<h5>July 2011 – present</h5>
<p>
Solve software errors by running extensive testing processes and analyzing details about the program
settings.
Review computer software program functionality and adjust capabilities to reflect project objectives,
management input, or other feedback.
Lead the building process of new program development by managing all tasks and supervising the team of
analysts and operators.
</p>
<h3>Programmer at Softprog</h3>
<h5>June 2008 – July 2011<h5>
<p>
Revised programming and software development projects by updating code and working to improve
functionality.
Constructed workflow documents before beginning a new project in order to map out program design and
ideas visually.
Lowered a software package’s error and bug rate by 87% with a new series of updates and programming
revisions.
</p>
</div>
<hr>
<div>
<h2>Education</h2>
<h4>Certified Computer Professional-2002</h4>
<p>Institute for the Certification of Computing Professionals</p>
<h4>Bachelor of Science in Computer and Information Systems-2002</h4>
<p>Georgia State UniversityAtlanta Georgia</p>
</div>
<hr>
<div>
<h2>Hobbies and Interests</h2>
<p>After my work day ends each day, I work on hobbies that are based on computers and technology. I am a
volunteer at a local community technology venture that aims to bring high-tech devices to low-income
neighborhoods. I work with local vendors to get technology donations onto a portable technology bus that
visits various parts of the city several times a week. On the bus, I assist young people and the elderly
with getting connected.</p>
</div>
<hr>
<div>
<h2>Contact</h2>
<ul>
<li>Email: linda.muray@gmail.com</li>
<li>Website: lindamuray.com</li>
<li>Phone: 555-5555-55</li>
</ul>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment