|
|
|
|
|
by skrtskrt
1276 days ago
|
|
So a nontechnical user can basically mock up what they want and a backend dev can touch it up and get it production ready without having to slog through all tedious model and handler writing and can focus on non-solved problems. This is already a workflow that works relatively well in big data stuff - analyst makes a dashboard with some spark queries, which work but are slow and inflexible, data engineer tweaks into a production-ready pipeline and data warehouse view using more professional-level code. The vast majority of stuff where you just log users in, sell some stuff or subscriptions, and collect payment is already done with tedious identical piles of Django and Rails code anyway. |
|