Skip to content

Instantly share code, notes, and snippets.

@imdanielch
Last active August 9, 2017 08:25
Show Gist options
  • Save imdanielch/2e286877bf60f72a14762aba221d20a9 to your computer and use it in GitHub Desktop.
Save imdanielch/2e286877bf60f72a14762aba221d20a9 to your computer and use it in GitHub Desktop.
my resume in html5
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Daniel Chen's Resume</title>
</head>
<body>
<h1>Daniel Chen</h1>
<article id="resume">
<hgroup>
<h2>Contact</h2>
<address>
E-Mail: <a href="mailto:chen@daniel.im">chen@daniel.im</a><br />
Location: San Antonio, TX<br />
GitHub: <a href="https://github.com/danielim">danielim</a>
</address>
</hgroup>
<section>
<h2>Objective</h2>
<p>To identify solutions to problems to the best of my abilities and improve user experience through development while being inclined to open source products.</p>
</section>
<section>
<h2>Skills</h2>
<p>
Web Development: HTML5, JavaScript, React, Webpack, Python, Django.<br />
System Administration: Desktop Linux maintenance and small scale servers with VirtualBox, VMWare ESX, KVM virtualizations.<br />
Graphics and design: Inkscape, Blender, Gimp, Krita, Pencil Project.<br />
Spoken/written languages: Fluent in English, Spanish, and Mandarin Chinese.
</p>
</section>
<section>
<h2>Experience</h2>
<h3><a href="https://def-logix.com/">Def-Logix, Inc.</a> - December 2015 - Present</h3>
<i>Software Developer</i>
<ul>
<li>Working under Agile development process.</li>
<li>Developed web applications integrating Django as a back-end with React Front-end with bundled with Webpack.</li>
<li>Created python scripts analyzing data to report and restore compromised workstations.
<li>Utilized pyVmomi to script automated tests for our product in VMware ESX.</li>
<li>Minimal experience with compiling Tiny Core Linux kernel to add a custom logo.</li>
</ul>
<h3><a href="https://texaslinuxfest.org/">Texas Linux Fest</a> - Yearly since 2013</h3>
<i>Volunteer Presentation Proctor</i><br />
<ul><li>Introduced speakers and coordinated schedules to provide a smooth experience for the audience</li></ul>
<i>Reception</i><br />
<ul><li>Provided registration information and guidance for attendees</li></ul>
<i>Developer</i><br />
<ul>
<li>Wrote an Ionic Framework app for TXLF 2015 available on <a href="https://github.com/danielim/TXLF_ionic">GitHub</a> or <a href="https://play.google.com/store/apps/details?id=com.ionicframework.txlf536807&amp;hl=en">Google Play Store</a></li>
</ul>
<h3>Miscellaneous</h3>
<ul>
<li>Python IRC Bot named <a href="https://github.com/danielim/pychen">PyChen</a></li>
<li>VPS with Centos 7 hosting <a href="https://daniel.im">my personal website</a></li>
<li>Experience with Ubuntu and CentOS server setup</li>
<li>Home Microserver with Ubuntu 16.04 with Samba file share, and docker hosted gitlab, rocketchat.</li>
<li>Dabbled in Adobe Photoshop, Illustrator, Lightroom CS5; Gimp, Inkscape, Darktable</li>
</ul>
</section>
<section>
<h2>Leadership and Activities</h2>
<h3><a href="https://twitter.com/hillcountryjs">Hill Country JS</a> - May 2015 - Present</h3>
<i>Videographer</i> - <a href="https://youtube.com">YouTube</a>
<h3>Startup Weekend Houston - April 2013</h3>
<b>Second Place Team - Jobharmony.co</b>
<p>Our team developed and presented from scratch a website designed to match job seekers and employers not only in terms of skills but also their preferences in terms of habits and work environment. I focused on some HTML portions, web design, mobile mockup, and assisting between the developers and designers.</p>
<h3>Undergraduate Science Research Club - Fall 2006 - Spring 2010</h3>
<i>IT Officer</i> - Fall 2007 - Spring 2010
<h3>Texas A&amp;M Computing Society - Fall 2008 - Spring 2010</h3>
<i>Publishing Chair</i> - Fall 2009 - Spring 2010
<h3>Texas A&amp;M Unix &amp; Linux User Group - Fall 2007 - Spring 2010</h3>
</section>
<section>
<h2>Education</h2>
<b>Texas A&amp;M University</b> - College Station, Texas<br />
Bachelor of Science in Biology, 2010
</section>
</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment