Last active
January 15, 2024 16:15
-
-
Save westscz/7703446908aece516cf64fd5c8da721e to your computer and use it in GitHub Desktop.
Resume available on https://registry.jsonresume.org/westscz
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basics": { | |
"name": "Jarosław Piszczała", | |
"label": "Python Developer", | |
"email": "[email protected]", | |
"url": "https://piszczala.pl/", | |
"location": { | |
"countryCode": "PL", | |
"address": "Poland", | |
"city": "Częstochowa" | |
}, | |
"website": "https://piszczala.pl/", | |
"picture": "" | |
}, | |
"work": [ | |
{ | |
"name": "Tooploox", | |
"position": "Python Backend Developer", | |
"startDate": "2020-01", | |
"highlights": [ | |
"Optimized Elastic Search queries increasing accuracy by 30% and reducing query time by 10x", | |
"Taking part in recruitment" | |
], | |
"summary": "Microservice architecture project to collect and provide gold data (tech stack: Python, Aiohttp, Redis, ElasticSearch, BigQuery, DBT, PostgreSQL, RabbitMQ, DataDog, Terraform, Docker, GCP, Kubernetes)", | |
"url": "https://tooploox.com/", | |
"location": "Wroclaw, Lower Silesian District, Poland", | |
"company": "Tooploox", | |
"website": "https://www.tooploox.com/" | |
}, | |
{ | |
"name": "Akademia Python", | |
"position": "Lead Technical Writer", | |
"startDate": "2020-02", | |
"highlights": [ | |
"800+ users monthly" | |
], | |
"summary": "Writing articles about Python for every level of experience.", | |
"url": "https://akademiapython.pl/", | |
"company": "Akademia Python", | |
"website": "akademiapython.pl/" | |
}, | |
{ | |
"name": "Altkom Akademia", | |
"position": "IT Trainer", | |
"startDate": "2019-11", | |
"highlights": [ | |
"I trained 10+ groups of 95+ people, who gave me an average rating of 9.3/10" | |
], | |
"summary": "Providing training & workshops in Python on beginner and advanced level", | |
"url": "https://altkomakademia.pl/", | |
"location": "Poland", | |
"company": "Altkom Akademia ", | |
"website": "altkomakademia.pl/" | |
}, | |
{ | |
"name": "STX Next", | |
"position": "Python Developer", | |
"startDate": "2019-07", | |
"endDate": "2019-12", | |
"highlights": [], | |
"summary": "Worked in two projects: Micro service architecture to synchronize internal service with external vendors (tech stack: Django, Django Rest Hooks, Django REST Framework, Docker, docker-compose, Kibana), Platform for collaborative creation of questionnaires (tech stack: Flask, Flask-RESTPlus, SQLAlchemy, Docker)", | |
"url": "https://www.stxnext.com/", | |
"location": "Wroclaw, Lower Silesian District, Poland", | |
"company": "STX Next", | |
"website": "https://www.stxnext.com/" | |
}, | |
{ | |
"name": "Nokia Networks and Solutions", | |
"position": "Python Developer", | |
"startDate": "2016-07", | |
"endDate": "2019-06", | |
"highlights": [ | |
"Refactored and delivered succesfully working compatibility tests for all upgrade paths", | |
"Trained internally a lot of testers GIT, Python, Object Oriented Programming and Robot Framework", | |
"Was scrum master and successfully introduced Scrumban" | |
], | |
"summary": "Maintained testing framework used by hundreds of developers (tech stack: Python, Pytest, Robot Framework)", | |
"url": "https://nokiawroclaw.pl/", | |
"location": "Wroclaw, Lower Silesian District, Poland", | |
"company": "Nokia", | |
"website": "https://nokiawroclaw.pl/" | |
} | |
], | |
"volunteer": [ | |
{ | |
"organization": "Python Software Foundation", | |
"position": "PSF Contributing Member", | |
"startDate": "2021-03", | |
"summary": "", | |
"highlights": [], | |
"website": "https://www.python.org/psf/" | |
}, | |
{ | |
"position": "Speaker", | |
"startDate": "2019-03-31", | |
"summary": "Few talks given on wroc.py meetups and PyCode Conference", | |
"website": "https://gitlab.com/piszczala/slides" | |
}, | |
{ | |
"organization": "Exercism", | |
"position": "Python Mentor", | |
"startDate": "2020-11", | |
"summary": "Exercism is an open-source e-learning project", | |
"highlights": [ | |
"Helped over 140 students practicing their Python programming skills" | |
], | |
"website": "https://exercism.io/profiles/westscz" | |
}, | |
{ | |
"organization": "Coding Coach", | |
"position": "Mentor", | |
"startDate": "2020-01", | |
"summary": "Coding Coach is a free, open-source platform which aims to connect software developers and mentors all over the world. ", | |
"highlights": [ | |
"Helped over 10 mentees with advices what to learn, what to polish and what to do, to be Awesome Developer!" | |
], | |
"url": "https://mentors.codingcoach.io/u/5e1ee5bf1d8a9a4bf061ce2e", | |
"website": "https://mentors.codingcoach.io/?name=Jaros%C5%82aw+Piszcza%C5%82a" | |
} | |
], | |
"education": [ | |
{ | |
"institution": "Wrocław University of Technology", | |
"area": "Computer Science", | |
"studyType": "Bachelor of Engineering", | |
"startDate": "2013", | |
"endDate": "2017", | |
"score": "4.0", | |
"courses": [] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Professional working proficiency" | |
}, | |
{ | |
"fluency": "Native", | |
"language": "Polish" | |
} | |
], | |
"meta": { | |
"version": "v1.0.0", | |
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json", | |
"theme": "Elegant" | |
}, | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @westscz, I saw that this resume had an unknown error.
I investigated and it looks like the elegant theme needs to have
basics.profiles
defined, setting it tobasics: { profiles: [] }
should do.