Skip to content

Commit

Permalink
Deploying to gh-pages from @ 69b2679 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunaGordon committed Dec 11, 2024
1 parent 9e68ebc commit 47977c0
Show file tree
Hide file tree
Showing 6 changed files with 518 additions and 0 deletions.
91 changes: 91 additions & 0 deletions resumes/components/base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"comment": "Base info that doesn't change, regardless of job or field.",
"meta": {
"additionalData": {
"pronouns": [
"she",
"her"
]
}
},
"basics": {
"name": "Shauna Gordon",
"label": "And I make things",
"summary": "I'm a problem-solver by nature and by profession. I have a natural drive to find solutions to problems spoken and unspoken. By digging down through pain points, I excel in finding the heart of issues and coming up with the best solution within the constraints of the environment.\n\nWhile I've historically specialized in PHP, I always enjoy learning new things, and have recently been neck-deep in React and Electron while at a Ruby on Rails shop, and had a lot of fun dabbling in Rust and Tauri. I've also been eyeing software architecture and program management as potential roles to grow into.",
"image": "https://resume.shaunagordon.com/img/avatar.png",
"email": "shauna@gordons.me",
"url": "https://shaunagordon.com",
"location": {
"city": "Columbus",
"countryCode": "US",
"region": "Ohio"
},
"profiles": [
{
"network": "Blog",
"url": "https://shaunagordon.com"
},
{
"network": "GitHub",
"url": "https://github.com/ShaunaGordon",
"username": "ShaunaGordon"
},
{
"network": "GitLab",
"url": "https://gitlab.com/shauna",
"username": "shauna"
},
{
"network": "LinkedIn",
"url": "https://www.linkedin.com/in/gordondev/",
"username": "gordondev"
},
{
"network": "Slide Decks",
"url": "https://talks.shaunagordon.com"
}
]
},
"languages": [
{
"language": "English",
"fluency": "Native"
}
],
"education": [
{
"institution": "Keller Graduate School of Management",
"area": "Information Systems Management",
"studyType": "Master",
"endDate": "2012"
},
{
"institution": "DeVry University",
"area": "Computer Information Systems",
"studyType": "Bachelor",
"endDate": "2008"
}
],
"references": [
{
"name": "Chris Impicciche",
"url": "https://www.linkedin.com/in/chris-impicciche/",
"reference": "During our time working together, I had numerous opportunities to collaborate with Shauna, despite not being on the same team. She was quick to offer her assistance in Ruby/Rails and provided valuable support whenever needed. I was consistently impressed by Shauna's inquisitive nature, approach to learning new technologies, and friendly demeanor. I appreciate the chance to have worked alongside her and firmly believe she would be a valuable addition to any tech team."
},
{
"name": "Fatemeh Abniki",
"url": "https://www.linkedin.com/in/fatemeh-abniki-583510224/",
"reference": "Shauna is an exceptionally talented engineer . She consistently demonstrates a high level of expertise, problem-solving skills, and creativity in tackling complex technical challenges. <br>Moreover, Shauna is an excellent team player who collaborates effectively with colleagues across different departments. She communicates ideas and solutions clearly, making her a valuable asset in both individual and collaborative settings. Her positive attitude, willingness to learn, and adaptability to new technologies make her a standout performer."
},
{
"name": "Jonalyn Blunt",
"url": "https://www.linkedin.com/in/jonalynblunt/",
"reference": "Shauna is an outstanding engineer; I cannot recommend her enough. I collaborated with Shauna on a weekly basis as the lead UX Designer for a new digital tool we created inside an existing in-house application. The tool was released to overwhelming positive feedback and a high adoption rate, which is a testament to Shauna's great skills as an engineer. <br>I was impressed with Shauna's attention to detail, and dedication to the tool — not only to eliminate tech debt and get the application where it needed to be on a foundational level, but being able to think through the experience holistically — foreseeing challenges for users and the tool, and championing to fix the root cause. Shauna is a person you want in the room with you to discuss ideas and to deliver results; she is an exceptional addition to any team."
},
{
"name": "Chris Murphy",
"url": "https://www.linkedin.com/in/christopher-murphy-1375155/",
"reference": "I met Shauna at Custom Ink, in fact I helped interview her and was one of several to give a 👍. I never had the pleasure of working on a project with Shauna (different domain/team), but we both seemed to care about the same non-project concerns that we felt were being neglected. That was mainly around our state of documentation at the time (multiple, siloed knowledge bases of varying quality), technical debt problems, and occasional change management issues. We often bounced ideas off each other and I always found her opinions and feedback insightful. I also appreciated the ideas she brought to wider engineering discussions at things like all-hands, hack-a-thons, and show & tell. She's not afraid to speak up about what she cares about, a quality I wish more engineers had to be honest. <br>As for Shauna's engineering skills, I know she wasn't afraid to dive deep into the systems (some being *very* \"legacy\") that her team owned, to figure out a solution for the project at hand. The tech stack there was typically Ruby on Rails and React, both she's highly skilled in. I think any company would be lucky to have Shana on board and I highly recommend her."
}
]
}
36 changes: 36 additions & 0 deletions resumes/components/publications.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"comment": "Things published in other people's publications. Might not change, but might be added to.",
"publications": [
{
"name": "From Git To Github - An Introduction to Version-Controlled and Collaborative Development",
"url": "https://talks.shaunagordon.com/git-to-github",
"releaseDate": "2021-02",
"publisher": "Women In Analytics",
"summary": "This talk and live tutorial provided attendees a crash course in enough Git and Github to get them up and running in open source contribution.",
"tech": {
"git": "Git"
}
},
{
"name": "Effective Communication While Freelancing",
"url": "https://gun.io/guest-posts/2019/12/effective-communication-while-freelancing",
"releaseDate": "2019-12-13",
"publisher": "Gun.io",
"summary": "In this article, I discuss establishing and maintaining an effective line of communication with clients."
},
{
"name": "A Docker-Compose PHP Environment From Scratch",
"url": "https://x-team.com/blog/docker-compose-php-environment-from-scratch",
"releaseDate": "2018-07-05",
"publisher": "X-Team",
"summary": "In this tutorial, I go through the process of setting up a Docker cluster-based environment for PHP development using Docker-Compose. The cluster includes nodes for Nginx, php-fpm, and MariaDB.",
"tech": {
"php": "PHP",
"docker": "Docker",
"linux": "Linux",
"mysql": "MariaDB",
"nginx": "Nginx"
}
}
]
}
20 changes: 20 additions & 0 deletions resumes/components/volunteer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"comment": "Volunteer work. May or may not be specialized for the field, or may cross fields.",
"volunteer": [
{
"organization": "Open 3D Foundation",
"position": "O3DE Maintainer, Documentation Specialist, Community Manager, SIG Docs Co-Chair",
"url": "https://o3de.org/",
"startDate": "2024-02-01",
"summary": "I provided significant contributions to the Open 3D Engine (O3DE) open source project and community, including source code bugfixes, documentation curating, and engaging with the community in the project's Discord server. Additionally, I took on duties of a primary maintainer for the O3DE documentation site, and began the process of updating the underlying Hugo static site generator, streamlining the architecture to encourage more community contribution, and reviewed and merged issues and pull requests in Github. I also helped revive Special Interest Group (SIG) and lead the biweekly SIG meetings to encourage more docs participation and contribution.",
"highlights": [
"Took point on updating Hugo site",
"Contributed to documentation and code",
"Engaged in community Discord server",
"Lead biweekly SIG meeting",
"Engaged in intiatives to encourage more docs contribution",
"Oversee release of docs with new versions of O3DE"
]
}
]
}
118 changes: 118 additions & 0 deletions resumes/components/work.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
{
"comment": "Job history. Shouldn't change, but keeping in its own to avoid importing unnecessarily if it does.",
"work": [
{
"name": "Genome Studios",
"position": "Principal Software Engineer",
"url": "https://genomestudios.ca/",
"startDate": "2024-01",
"summary": "Helped establish a small development studio in the gaming industry by working closely with studio founder to architect and implement technical projects, including games, supplemental engine utilities, engine features and bug fixes, and others. Worked with the Open 3D Engine (O3DE) community to submit contributions back to the project.",
"highlights": [
"Provided guidance on organization and engineering direction",
"Contributed to Open 3D Engine (O3DE) open source project on behalf of the company",
"Made code changes to game engine to facilitate game production",
"Aided in technical solution design for game mechanics",
"Built complementary tools for desktop or web to help grow the O3DE community and Genome's name within it"
],
"tech": {
"cplusplus": "C++",
"bitbucket": "Bitbucket",
"github": "GitHub",
"confluence": "Confluence",
"hugo": "Hugo",
"linux": "Linux",
"netlify": "Netlify",
"o3de": "Open 3D Engine",
"cmake": "CMake",
"python": "Python",
"qt": "Qt",
"vitejs": "ViteJS",
"vuejs": "VueJS"
}
},
{
"name": "Custom Ink",
"position": "Senior Software Engineer",
"url": "https://www.customink.com",
"startDate": "2021-12",
"endDate": "2023-12",
"summary": "Developed and maintained custom software to support the in-house printing facilities (IHP). Worked closely with management and user stakeholders to build software that met users' needs and made their work more efficient, while interfacing with the hardware used in the screenprinting and direct-to-garment (DTG, digital) printing process.",
"highlights": [
"Implemented changes with an impact of $650k in annual savings",
"Took ownership of software fundamental to the DTG process",
"Worked across teams and roles to plan and implement process and quality of life improvements",
"Experimented on ways to create better technological solutions to applicable problems"
],
"tech": {
"ruby": "Ruby",
"rails": "Rails",
"nodejs": "Node",
"react": "React",
"github": "GitHub",
"docker": "Docker",
"argocd": "Argo CD",
"electron": "Electron",
"circleci": "CircleCI"
}
},
{
"name": "Proof Group",
"position": "Affiliate Software Engineer",
"url": "https://www.proofgeist.com",
"startDate": "2018-11",
"endDate": "2021-11",
"summary": "Helped manage the custom Python/Django portions of client's FileMaker-backed web application.Create a component library system that took React, Vue, or Svelt components and created self-contained Web Components for both general web use and use inside FileMaker.",
"highlights": [
"Researched and developed a component library and build tool that could take Vue, React, or Svelt components and output self-contained, vanilla Web Components that could be used either in standard web applications, or within FileMaker's environment (which required additional processing to make all of the component's dependencies self-contained)."
],
"tech": {
"python": "Python",
"django": "Django",
"github": "GitHub",
"nodejs": "Node"
}
},
{
"name": "Rocket Code",
"position": "Senior Backend Engineer",
"startDate": "2016-10",
"endDate": "2018-02",
"summary": "Develop custom integrations between Shopify and other platforms using PHP. Work with front end developers to ensure proper data and data shape for front end work. Develop custom tools with PHP, Laravel, and VueJS that included Shopify integrations. Create and maintain Ruby Shopify checkout and cart scripts.",
"highlights": [
"Worked closely with Front-End Engineers to expand Shopify's capabilities",
"Built custom API-based integrations between platforms",
"Wrote Ruby-based Shopify checkout and line item scripts to modify cart behavior",
"Used queue systems to handle imports of large datasets into Shopify and other APIs",
"Planned and documented API endpoints using Swagger/OpenAPI",
"Piloted new techniques, technologies, and learning resources for the team",
"Provided culture guidance/feedback to CEO during acquisition of Rocket Code"
],
"tech": {
"php": "PHP",
"laravel": "Laravel",
"mysql": "MySQL",
"redis": "Redis",
"javascript": "Javascript",
"nodejs": "Node",
"vuejs": "VueJS",
"github": "GitHub",
"docker": "Docker",
"ubuntu": "Ubuntu",
"nginx": "Nginx"
}
},
{
"name": "Core-Apps",
"position": "Engineer, GoExpo Division",
"startDate": "2014",
"endDate": "2015",
"summary": "",
"tech": {
"php": "PHP",
"laravel": "Laravel",
"mysql": "MySQL",
"javascript": "Javascript"
}
}
]
}
Loading

0 comments on commit 47977c0

Please sign in to comment.