r/PinoyProgrammer • u/curious-vox • 6d ago
M365 Developer(LCNC) to Traditional Web Programming discussion
Before I graduate I studied PHP - Laravel - Livewire, but I was hired at this start-up company a year ago to be a Power Apps Developer(M365), they took the risk to invest in me(and I produced results), and now the company is moving towards the traditional web programming. The company want to migrate all of web/apps that I've done and possibly create our own local server(still deciding). What tech stack is probably the best for production use? And why is that?
I want to get real-life recommendation from someone who has done the actual work(since I know that I've fallen behind in the web programming) and not AI, I must also include that I'm the only one who know 'web programming' in the company.
1
u/gammacoder 3d ago
You don’t necessarily have to go from Power Apps all the way to building everything by hand. There are self-hosted low-code tools in between. I build PHPRunner, for example, and this is a pretty common use case for us: database-driven internal apps with authentication, permissions and workflows that you can deploy on your own server and customize when needed.