Skip to content

Instantly share code, notes, and snippets.

@alfonz19
Last active June 26, 2023 06:28
Show Gist options
  • Save alfonz19/c38d1c3b3326642fbe648fbd9c933dfe to your computer and use it in GitHub Desktop.
Save alfonz19/c38d1c3b3326642fbe648fbd9c933dfe to your computer and use it in GitHub Desktop.
resume.json
{
"meta": { "theme": "flat" },
"basics": {
"name": "Martin Mucha",
"label": "Java Developer",
"picture": "https://media-exp1.licdn.com/dms/image/C4D03AQGzuG1_cHhpSQ/profile-displayphoto-shrink_200_200/0/1529930199447?e=1640822400&v=beta&t=mxuR1mqwAk3CpIEHdDMmhRZ6LTmEbNq-7IjivCZZobw",
"image": "https://media-exp1.licdn.com/dms/image/C4D03AQGzuG1_cHhpSQ/profile-displayphoto-shrink_200_200/0/1529930199447?e=1640822400&v=beta&t=mxuR1mqwAk3CpIEHdDMmhRZ6LTmEbNq-7IjivCZZobw",
"email": "alfonz19@gmail.com",
"phone": "+420725881204",
"summary": "I'm mainly java developer, but I'm not afraid of other languagues/technologies, including ones requiring strictly different mind set. I want to do things right, but I understand that there might be situation(exception from rule), when this is not possible.",
"location": {
"countryCode": "CZ",
"address": "Příčná 5, Olomouc 77200, Czech Republic"
},
"profiles": [
{
"network": "LinkedIn",
"username": "alfonz19@gmail.com",
"url": "https://www.linkedin.com/in/martin-mucha-alfonz19"
}
]
},
"work": [
{
"company": "Barclays",
"position": "Java Developer",
"startDate": "2021-12-01",
"endDate": "2022-01-10",
"summary": "Algo trading team, we found out, that we all have incompatible expectations.",
"website": "https://www.barclays.co.uk/"
},
{
"company": "Embedit",
"position": "Java Developer",
"startDate": "2017-08-31",
"summary": "My current employer, we’re developing centralised registry for multiple company systems using bigdata technologies and (at the moment) servlet based springboot. I do not lead the team, but I’m technically in position to decide which technology will be used and how (and be responsible for such decision). I’m also responsible for helping 6 other team members with their tasks if they need it, and same is true for members of other teams. I solved a lot of technical and inter-personal issues, and I really think I helped/allowed others to be more productive and to be happy in our team.",
"website": "https://www.linkedin.com/company/embedit/"
},
{
"company": "Red Hat",
"endDate": "2017-11-30",
"highlights": [],
"position": "Senior J2EE Developer",
"startDate": "2014-03-31",
"summary": "I worked as a senior J2EE developer in network team of \"open virtualization manager (oVirt)\". Open-source distributed virtualization solution, I worked on app administering this. Originally written in C# (if I remember correctly), auto-migrated to java, GWT on frontend, postgreSQL as a data store. This app controlled other nodes used hosts for virtualization mainly via libVirt using python.",
"website": "https://www.linkedin.com/company/3545"
},
{
"company": "GMC software",
"endDate": "2014-03-31",
"highlights": [],
"position": "Java Developer",
"startDate": "2013-12-31",
"summary": "Multi branch with strong ephasis on code quality and customer satisfaction. I worked in\ngreat truly agile team, mainly on business layer, partly on frontend of \"Inspire Interactive +\" (sw targeted\nfor handling/creating documents of banks or insurence companies, ...). High code coverage, emphasis on\ncode quality (mostly) well shaped mature code pleasant to read and test, customer on first place. Because\nof SCRUM nature I worked partly on backend(60%, java) and partly on frontend(40%, pure javascript for\nprocessing non-trivial data, jQuery etc for GUI). Have to quit due to moving to Brno.",
"website": "https://www.linkedin.com/company/164012"
},
{
"company": "Sitewell s.r.o",
"endDate": "2013-12-31",
"highlights": [],
"position": "Java Developer",
"startDate": "2008-12-31",
"summary": "Multi branch czech company, namely providing GIS services. I worked as a part of team responsible for\ncreating custom modular \"blend\" of CRM system, DMS, Resource management system and map services.\nMine responsibility was to supervise business layer and desing/develop/maintain most of system core issues.",
"website": "https://www.linkedin.com/company/1067423"
}
],
"volunteer": [],
"education": [
{
"institution": "Faculty of Informatics, Masaryk University, Brno",
"area": "Bachelor's degree in Applied informatics",
"studyType": "Bachaleor thesis: Realtime texture synthesis using jump map",
"startDate": "2000",
"endDate": "2005"
},
{
"institution": "Faculty of Informatics, Masaryk University, Brno",
"area": "Master’s degree in Applied informatics",
"studyType": "Master thesis: Adaptive algorithms for finding shortest paths in dynamic graphs",
"startDate": "2005",
"endDate": "2008"
},
{
"institution": "Faculty of Informatics, VUT, Brno",
"area": "Ph.D. in field of artificial intelligence",
"studyType": "unfinished",
"startDate": "2008",
"endDate": "2009"
}
],
"skills": [
{
"name": "Java",
"level": "",
"keywords": ["J2SE", "J2EE"]
},
{
"name": "Other languagues",
"level": "",
"keywords": ["bash scripting", "scala"]
},
{
"name": "Misc frameworks/tools",
"level": "",
"keywords": ["Spring(servlet-based)", "Spring WebFlux", "EJB", "RxJava/project reactor", "Hibernate", "JUnit", "Mockito", "Hamcrest", "GWT", "CDI/WELD", "maven", "angular2", "Akka", "JSR-168/268", "jq"]
},
{
"name": "Messaging",
"level": "",
"keywords": ["kafka", "avro", "jms"]
},
{
"name": "VCS",
"level": "",
"keywords": ["git", "hg", "svn"]
},
{
"name": "DB",
"level": "",
"keywords": ["Hibernate", "iBatis", "JPA", "Envers", "Oracle", "h2", "Cassandra", "Elassandra", "PostgreSQL" ]
},
{
"name": "operating systems",
"keywords": ["Linux (only)", "Windows(will not work with)"]
}
],
"languages": [
{
"language": "en",
"fluency": "C1"
}
],
"interests": [{"name":"sport", "keywords":["hiking","mountains", "cycling"]}],
"references": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment