🚨#SOSVenezuela Diosdado Cabello debe ser entregado para enfrentar la justicia americana lo antes posible.
Sabemos que este esbirro matón está impidiendo el proceso de rescate y tiene que enfrentar las consecuencias de sus innumerables crimines de lesa humanidad.
What John Barret is saying is humiliating for Venezuelans. Venezuelans are dying for the ineffective actions of Delcy Rodriguez and he is saying they are cooperating? This is equivalent to the lay that the Helicoide was closed. All under the supervision of John Barret the second Grenell
🆘 Mr Secretary @SecRubio it is time. Our US Chargé d'Affaires John Barrett in Venezuela is NOT giving you an accurate assessment of the current state underway by Chavistas still in power. I’ve been in touch with hundreds of responsible Venezuelans who attest to the inaccurate statements of our Ambassador there. Please look into this very dangerous situation.
@supabase we built our Venezuela earthquake relief data platform on your stack. Traffic is spiking and we need to scale beyond our current plan. Any chance of credits or a sponsored upgrade for a nonprofit emergency project? Happy to share what we're building.
⚡ Database Tip
Duplicate rows are created easily by mistake and can be removed almost as easy: You can in a *single* SQL query identify them and also specify which one to keep!
It is the fastest way you can do it.
Share for #asheville folks.
We built a service for folks to share updates on their safety status and look up people by phone number.
The whole thing operates through SMS If people don't have access to internet.
https://t.co/wqLpU7Zi2c or text anything to (980)324-2832 to get started
Thanks to many friends from twitter and Verbs community who pitched in to build this.
it does feel tempting to put lots of things into the state, but I feel that it could come back and bite you so not to sure what the perfect balance is.
spent most of the night implementing things with Laravel verbs. It does require to think about things a bit differently, but I think im starting to understand it more. The recomendation on the docs to do "state first" approach really helps
so far my mental model is: states can hold aggregates or data that would be DB heavy to get e.g a Project state could hold a count of projects owned by the user. So if you have a limit of 3 projects per user, its less expensive to read the state and check the current count
working on togglitt a bit more today, since auditing changes and showing change logs are going to be a core feature I think its the perfect project to finally use Laravel Verbs and learn some event sourcing
Day one down, managed to scaffold the project, settled on the name togglitt and bought the domain. I also replaced the jetstream navbar with some flux components following the demo on the docs. Here's how we are looking #buildinginpublic#laravel
Naming things is hard, so wont bother with a name for now, the goal today is to scaffold this app with Laravel using Jetstream with support for teams and using TALL stack. I recently purchased Livewire Flux as well so thinking I'll drop that in as well