Skip to content

Commit

Permalink
feat: 🎸 add authentication@klarna
Browse files Browse the repository at this point in the history
  • Loading branch information
umutcanbolat committed Jan 9, 2023
1 parent 41be2e6 commit 9803b68
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 34 deletions.
47 changes: 13 additions & 34 deletions src/static/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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": [
Expand Down
2 changes: 2 additions & 0 deletions src/static/techKeywords.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
"Apache Echarts",
"Apache Kafka",
"AWS",
"Babel",
"Bash",
"C#.NET",
Expand All @@ -25,6 +26,7 @@
"Java 11",
"Java",
"JavaScript",
"Jenkins",
"Jest",
"JSON",
"Kotlin",
Expand Down

0 comments on commit 9803b68

Please sign in to comment.