Very interesting work! Thanks for sharing. How hard do you think it'd be to swap React for Svelte ? Not that I feel strong for one or the other but I'm the process of learning svelte and having a good backend strategy for svelte views would be cool.
Very nice! Not long ago we got rid of a bunch of tools at work in favor of ruff. I'm looking forward to this. Specially when the time comes to be able to replace poetry with it, hoping it is a good implementation.
Back before Apollo the client for Reddit announced that it was going to disappeared, i started working on a client with the same dark scheme and ui feel as Apollo but for HN.
I did this as a way to play around with iPod development and swift and i made it pretty far, more than expected, using the hn api powered by fire ase.
I eventually got into an issue with hn stories with too many comments. I need to rethink my approach on how to handle these cases, otherwise the app crashes when it tries to render 800 comments or so.
The last podcast on the left has a great two part story. They do a great job going through the materials related to the story. Highly recommend the podcast.
Interesting to see the big jumó from M1 Max to m2 Max.
I wish the article would go into detail on why they think this occurred.
I’m eagerly waiting for more m2 pro/Max benchmarks, for python and specially with Docker, hoping that there’s a good performance bump there even if it still works with VMs
While I prefer python for everything else, I'd go with Laravel Jetstream[1] for an MVP, just like I did with the last one I had to build. It's laravel, you can use Vue (React or Svelte) for your views instead of the blade templating language that comes with the framework. Jetstream also comes with Auth, user login and subscription and other useful stuff.
And for the flavor, I'd just go with DaisyUI[2] again, since it's based on tailwindcss and it's what I've been using lately.
In my experience, I can build MVPs real fast with the stack described above.
one thing I'd like to see in Django is something similar to InertiaJS [1], just being able to use VueJS for the view layer is amazing and passing data from the backend to the frontend without having to build complex api systems is a godsend. Maybe I haven't done enough research but is there something similar in Django world ?