HackerTrans
TopNewTrendsCommentsPastAskShowJobs

coder_san

no profile record

comments

coder_san
·el año pasado·discuss
Not sure how close it is to Laravel, but loco.rs claims to be Ruby on Rails for Rust, so it might be close to what you want.

Link: https://loco.rs/
coder_san
·hace 2 años·discuss
Thank you. That made it easier to read.
coder_san
·hace 3 años·discuss
That's strange. I've never had it crash for me. How many tabs do you have open?
coder_san
·hace 3 años·discuss
Have you tried htmx?
coder_san
·hace 3 años·discuss
While it seems appealing, Google's track record of killing products makes me not want to use it.
coder_san
·hace 3 años·discuss
*A Foreign Office spokesperson said: “Since 2015 the UK has given no financial aid to the government of India. Most of our funding now is focused on business investments... "*

More often than not, reading beyond just the headlines can be helpful.
coder_san
·hace 3 años·discuss
Django is fantastic. It's much bigger than flask, and has one of the best ORMs I've ever used. Also comes with a built in admin panel which is always nice. You will want to use Django REST Framework to make REST APIs, but if getting a site up and running is all you want, it's perfect.

If you want to purely make APIs though, give FastAPI a try.
coder_san
·hace 3 años·discuss
I agree. Anyone developer who has had to work on multi-player games will never say "just add multi-player". The whole way you approach the game changes massively.