Thinking of starting a personal project to keep busy. I’m very good with databases and SQL but interested in branching out to more full-stack

I’m thinking Supabase, Sveltekit and Svelte

What would you all use?

  • Forkk@forkk.me
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Lemmy uses Actix Web for the backend, which I’d probably pick too. The frontend though, I’d prefer to just render templates on the server instead of building a SPA in JavaScript.

    This really doesn’t need that level of interactivity, and it’s used for annoying things like live-updating my frontpage. Maybe I’m just biased from how bad reddit’s redesign was. This is at least way better than that.

  • v_krishna@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    zio-http, tapir, and psql. React/typescript on the FE because I already know it and don’t want to learn another FE framework.

    But I’m pumped lemmy is in rust as it gives me an excuse to fool around with it. Equally saddened kbin is php as I will use that as an excuse to never fool around with it.