Skip to content

Commit

Permalink
new cv page
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymok committed Aug 10, 2023
1 parent d320b15 commit f2ae448
Showing 1 changed file with 74 additions and 39 deletions.
113 changes: 74 additions & 39 deletions assets/json/resume.json
Original file line number Diff line number Diff line change
@@ -1,74 +1,109 @@
{
"basics": {
"name": "Albert Einstein",
"label": "Scientist",
"name": "Szymon Kowalewski",
"label": "Data Enthusiast",
"image": "",
"email": "[email protected]",
"phone": "(912) 123-4567",
"url": "https://alshedivat.github.io/al-folio/",
"summary": "A German-born theoretical physicist, widely ranked among the greatest and most influential scientists of all time",
"email": "[email protected]",
"phone": "(48) 512-912-624",
"url": "wwww.skszymon.eu",
"summary": "I am interested in data analysis and machine learning. I am open to new challenges and I am not afraid of new technologies.",
"location": {
"address": "2712 Broadway St",
"postalCode": "CA 94115",
"city": "San Francisco",
"countryCode": "US",
"region": "California"
"address": "--",
"postalCode": "81-xxx",
"city": "Gdynia",
"countryCode": "PL",
"region": "pomorskie"
},
"profiles": [
{
"network": "Twitter",
"username": "AlbertEinstein",
"url": "https://twitter.com/AlbertEinstein"
"username": "SkSzymon",
"url": "https://twitter.com/SkSzymon"
}
]
},
"work": [
{
"name": "Institute for Advanced Study, Princeton University",
"position": "Professor of Theoretical Physics",
"url": "https://example.com",
"startDate": "1933-01-01",
"endDate": "1955-01-01",
"summary": "Teaching at Palmer Physical Laboratory (now 302 Frist Campus Center). While not a professor at Princeton, I associated with the physics professors and continued to give lectures on campus.",
"name": "No Fluff Jobs",
"position": "Junior Data Engineer",
"url": "https://nofluffjobs.com",
"startDate": "2021-08-01",
"endDate": "2023-02-28",
"summary": "Web Scraping i automatyzacja codziennych zadań w Pythonie. Budowanie przepływów danych przy pomocy dbt, Python, Hevo, Snowflake. Opomiarowanie produktu - określanie celu i zasięgu, analiza i interpretacja wyników oraz wdrożenie (GA, GTM, Google Optimize)",
"highlights": [
"Relativity"
"data pipelines",
"web scraping",
"data engineering",
"data modeling",
"data warehousing"
]
},
{
"name": "No Fluff Jobs",
"position": "Junior Data Analyst",
"url": "https://nofluffjobs.com",
"startDate": "2020-08-01",
"endDate": "2021-07-31",
"summary": "Budowa Dashboardów KPI w Tableau dla działów Sales i Marketing. Tworzenie podstawowych modeli uczenia maszynowego dot. wyników sprzedaży oraz klasyfikacji klientów. Analiza danych sprzedażowych i produktowych.",
"highlights": [
"data visualization",
"data analysis",
"machine learning",
"BI"
]
},
{
"name": "Statscore",
"position": "Data Scout",
"url": "https://statscore.com",
"startDate": "2016-06-01",
"endDate": "2022-10-28",
"summary": "Tworzenie w czasie rzeczywistym graficznej relacji meczowej. Budowanie baz danych statystycznych. Analiza dużych zbiorów danych dot. aktualnej sytuacji na boisku",
"highlights": [
"data analysis",
"databases"
]
}
],
"volunteer": [],
"education": [
{
"institution": "University of Zurich, Zurich, Switzerland",
"url": "https://www.uzh.ch/",
"area": "Software Development",
"studyType": "PhD",
"startDate": "1905-01-01",
"endDate": "1905-01-01",
"score": "",
"institution": "Uniwersytet Gdański",
"url": "https://www.ug.edu.pl/",
"area": "Informatyka i Ekonometria",
"studyType": "mgr",
"startDate": "2021-09-01",
"endDate": "2023-07-01",
"score": "4,5",
"courses": [
"Theory of Relativity"
"Model ML/DL dot. predykcji widełek wynagrodzeniach w ofertach pracy - praca magisterska"
]
}
],
"awards": [
},
{
"title": "Nobel Prize in Physics",
"date": "1921-11-01",
"awarder": "Royal Swedish Academy of Sciences",
"summary": "The Nobel Prizes are five separate prizes that, according to Alfred Nobel's will of 1895, are awarded to 'those who, during the preceding year, have conferred the greatest benefit to humankind.'"
"institution": "Uniwersytet Gdański",
"url": "https://www.ug.edu.pl/",
"area": "Informatyka i Ekonometria",
"studyType": "lic",
"startDate": "2018-09-01",
"endDate": "2021-07-01",
"score": "4,5",
"courses": [
"Zastosowanie algorytmów uczenia maszynowego na przykładzie NCAA i AZS - praca licencjacka"
]
}
],
"awards": [],
"certificates": [],
"publications": [],
"skills": [],
"languages": [
{
"language": "German",
"fluency": "Native speaker"
"language": "Polski",
"fluency": "Natywny"
},
{
"language": "English",
"fluency": "Fluent"
"language": "Angielski",
"fluency": "B2"
}
],
"interests": [],
Expand Down

0 comments on commit f2ae448

Please sign in to comment.