I'm looking to dedicate some time to learn a program that will help me create multiple user interfaces. The goal is for users to not only view data but also to trigger automated processes with a button. I'll be working with SQL and possibly other coding languages. I've seen some general suggestions, but I'm hoping to hear from someone who's had hands-on experience.
2 Answers
It sounds like you're referring to different dashboards that access the same backend data. From your description, a traditional web app seems like a solid choice. You’d typically use HTML, CSS, and JavaScript for your frontend, and there are many backend languages available. Just find what you're most comfortable with.
My impression is that he means dashboards, like those made in Power BI.
Are you thinking about mobile, desktop, or web applications? It’s a big factor in choosing the right tools!

Yes, that’s right! Each frontend will be for different teams but accessing the same backend. Thanks for clarifying the terminology! I'll definitely look into the options you mentioned.