diff options
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> |
