Don't use lots of queries which you call from javascript in loops etc.
Create one updateUser sql query, which updates profile values including social media and skills.
This might be useful:
https://stackoverflow.com/questions/20815028/how-do-i-insert-multiple-values-into-a-postgres-table-at-once
Don't use lots of queries which you call from javascript in loops etc.
Create one
updateUsersql query, which updates profile values including social media and skills.This might be useful:
https://stackoverflow.com/questions/20815028/how-do-i-insert-multiple-values-into-a-postgres-table-at-once