Speed Up Your Backend with Xano Transform

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024

Комментарии • 8

  • @ellierofe
    @ellierofe 3 месяца назад

    This is great to see. What would be an amazing feature is to be able to convert an existing function group into the Xano Transform expression. Or even a way to copy the details of a selected list of functions and being able to paste it into the Xano AI to get an expression back.

  • @chwaasAI
    @chwaasAI 3 месяца назад

    Thanks for another great video. I am a newbie, but in the past few weeks, I've come to appreciate that the real power of Xano is its Function Stack. So much business logic, filtering, data transformations, and integrations can be added to the backend.

  • @gmcwhinney
    @gmcwhinney 3 месяца назад

    Woah! Excellent content Chris and what a great comparison. I've just started using the Xano Transform data type for simple use cases but knowing how performant it is for more complex situations means I'll be using it a lot more in the future.

  • @avalons343
    @avalons343 3 месяца назад

    Yep, gotta learn this! Amazing!

  • @exlfactory
    @exlfactory 2 месяца назад

    Would be great it this could be used with a "bulk Update records" instead of a "For Each loop"+"Edit Record".

  • @mateusz.mirkowski
    @mateusz.mirkowski 3 месяца назад

    Amazing like always. ❤

  • @nocodetalks
    @nocodetalks 3 месяца назад

    For the Full name thing - if we use the eval then it will be faster than for each loop?

  • @SERA-j6z
    @SERA-j6z 3 месяца назад

    Thank you for this. The ability to combine code with no-code is a real benefit. I literally transformed an array of 400 big objects with map lambda in the way that i would like it to bereturned. It took couple of miliseconds, where looping took 4-5 seconds. Combining lambdas and sql database querry can do massive things in couple of miliseconds.