Expertises are Noodl, Bubble, Xano (Off. Partn.), Supabase and coding. Strong knowledge on the rest.
Co-founder @ Best Nocode Studio. Obvious, no ? DMsOpened
@gregoryjohn Tbh, the result is good and understandable. For those who don’t speak English fluently enough, it has a lot of interest: a celebrity made the effort to dub his video in French. This is cool! And frenchies are used to see dubbed movies and lips & language desync. 1/2
@XMichaelLewis @marinatrajk@yelkhayami@bubble And don’t forget to remove all diacritics… é is not e nor è etc…
You never know what your users will type…
@elibeachy@NigelGodfrey Like i said in spring during the bubble pricing mess, Bubble leveraged the Nocode Market, but also it was the tree hiding the forest. By leveraging the market, we all saw the other tools that were also existing.
Some went to explore them, some others were too scared to do so ...
@ranjitbhinge@bestbubbledev@bubble i see what you mean.
in fact it's interpreted to be converted to bytecode (like java) and ran by python virtual machine.
but it's done in realtime. (or you can decide to convert it and run only the converted bytcode directly each time. Some kind of caching :) )
@bestbubbledev@ranjitbhinge@bubble because inside browsers there's a javascript runtime (interpreter) but no python runtime (interpreter).
To use python scripts, you need dedicated backend servers and use API Calls to get them executed.