Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hsenbassam authored Jun 9, 2022
1 parent 7381e8e commit 4451d9f
Showing 1 changed file with 43 additions and 9 deletions.
52 changes: 43 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -712,12 +712,12 @@ <h4 class="panel-title"> <a data-toggle="collapse"
<div id="collapseOne" class="panel-collapse collapse">
<div class="panel-body">
<ul id="helvetilist">
<li>Angular 6, including:
<li>Angular, including:
<ul>
<li>RxJs 6 Library</li>
<li>RxJs Library</li>
<li>NgRx</li>
<li>Migration from AngularJs to
Angular 4+</li>
Angular</li>
</ul>
</li>
<li>Typescript</li>
Expand Down Expand Up @@ -791,19 +791,20 @@ <h4 class="panel-title"> <a data-toggle="collapse"
</div>
</div>

<!-- Skillls Bars -->
<!-- Skills Bars -->
<div class="col-sm-8">
<div class="progress">
<div class="percentage">
80%
</div>
</div>

<!-- Skillls Text -->
<!-- Skills Text -->
<div id="collapsetools" class="panel-collapse collapse">
<div class="panel-body">
<ul id="helvetilist">
<li>Visual Studio Code</li>
<li>IntelliJ</li>
<li>Eclipse / STS</li>
<li>Microsoft Visual Studio</li>
<li>Postman</li>
Expand Down Expand Up @@ -1148,16 +1149,49 @@ <h1>experience</h1>

<!--Experience holder-->
<div class="exp-holder margTop">

<!-- Experience -->
<div class="exp">
<div class="hgroup">
<h4>Software Engineer - Sword Group</h4>
<h6><i class="icon-calendar"></i>Jun 2018 - <span class="current">Current</span></h6>
</div>
<div>As a Software Developer at Sword Group, I work mainly with "Migros Online" client (aka LeShop), the leading Swiss Online Supermarket.
Being a Front End enthusiast, working in an Agile environment, my responsibilities include:
<ul>
<li>- Gathering and analyzing user requirements.</li>
<li>- Developing, enhancing and maintaining their web solution using Angular/Typescript, RxJs, NgRx.</li>
<li>- Working with testing tools like Jest and Cypress to add unit and integration tests.</li>
<li>- Maintaining and supporting Continuous Integration and Development practice using Git and Jenkins.</li>
<li>- Traveling to the client site to attend workshops and trainings.</li>
<li>- Conducting code peer reviews with other members in my team.</li>
<li>- Participating in product demos.</li>
<li>- Participating in daily meetings to plan and implement integrations.</li>
<li>- Working on developing new services and expose them as RESTful APIs to be consumed by web/mobile developers using Java Spring Boot.</li>

Tech Stack: Angular/Typescript, JavaEE/Spring Boot, GIT.
<hr>
Moreover, I was responsible of developing and maintaining a project for "CMA CGM" client, my responsibilities included:
<ul>
<li>- Setting a plan and an estimation for the whole migration from AngularJs to Angular.</li>
<li>- Developing their web solution based on the requirements.</li>
<li>- Enhancing the solution based on the received feedbacks.</li>
<li>- Respecting the estimated deadline.</li>
</ul>

Tech Stack: Angular/Typescript, PrimeNg, Ag-Grid, TFS.
</ul>
</div>
</div>
<!-- End experience -->
<!--Experience-->
<div class="exp">
<div class="hgroup">
<h4>Associate Software Engineer - Sword Group</h4>
<h6><i class="icon-calendar"></i>Jun 2018 - <span class="current">Current</span></h6>
<h6><i class="icon-calendar"></i>Jun 2018 - Jul 2019</h6>
</div>
<p>Currently I am working on a specific product, "LeShop.ch"
the leading Swiss online supermarket, in a fully agile
environment. The main technologies I am using are Angular 6
environment. The main technologies I am using are Angular
and Typescript.</p>
</div>
<!--End experience-->
Expand Down Expand Up @@ -1849,4 +1883,4 @@ <h2>Please Wait, Processing ..
</script>
</body>

</html>
</html>

0 comments on commit 4451d9f

Please sign in to comment.