Skip to content

Instantly share code, notes, and snippets.

@Szeliga
Last active December 3, 2020 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Szeliga/90064c6ed8df53fd32239771c0575d86 to your computer and use it in GitHub Desktop.
Save Szeliga/90064c6ed8df53fd32239771c0575d86 to your computer and use it in GitHub Desktop.
resume.json
{
"basics": {
"name": "Szymon Szeliga",
"label": "Software Engineer",
"picture": "http://www.gravatar.com/avatar/9f51c29157a82507ca44f5f9617ba26c?d=404&s=250",
"email": "szeliga.szymon@gmail.com",
"phone": "535 888 224",
"summary": "Detail-oriented engineer with over 9 years of professional experience, that is capable of designing, implementing, and maintaining complete system solutions using the right tool for the job",
"location": {
"address": "ul. Pochyła 15/4D",
"postalCode": "53-512",
"city": "Wrocław",
"countryCode": "Polska",
"region": "dolnośląskie"
},
"profiles": [
{
"network": "Github",
"username": "https://github.com/Szeliga",
"url": "https://github.com/Szeliga"
},
{
"network": "LinkedIn",
"username": "http://pl.linkedin.com/in/szymonszeliga",
"url": "http://pl.linkedin.com/in/szymonszeliga"
}
]
},
"work": [
{
"company": "tiramizoo GmbH",
"position": "Senior Backend Engineer",
"website": "https://tiramizoo.com/",
"startDate": "2020-04",
"summary": "",
"highlights": [
"Redesigning a key system component to provide better stability, performance, and continuity of operations",
"Implementing communication between the key system component and the main system in Java (Spring) and Ruby on Rails using AWS SQS",
"Working on maintenance and performance issues"
]
},
{
"company": "Northpass",
"position": "Principal Backend Engineer",
"website": "https://northpass.com",
"startDate": "2019-04",
"endDate": "2020-03",
"summary": "",
"highlights": [
"Establishing a Platform Team that was responsible for all infrastructure-related work, like setting up a GitOps pipeline, migrating from Heroku to AWS with IasS while maintaining zero-downtime in production",
"Helping with Investment Due Diligence",
"Recruiting",
"Providing technical expertise for the whole team",
"Working with Product and Engineering teams to work out solutions for business requirements",
"Working with the Customer Success team on solving customers' issues",
"Working on introducing an event-driven architecture for the system using Kafka",
"Helping the team define and extract microservices from the main monolith"
]
},
{
"company": "Northpass",
"position": "Lead Engineer",
"website": "https://northpass.com",
"startDate": "2018-01",
"endDate": "2019-03",
"summary": "",
"highlights": [
"Working on an analytics pipeline",
"Improving the monitoring and logging of the system with Datadog and Pagerduty",
"Performing peer reviews for the team",
"Meeting with potential and existing clients",
"Improving CI/CD pipelines",
"Working with Product and Engineering to work out solutions for business requirements",
"Working with the Customer Success team on solving customers' issues"
]
},
{
"company": "Northpass",
"position": "Software Engineer",
"website": "https://northpass.com",
"startDate": "2016-11",
"endDate": "2017-12",
"summary": "",
"highlights": [
"Implementing new features based on product requirements",
"Improving application performance to meet SLAs",
"Finding and fixing bugs"
]
},
{
"company": "Netguru",
"position": "Senior Ruby on Rails Developer",
"website": "https://netguru.co",
"startDate": "2015-09",
"endDate": "2016-10",
"summary": "",
"highlights": [
"Developing Ruby on Rails applications",
"Designing solutions and architecture",
"Mentoring Interns and Juniors",
"Leading projects"
]
},
{
"company": "Netguru",
"position": "Ruby on Rails Developer",
"website": "https://netguru.co",
"startDate": "2015-03-04",
"endDate": "2015-09-29",
"summary": "",
"highlights": [
"Developing Ruby on Rails applications",
"Designing solutions and architecture",
"Mentoring Interns and Juniors"
]
},
{
"company": "RST IT (former KMP Group)",
"position": "Full-Stack Developer",
"website": "http://rst-it.com",
"startDate": "2011-07-01",
"endDate": "2015-02-28",
"summary": "",
"highlights": [
"Developing Ruby on Rails applications",
"Designing solutions and architecture",
"Mentoring Interns and Juniors"
]
}
],
"volunteer": [],
"education": [
{
"institution": "Wrocław University of Technology",
"area": "Electronics and Telecommunication",
"studyType": "Bachelor of Science",
"startDate": "2007-01-10",
"endDate": "2011-01-19",
"gpa": "",
"courses": []
},
{
"institution": "Wrocław University of Technology",
"area": "Computer Science - Internet Engineering",
"studyType": "Master of Science",
"startDate": "2011-02-21",
"endDate": "2012-09-27",
"gpa": "",
"courses": []
}
],
"awards": [],
"publications": [],
"skills": [
{
"name": "Frontend Development",
"level": "Intermediate",
"keywords": [
"HTML",
"CSS",
"Javascript",
"React",
"Redux"
]
},
{
"name": "Backend Development",
"level": "Master",
"keywords": [
"Ruby",
"Ruby on Rails",
"Redis",
"PostgreSQL",
"Kafka"
]
},
{
"name": "DevOps",
"level": "Intermediate",
"keywords": [
"Terraform",
"Pulumi",
"Docker",
"Designing CI/CD pipelines",
"K8s"
]
}
],
"languages": [
{
"language": "Polish",
"fluency": "Native speaker"
},
{
"language": "English",
"fluency": "Full professional proficiency"
}
],
"interests": [
{
"name": "",
"keywords": ["Music", "Ray tracing", "The art of Pizza Making"]
}
],
"references": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment