Hacker News new | ask | show | jobs
by revskill 2622 days ago
My stack is interesting. It's about SQL.

Non-programmers could learn, understand and use SQL for their need.

So, i migrated from a RoR stack, which uses Active Record into the SQL to API approach. That means, i put non-programmers into the center of my stack.

That said, developers will need to build more strong abstraction, so that non-programmers could stand on their own to build their things. It's not the job of developers.

Developers is to build foundation.

2 comments

Hi revskill, seems very cool! I would glad to know more about the stack.
Hi, there're many SQL to API solutions there, any one could work.

What i mean is, if i would be not the maintainer of my projects later on, i don't need developers to maintain (and maybe adding features), because non-programmers could use SQL to build their stuffs.

So, the less code for logic, the better.

Do you have any resources to learn about this approach? First time hearing about something like that and it sounds interesting