Skip to content

Instantly share code, notes, and snippets.

@Cantido
Last active February 5, 2024 15:31
Show Gist options
  • Save Cantido/7e52c4661ffd2e71b7a631331a9a6369 to your computer and use it in GitHub Desktop.
Save Cantido/7e52c4661ffd2e71b7a631331a9a6369 to your computer and use it in GitHub Desktop.
My Resume
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Rosa Richter",
"label": "Programmer",
"image": "",
"email": "cosmic.lady.rosa@gmail.com",
"phone": "+1 (314) 853-3675",
"url": "https://cosmicrose.srht.site",
"summary": "Rosa is an engineer; she solves practical problems. Her coworkers highlight her software knowledge as her biggest strength, and she's been told she's the nicest person folks have ever met. She loves to learn, to fix things, and to make things.",
"location": {
"city": "Fort Collins",
"countryCode": "US",
"region": "Colorado"
},
"profiles": [
{
"network": "GitHub",
"username": "Cantido",
"url": "https://github.com/Cantido"
},
{
"network": "LinkedIn",
"username": "rosarichter",
"url": "https://www.linkedin.com/in/rosarichter/"
}
]
},
"work": [
{
"company": "Prokeep",
"location": "New Orleans, Louisana",
"description": "Messaging B2B serving the construction industry",
"position": "Software Developer (remote)",
"website": "https://prokeep.com",
"startDate": "2019-09-04",
"summary": "Prokeep serves product distributors in the construction industry and related industries with a messaging app that connects multiple communication channels, like SMS, email, and fax into one place, making it easier for distributors to run their business. I am a mid-level developer working on Prokeep's Elixir backend.",
"highlights": [
"Developed a prototype architecture decision process where there previously was none",
"Reinvigorated Prokeep's CI processes, automating tests and allowing for push-button deploys",
"Built the company's first customer-facing REST API, with thorough OpenAPI docs to match",
"Built a new communication channel for browser-based chat between our customers and they people they serve"
]
},
{
"company": "Asynchrony Labs",
"location": "Saint Louis, Missouri",
"description": "A software consultancy specializing in Agile software methodology. Acquired by World Wide Technology in the 2010s.",
"position": "Software Developer",
"website": "https://wwt.com",
"startDate": "2016-09",
"endDate": "2019-01-11",
"summary": "I was a mid-level software developer on a mix of web and server applications for several different clients",
"highlights": [
"Built a new automated continuous delivery pipeline on top of GitLab CI, Docker, Capistrano, and Chef, which tests and deploys a mature (20+ years old) Rails application through three environments. This dramatically decreased the toil in maintaining our dev, test, & production environments, and made it much easier to deploy updates.",
"Introduced a team to React Redux, taught them how it works, and refactored our application into Redux as a demonstration.",
"Sharpened my Agile skills so my team and I could move as quick as possible and react to complicated and constantly-changing business rules on high-throughput data pipeline using Kafka and Neo4j."
]
},
{
"company": "Edward Jones & Co.",
"location": "Saint Louis, Missouri",
"description": "A financial services company offering brokerage and wealth management services via thousands of branch locations across the US and Canada.",
"position": "Programmer Analyst",
"website": "https://www.edwardjones.com",
"startDate": "2013-12-30",
"endDate": "2016-08",
"summary": "Entry-level development of internal web apps, performed IT support on those apps.",
"highlights": [
"Lots of web application programming in Java (on Struts 2), JavaScript, HTML & CSS, in a Linux environment",
"Provided customer support directly to branches that were using the software I developed",
"Implemented the redesign of a major application that is used many times a day by every financial advisor. This project involved several months of JavaScript and JSP development, and there have only been minor defects since its implementation.",
"Mentored co-workers in testing and code quality tools like JUnit, Mockito, and Sonarqube, and developed & taught several classes on those subjects",
"Advocated for the transgender community in the firm's LGBT business resource group"
]
}
],
"education": [
{
"institution": "Missouri University of Science and Technology",
"url": "https://www.mst.edu",
"area": "Computer Engineering (major) and Computer Science (minor)",
"studyType": "Bachelor",
"startDate": "2009-09-01",
"endDate": "2013-12-13",
"gpa": "3.339"
}
],
"certificates": [
{
"name": "Amateur Radio Operator, General",
"date": "2019-05-17",
"issuer": "Federal Communications Commission",
"url": "https://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=4161606"
}
],
"skills": [
{
"name": "Frontend",
"level": "Proficient",
"keywords": [
"HTML & CSS",
"JavaScript",
"React / Redux / Vue",
"HTMX / Hypermedia"
]
},
{
"name": "Backend",
"level": "Advanced",
"keywords": [
"Elixir / Erlang / Phoenix / Ecto",
"GraphQL / REST / Hypermedia",
"Ruby / Rails",
"Clojure",
"Java / Spring",
"Postgres"
]
},
{
"name": "Devops",
"level": "Proficient",
"keywords": [
"AWS",
"Terraform",
"Docker",
"Linux (I use Arch, BTW)"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
}
],
"interests": [
{
"name": "Electronics",
"keywords": [
"Raspberry Pi",
"Arduino",
"Amateur Radio",
"PC building"
]
},
{
"name": "Cooking"
},
{
"name": "Tabletop RPGs",
"keywords": [
"Dungeons & Dragons"
]
}
],
"references": [],
"projects": [
{
"name": "Vehicular Heads-Up Display",
"description": "A device that projects vehicle data like speed unobtrusively onto the windshield",
"highlights": [
"Keystone senior project for my Computer Engineering degree",
"Reads with the vehicle's diagnostic data and projects the current speed in a focused and collimated form to prevent eye strain",
"Programmed in C and run on custom hardware designed by my project partner"
],
"keywords": [
"GoogleMaps",
"Chrome Extension",
"Javascript"
],
"startDate": "2013",
"endDate": "2013",
"roles": [
"Software Developer"
],
"type": "application"
}
],
"meta": {
"canonical": "https://gist.githubusercontent.com/Cantido/7e52c4661ffd2e71b7a631331a9a6369/raw/b57910e3b3e9e98c8d3d3f82f3d9ecbb8c45d9df/resume.json",
"version": "v1.0.0",
"theme": "paper",
"lastModified": "2023-11-24T15:00:00-600"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment