Skip to content

Commit

Permalink
update latest job descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtysn committed Dec 3, 2024
1 parent c8b0a9e commit dec671c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/containers/Experience.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ class Experience extends React.Component {
return (
<div>
<SectionTitle title={"EXPERIENCE"} />
<SectionItem
companyTitle={
<a
href="https://www.cyphergames.com/"
target="_blank"
rel="noopener noreferrer"
style={{ color: "rgba(0,0,0,.87)" }}
>
Cypher Games
</a>
}
location={"İstanbul, Turkey"}
jobTitle={"Lead Backend Engineer"}
startDate={"10/2024"}
items={[
<span>
Leading the backend development of a new mobile match-3 game, architecting scalable
systems designed to support 10M+ monthly active users using .NET, SignalR and MongoDB
</span>
]}
/>
<SectionItem
companyTitle={
<a
Expand All @@ -21,6 +42,17 @@ class Experience extends React.Component {
location={"Belgium, Malaysia, Turkey (Remote)"}
jobTitle={"Software Consultant, Contract"}
startDate={"08/2024"}
endDate={"10/2024"}
items={[
<span>Collaborated with business consultants to develop preliminary
analyses and scheduling plans for the metal supply chain in galvanized
steel production, using{" "}
<a href="https://www.3ds.com/products/delmia/quintiq"
target="_blank"
rel="noopener noreferrer"
className={"colorHighlight"}
>DELMIA Quintiq</a>{" "}Scheduler</span>
]}
/>
<SectionItem
companyTitle={
Expand Down

0 comments on commit dec671c

Please sign in to comment.