DEV Community

Discussion on: What's your weakest backend/frontend skill?

Collapse
 
yaser profile image
Yaser Al-Najjar • Edited

I'll go first,

My weakest backend skill is SQL!

I really suck when doing long queries... let alone tuning these queries 🤮

Especially with ORMs, things gets UGLY pretty fast

Screenshot for a query I wrote, and I'll never touch in future:

bad-query

Collapse
 
rhymes profile image
rhymes

Django's ORM is so complicated :(

Collapse
 
yaser profile image
Yaser Al-Najjar

YES IT IS :(