Why did I build a blog in Rust? ft. Leptos

Поділитися
Вставка
  • Опубліковано 1 лют 2025

КОМЕНТАРІ • 17

  • @WhiteSponge
    @WhiteSponge  2 місяці тому +1

    As mentioned in the video, here are some links to some benchmarks that you can easily find online too!
    medium.com/deno-the-complete-reference/node-js-vs-rust-performance-comparison-for-hello-world-case-2b548fb77c8c
    xebia.com/blog/aws-lambda-benchmarking/
    medium.com/@theodoreotzenberger/rust-vs-python-performance-insights-from-a-simple-backend-task-ae05ec36583f
    Lastly, the new blog is at www.whitesponge.com !

  • @gaming_zen_99
    @gaming_zen_99 2 місяці тому +1

    Glad to see you back!

    • @WhiteSponge
      @WhiteSponge  2 місяці тому +1

      @@gaming_zen_99 haha thanks ! 😂

  • @luca-lewin
    @luca-lewin 2 місяці тому +8

    i32 is Copy, this code compiles just fine

    • @WhiteSponge
      @WhiteSponge  2 місяці тому

      Good observation! I was wondering when someone will catch this as the correct and original version (using a string) is actually on the blog post at www.whitesponge.com/blog/why-im-building-a-blog-in-rust !
      Do check it out 😂❤

  • @azharalibhutto1209
    @azharalibhutto1209 2 місяці тому

    ❤❤❤

  • @veerpratap1177
    @veerpratap1177 Місяць тому

    can you post the tutorial or short blog for it?

    • @WhiteSponge
      @WhiteSponge  Місяць тому +1

      Ohhh that sounds like an idea for a new video! 😂

  • @GlobalYoung7
    @GlobalYoung7 2 місяці тому

    thank you 😊 👍

  • @Heater-v1.0.0
    @Heater-v1.0.0 2 місяці тому +2

    Given all the famous "oddities" of JS that we have to contend with I would suggest the complexity of Rust is not such a big deal to overcome. I have written a lot of Rust that looks pretty much like JS.

    • @WhiteSponge
      @WhiteSponge  2 місяці тому

      Agreed too! In addition Rust helps a lot with moving lots of error-checking to compile time instead of run time!

  • @yousifalfaki4389
    @yousifalfaki4389 2 місяці тому

    Thanx for everything

  • @silq300
    @silq300 3 місяці тому

    Good luck