Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Andrey-Volkovitskiy/queue-manager i…
Browse files Browse the repository at this point in the history
…nto main
  • Loading branch information
Andrey-Volkovitskiy committed Feb 12, 2024
2 parents 4dd4ecb + 69c830a commit d8d56f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Deployed at: https://queue-man.up.railway.app/
- The app covered with 141 tests (unit & end-to-end)
- Used complex (20+ lines) database queries through Django ORM
- Reduced the quantity of DB queries per page load by 4 times using DjangoDebugToolbar, select/prefetch_related()
- Analyzed PostgreSQL query plans and accelerated them using composite indexes
- The code refactored to follow DRY, KISS


Expand Down

0 comments on commit d8d56f3

Please sign in to comment.