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

  • @FirstWizardZorander
    link
    English
    61 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!