diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-11-12 00:54:18 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-11-12 00:54:18 +0100 |
| commit | 5b0a809f78dc96ed62c8bb93be0197d826758643 (patch) | |
| tree | 350f0b0f3592301f4b27e853ccfe814d595e972b /app/assets/index.html | |
| parent | aff3380efc1f2bbbf6ee5ec0b05f3a1eb9c4dbc1 (diff) | |
Fix minor styling and missing note in German
Diffstat (limited to 'app/assets/index.html')
| -rw-r--r-- | app/assets/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index 29e98bc..2c98441 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -65,7 +65,7 @@ Sentry, Tempo. </dd> - <dt class="skills__title">Programming</dt> + <dt class="skills__title">Coding</dt> <dd class="skills__items">Go, Ruby, Python, Bash, Rust.</dd> <dt class="skills__title">Paradigms</dt> @@ -216,14 +216,14 @@ <em class="job-position__location">Remote, Egypt</em> </div> <ul class="tasks"> - <li> - 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> <li>Implemented events booking feature via Stripe.</li> <li>Reimplemented caching for better response times.</li> <li>Maintained the Heroku stacks for staging/production.</li> + <li> + Reimplemented large portions of the API to follow better design patterns + (Hexagonal Architecture, and <abbr title="Publish-Subscribe">Pub/Sub</abbr> pattern). + </li> </ul> </article> </article> |
