• 0 Posts
  • 198 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle


















  • Good answer. I think almost any DBMS will so fine in this scenario, so I’d pick whatever I want to have a closer look at. NoSQL would be an ok choice as well, but you’d have to reconsider your architecture (probably).

    To add to the tech recommendations, I think you (OP) might like to check into containers, maybe docker compose. That’ll make your database learning easier and it might be easier to deploy as well (depending on your server setup).

    I’m not going to recommend a programming language though, because there’s just too much out there and it’s personal preference. I like .Net with C#, Spring Boot with Kotlin etc, but any will do it and depending on what you want to achieve both might be absolute overkill. There are great frameworks for almost any modern language.

    And think of little Bobby Tables!