Skip to content

Commit

Permalink
Add work exp
Browse files Browse the repository at this point in the history
  • Loading branch information
chaymaeBZ committed Nov 22, 2024
1 parent ff9273f commit 93ad2f7
Showing 1 changed file with 68 additions and 1 deletion.
69 changes: 68 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1>Bio</h1>
<p>Here are some fun facts about me :</p>
<ul class="intro">
<li>
I don't claim to know anything. I just write code by accident. And I implement fun within the team.
I love mathematics! My dad is a math teacher. We often use some math term in our jokes, that's why they are not so funny to others.
</li>
<li>
My meme driven good mood is very infectious!
Expand All @@ -50,7 +50,74 @@ <h1>Bio</h1>
<li>
I love to do pixel art.
</li>
<li>
I like to engage with differnet ruby communities.
</li>
</div>
<hr />
<div id="resume">
<h1>Resume</h1>
<div id="work">
<h2>Work</h2>
<ul>
<li><strong>Zendesk - Copenhagen</strong>
<ul>
<li>
<strong>Software Engineer</strong><br />
<weak>Apr 2021 - Mar 2023</weak>
<p>Zendesk is the champion of customer service solutions. It powers
billions of conversations, connecting brands with customers over
telephony, chat, email, messaging, social channels, ... etc.</p>
<p>I've been a member of the core ruby team, working on core products. I also worked a lot with other teams, making sure we are not having redundant
services across teams.
I took part in DB Sharding solutions. Using a mix of ULIDs and Znowflake for ID generation depending on the usecase.
I also enjoyed organizing fun Friday games for the team.</p>
</li>
</ul>
</li>

<li><strong>KarnovGroup - Copenhagen</strong>
<ul>
<li>
<strong>Software Engineer</strong><br />
<weak>Feb 2020 - Mar 2021</weak>
<p>Karnov provides tools for lawyers to make faster and better decisions.
They also have a huge selection of books.</p>
<p>Digitalising law book is challenging. I took part in big room plannings with product managers and product
owners. I have been involved in developing a new CMS system, also improving the existing system.</p>
</li>
</ul>
</li>

<li><strong>CargoFlux - Copenhagen</strong>
<ul>
<li>
<strong>Fullstack developer</strong><br />
<weak>Oct 2018 - Jan 2020</weak>
<p>CargoFlux is a plateform where users can keep track of their shipments.
It provides a unified API that adapt third party legacy systems to an agnostic JSON API system.
One of the challenges I came across was to design and build an EDIFACT parser to communicate data via FTP servers with
certain shipping carriers. And to implement integrations with different shipping carriers (e.g: DHL, GLS ...).</p>
</li>
</ul>
</li>

<li><strong>MonMecanicien - Paris</strong>
<ul>
<li>
<strong>Fullstack Web and Mobile Developer intern </strong><br />
<weak>Mar 2018 - Sep 2018</weak>
<p>MonMecanicien is a platform where users can get an invoice for car repair and book appointments with trusted mechanics.
In there I worked directly with the CTO.
I was in charge of developing full features from backend to frontend as in the specifications,
also built the entire mobile app for mechanics using React native.</p>
</li>
</ul>
</li>
</ul>
</div>
</div>
<hr />
<div id="education">
<h2>Education</h2>
<ul>
Expand Down

0 comments on commit 93ad2f7

Please sign in to comment.