From 9803b681c5ef09676e79a513769e4cf9c23b9489 Mon Sep 17 00:00:00 2001 From: umutcanbolat Date: Mon, 9 Jan 2023 23:15:39 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20add=20authentication@kla?= =?UTF-8?q?rna?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/data.json | 47 ++++++++++-------------------------- src/static/techKeywords.json | 2 ++ 2 files changed, 15 insertions(+), 34 deletions(-) diff --git a/src/static/data.json b/src/static/data.json index 74535b7..4e665a0 100644 --- a/src/static/data.json +++ b/src/static/data.json @@ -29,11 +29,24 @@ "company": "Klarna", "url": "https://www.klarna.com", "roles": [ + { + "id": 1, + "role": "Software Engineer II @ Authentication", + "location": "Berlin, Germany", + "startDate": "2022-01", + "descriptions": [ + "Global customer authentication and KYC solutions for 150m+ Klarna users.", + "Full-stack software development on Node.js and React.", + "Security focused design, architecture and development.", + "DevOps with Jenkins, Docker, AWS." + ] + }, { "id": 1, "role": "Software Engineer II", "location": "Giessen, Germany", "startDate": "2021-06", + "endDate": "2022-01", "descriptions": [ "Development of the post-purchase operations of direct debit payment method with Spring Boot and Java 11.", "Handling the post-purchase communications. Email/SMS/Push templating and send-outs using React and Apache Kafka.", @@ -86,40 +99,6 @@ ] } ] - }, - { - "id": 3, - "company": "OBSS", - "url": "https://obss.com.tr", - "roles": [ - { - "id": 1, - "role": "Jr. Software Developer", - "location": "Kocaeli, Turkey", - "startDate": "2017-11", - "endDate": "2018-06", - "descriptions": [ - "Designed and developed a risk measuring UWP app with C#.NET for Turkey’s biggest insurance company Anadolu Sigorta." - ] - } - ] - }, - { - "id": 4, - "company": "Adam Mickiewicz University", - "url": "https://ai.wmi.amu.edu.pl/", - "roles": [ - { - "id": 1, - "role": "Intern, Research Assistant", - "location": "Poznań, Poland", - "startDate": "2017-06", - "endDate": "2017-09", - "descriptions": [ - "Developed a corpus quality evaluation software using Java and Prolog as a continuation of the research project OCAS." - ] - } - ] } ], "education": [ diff --git a/src/static/techKeywords.json b/src/static/techKeywords.json index 8fcaf7d..cdc3995 100644 --- a/src/static/techKeywords.json +++ b/src/static/techKeywords.json @@ -1,6 +1,7 @@ [ "Apache Echarts", "Apache Kafka", + "AWS", "Babel", "Bash", "C#.NET", @@ -25,6 +26,7 @@ "Java 11", "Java", "JavaScript", + "Jenkins", "Jest", "JSON", "Kotlin",