1
0
aclindsay.com/resume/index.php

84 lines
4.8 KiB
PHP
Raw Normal View History

<?php
include_once("../common.php");
include("../header_top.php");
?>
<title>Aaron Lindsay - Resume - aclindsay.com</title>
<?php include("../header_bottom.php"); ?>
<div id="content">
<div id="main">
<center><h2 style="border-bottom: none; margin: 1em 0 1.5em 0;"><span style="font-size: 1.2em; padding: 0 .5em 0 .5em;">Aaron Charles Lindsay</span></h2></center>
<h3>Education</h3>
2011-03-20 20:07:18 -04:00
Virginia Polytechnic Institute and State University (Virginia Tech), Blacksburg, VA
<ul>
2012-06-15 23:53:43 -04:00
<li>M.S. Computer Science and Applications (3.95/4.0 GPA) - June 2012
2012-06-27 19:24:30 -04:00
<ul><li>Thesis: <a href="http://scholar.lib.vt.edu/theses/available/etd-06122012-134840/"><i>LWFG: A Cache-Aware Multi-core Real-Time Scheduling Algorithm</i></a></li></ul>
2012-06-15 23:53:43 -04:00
</li>
<li>B.S. Computer Science / Math Minor (Summa Cum Laude - 3.90/4.0 GPA) - December 2010</li>
</ul>
<h3>Technical Expertise</h3>
<h4 style="margin: 0em;">Languages:</h4>
2017-09-29 05:46:43 -04:00
<p style="margin: .5em 0 .5em 2em;">Assembly (ARM), (Ba)sh, C, C++, CSS, Go, HTML, JavaScript, make, Python</p>
<h4 style="margin: 0em;">Skills:</h4>
2017-09-29 05:46:43 -04:00
<p style="margin: .5em 0 .5em 2em;">Design/develop/debug applications, libraries, and operating system kernels (Linux), optimize for performance (from hand-coded assembly to web applications), debug complex multi-system problems, Linux/Unix administration, automation, continuous integration, web development, distributed VCS (git)</p>
<h3>Related Experience</h3>
<ul>
2015-05-02 10:49:47 -04:00
<li>Qualcomm Senior Engineer - August 2012 to present
2012-11-18 14:33:33 -05:00
<ul>
2017-09-29 05:46:43 -04:00
<li>Debug Linux kernel and application functionality and performance at levels from high-level software design to instruction traces and processor pipeline interactions</li>
2015-05-02 10:49:47 -04:00
<li>Optimize Android/Linux applications and libraries for Qualcomm's Snapdragon processors</li>
<li>Influence next-generation processor design by creating/analyzing processor performance micro-benchmarks</li>
2017-09-29 05:46:43 -04:00
<li>Develop tools to drastically accelerate data-gathering and analysis for software and hardware optimization, including a lightweight container format and infrastructure, allowing shared run scripts and automated profiling across thousands of workloads</li>
<li>Pioneered basic block vector-based correctness validation for workloads run on software performance models, preventing undesired behavior and ensuring results can be trusted to make hardware design decisions</li>
<li>Leverage open-source software, adapting and extending for internal needs and contributing changes upstream</li>
2015-05-02 10:49:47 -04:00
<li>Develop tools to drastically accelerate data-gathering and analysis for software and hardware optimization</li>
2012-11-18 14:33:33 -05:00
</ul>
</li>
2012-06-15 23:53:43 -04:00
<li>Real-time Linux Systems Research at Virginia Tech - August 2010 to May 2012
<ul>
<li>Formulated and empirically evaluated cache-aware real-time scheduling algorithms and partitioning schemes</li>
<li>Researched and implemented techniques for quickly communicating kernel scheduling decisions to user space</li>
</ul>
2011-03-20 20:07:18 -04:00
</li>
2011-06-29 23:25:49 -04:00
<li>Qualcomm Software Development Engineer - Summer 2011
2012-11-18 14:33:33 -05:00
<ul>
<li>Developed and supported snapshot/restore mechanism for next-generation mobile processor simulator</li>
<li>Co-developed 'fast-forwarding' for the same processor performance model</li>
</ul>
2011-06-29 23:25:49 -04:00
</li>
2011-03-20 20:07:18 -04:00
<li>Virtual Environments Research in Computer Science - Spring 2010
<ul><li>Conducted user studies testing the effects of interaction fidelity on procedure memorization</li>
2017-09-29 05:46:43 -04:00
<li>Designed the test environment using Blender, programmed it with Python and the Vizard Toolkit, including C++ to interface with VR hardware</li></ul>
2011-03-20 20:07:18 -04:00
</li>
<li>IBM Emerging Technologies (jStart Team) - January 2009 to February 2010
<ul><li>Architected, programmed, tested, and presented new distributed mashup technology utilizing XMPP, a custom Java server, MySQL, HTML5, JavaScript, and CSS</li>
<li>Created and deployed IBM Media Hub demonstration on IBM cloud using Red Hat Linux</li>
2014-03-23 22:14:47 -04:00
<li>Filed patent for "Distributed Multi-User Mashups" (granted as U.S. patent US20110161833)</li></ul>
2011-03-20 20:07:18 -04:00
</li>
</ul>
2017-09-29 05:46:43 -04:00
<h3>Technical Hobby Projects</h3>
<ul>
2017-09-29 05:46:43 -04:00
<li>Administer several web services for family/friends, including email, wiki, personal cloud, and git</li>
<li>Develop open-source software, such as a web-based personal finance/accounting application</li>
</ul>
</div>
<div id="sidebar">
<h4>Other Formats</h4>
<ul>
<li><a href="<?php echo get_base_url(); ?>/resume/AaronLindsay-Resume.pdf">Resume (pdf)</a></li>
<li><a href="<?php echo get_base_url(); ?>/resume/AaronLindsay-Resume.tex">Resume (LaTeX)</a></li>
<li><a href="<?php echo get_base_url(); ?>/resume/AaronLindsay-Resume.txt">Resume (plain text)</a></li>
<li style="margin-top: 1em;">Note: All contact information has been removed from the above - please <a href="<?php echo get_base_url(); ?>/contact">contact me via email</a>.</li>
</ul>
</div>
</div>
<?php include("../footer.php"); ?>