HackerTrans
TopNewTrendsCommentsPastAskShowJobs

coder_san

no profile record

comments

coder_san
·в прошлом году·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
·2 года назад·discuss
Thank you. That made it easier to read.
coder_san
·3 года назад·discuss
That's strange. I've never had it crash for me. How many tabs do you have open?
coder_san
·3 года назад·discuss
Have you tried htmx?
coder_san
·3 года назад·discuss
While it seems appealing, Google's track record of killing products makes me not want to use it.
coder_san
·3 года назад·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
·3 года назад·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
·3 года назад·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.