I have been working on a forum site just to dabble with PHP. I’m dockerising it too to practice docker.

  • FirstWizardZorander@lemmy.one
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    I’m currently messing around with a simple room booking app in rust/actix, but instead of simply using one of the existing authentication middlewares, I’ve rolled my own to learn more, and damn, has it been a fun ride learning how the borrow checker works!