Categories
Personal Programming Web Development

Seamless frontend and backend integration

It has been a while since I wrote my last post. So, before going to bed I just want to write things that is bothering me this time.

I’ve been busy working on things and try to learn something new as much as possible without compromising my time with my wife.

Early this morning, I was thinking again about if there is a way to integrate frontend to backend without huge blockages. Think about it as frontend will create their pages and interactions without worrying about backend. And then backend will do the business logics without thinking about frontend. And once we put them together with a middleware program/service then it will just work with less coding and configuration. I know this sounds crazy but for some developers who always in this situation would agree.

On top of my head, maybe there is way to do less logic coding and instead leverage more on declaring things. This idea falls to a declarative programming. As you practice this style, you know what will be your expected result but you don’t know how to do it yet. It will be ideal that you know things will end this way without exerting too much effort on building the logic first.

There might be tools out there (that I still need to find) that have already implemented this. I’ll dig more and hopefully I can find anything. Or if not, then I’ll try to create one. Hopefully! 😀 Please do drop some comments if you have any idea about this. Thanks!

Leave a Reply Cancel reply