From a7261dd0cccda50306c003b3e322eb03e7a49786 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sun, 21 Jun 2020 20:31:24 -0700 Subject: [PATCH] =?UTF-8?q?Update=20about=20and=20add=20resum=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- About.md | 5 ++++- Resume.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 Resume.md diff --git a/About.md b/About.md index 4442f3c..e944ef8 100644 --- a/About.md +++ b/About.md @@ -4,9 +4,12 @@ title: About --- # About Me -I am a maker, programmer, and hacker living in Southern California. I'm currently studying Electrical Engineering at the University of California, Irvine. You can usually contact me through my Twitter, [@andrewncassidy](https://twitter.com/andrewncassidy). +I am a maker, programmer, and hacker living in Southern California. I'm recently graduated from the University of California, Irvine, with a degree in Electrical Engineering. + +My resumé can be found [here](/Resume/). ## Contact +* [Mastodon](https://cybre.space/@cinebox) * [Twitter](https://twitter.com/andrewncassidy) * [github](https://github.com/drewcassidy) diff --git a/Resume.md b/Resume.md new file mode 100644 index 0000000..224787e --- /dev/null +++ b/Resume.md @@ -0,0 +1,54 @@ +--- +layout: page +title: Resumé +--- + +# Andrew Cassidy +* _email: drewcassidy@me.com_ + +* _please email for phone number and address_ + +## Education + +#### University of California Irvine (2016-2020) + +* BS in Electrical Engineering. Graduated March 2020 + +## Job Experience + +#### Intern, FABcamp UC Irvine (Summers 2014-2016) + +* I designed a Simon game project for a UCI summer camp for middle-school students. It made use of a Raspberry Pi and Scratch, as well as a custom PCB and a 3D Printed enclosure. +* Project files can be found [here](https://github.com/FABcamp/SimonGPIO2.0). + +## Skills + +#### Solidworks Certified Associate (2015) + +#### 3D printing + +* Printrbot Simple Wooden kit assembly and customization, as well as a print server using a Raspberry Pi, webcam, and a touchscreen + +#### Circuit/PCB design, Surface mount and hot-air soldering + +* Experience designing PCBs in EAGLE for both FABCamp Project and OSHWatch, as well as other miscellaneous projects. Surface mount soldering and usage of a hot-air station for desoldering or assembly of QFN chips. + +#### Programming experience with C++, C#, Java, and Python + +* Proficient with multiple programming languages, with experience including OSHWatch, a Java clone of the Doom (1993) engine, a Unity3D video game, Echosense, and mods for the game Kerbal Space Program. + +## Projects + +#### OSHWatch, Open Source Smartwatch (2016-2017) + +* I developed custom hardware and software for an open source smartwatch based on the nrf51822 microcontroller. +* Project files can be found [here](https://github.com/drewcassidy/OSHWatch). + +#### 3D Printer PSU (2018) + +* Laser-cut enclosure to house 3D printer power supply, with transistor logic for controlling the power from a Raspberry Pi + +#### Echosense, Senior Design Project (2019-2020) + +* As part of a group project for school, I constructed a device which uses LIDAR on a rotating platform to alert cyclists of approaching vehicles. Did all hardware design and assembly as well as some firmware. +* Project files can be found [here](https://github.com/Echo-sense).