Top "Backend" questions

For questions involving the data processing components of a system.

How to setup a CMS as a backend for iPhone app

I would like my iPhone app to get dynamic content off the net. This content should be managed using a …

iphone content-management-system backend
I forget it Jsecure admin url, how can I get it back?

If somebody knows Jsecure component, can tell is very good extension for hide the Joom back-end url... But I forget …

joomla joomla2.5 joomla-extensions backend custom-backend
How to remove [vue/no-use-v-if-with-v-for] warning?

So I have a div element that supports v-for and v-if it works fine and the output is correct, but …

javascript vue.js frontend backend vue-cli-3
Rails: store translations in database

I was searching for a plugin/gem solution to extend the native rails i18n for storing my translations into …

ruby-on-rails database internationalization backend
How do multiple servers work in sync for web application?

My first question is, I often read about people using multiple dedicated servers to run their websites, and process queries …

architecture server server-side backend
Backend and Frontend on same port

I have a ec2 Windows instance on AWS, which responds with a frontend on port 80. My backend is running on …

node.js amazon-web-services frontend backend
How to deploy separated frontend and backend?

I am developing a new project with react/express as the frontend and loopback as the backend api. I have …

node.js reactjs deployment frontend backend
Is Firebase an all-purpose database?

I've been reading about Firebase and playing with it for a short while. The idea (BAAS) and implementation are impressive, …

firebase firebase-realtime-database backend dbaas
What are the benefits of JCA?

Our application often connects to a different kind of back-ends over web services, MQ, JDBC, proprietary (direct over socket) and …

java jakarta-ee backend connector jca
Shared models between two Rails apps - what is the ideal solution for Workflow?

I am currently working on a Rails 3 project that is divided up into four parts: The public facing website The …

ruby-on-rails backend rails-models