7

As a newbie to coding, learning enough to create something more complex than a handful of random generators would be great. 📖

Comments
  • 0
    @theKarlisK Sounds interesting, might give it a try sometime
  • 0
    Database interaction.

    Start with binding a text control to a database field and learn how you're gonna select, update and insert data.

    Say a user table, which you can then manage users on.

    So a table that has name, email and an admin checkbox on every row.
Add Comment