• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: June 24th, 2024

help-circle
  • Reminds me of people who described themselves as „no code developers“ before the whole AI hype when they were using stuff like webflow. This job title always bothered me and made me think they were afraid of code or something since making a similar site with a good CMS is not complicated and scales much better and I couldn’t see why you would wanna go full no-code.




  • Pechente@feddit.orgtoProgrammer Humor@programming.devGood guy clippy
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    10 months ago

    For anyone considering Electron: take a look at Tauri. It’s another way to build cross-platform apps with web tech. It will use the OS‘s web rendering engine instead of shipping Chromium which results in much smaller binaries and faster startup times and less RAM usage. You can also write native code in Rust. It’s like Electron but good.