diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-11-12 00:24:40 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-11-12 00:24:40 +0100 |
| commit | 4eaf2664a6045c0f1cb96465fb2bb5eeeaae7932 (patch) | |
| tree | 8432329f6dc76f6f21d3dc0aed1743ae8ebedff2 | |
| parent | 020b9b3e9ecda8ad2893e6c2be2b3ed640220504 (diff) | |
Updated the links to the infographics portal with note about acquisition
| -rw-r--r-- | app/assets/index.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index f7de18d..29e98bc 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -139,11 +139,11 @@ </li> <li> Implemented and maintained the (Rails 5) JSON API serving our - <a href="https://app.visualpedia.igg.cloud"> infographics portal</a>. + <a href="#note1"> infographics portal[1]</a>. </li> <li> - Maintained 99+% documentation coverage of the - <a href="https://app.visualpedia.igg.cloud"> infographics portal</a> API and 90+% test coverage. + Maintained 99+% documentation coverage of the <a href="#note1"> infographics portal[1]</a>. API + and 90+% test coverage. </li> <li>Worked with Docker to provide deliverables for some of our external projects.</li> <li> @@ -154,6 +154,11 @@ Rewrote, maintained and provisioned some of the data pipelines to adhere to a better security standards. </li> </ul> + <p class="note"> + <a id="note1" href="#note1">[1]</a> A working version of the infographics portal was acquired by + <a href="https://scrollytelling.net/"> Scrolly Telling GmbH</a> and still worked on by them as seen at + <a href="https://five-times.com/"> Five-Times</a>. + </p> </article> <article class="work__experience"> <div class="job-position"> @@ -212,7 +217,7 @@ </div> <ul class="tasks"> <li> - Reimplemented large portions of the API to follow better design patterns<br /> + Reimplemented large portions of the API to follow better design patterns (Hexagonal Architecture, and <abbr title="Publish-Subscribe">Pub/Sub</abbr> pattern). </li> <li>Implemented the test suite for the API.</li> |
