didibear @lemmy.world
Posts 0
Comments 10
The only thing doing tech tests has taught me is that I'm too stupid to do the job I've been doing professionally for the better part of 2 decades. 1 0
A funny question that a lot of developers struggle with:
"How do you model a many-to-many relationship in a database ? For example in school, a student has many professors and a professor has many students."
Reply
... 1 0
Well it's difficult when the main difference between technologies is mostly preference. Real pros and cons require tons of analysis.
Reply
... 1 0
Streamlit + Snowflake DB
It is very limited but it's the best framework for dashboards.
Reply
*Permanently Deleted* 4 0
Yes, the fact that we can mutate lists with anything is super scary: Here is a basic example.
Reply
Announcing Comfy - a new fun 2d game engine in Rust/wgpu 2 0
Wow the documentation is great !
Reply
I wish writing SQL queries was more popular than ORMs 4 3
Many-to-many associations are a pain to manage without an ORM.
Reply
Next