Top "Backend" questions

For questions involving the data processing components of a system.

Can I use some Python in the backend for an Android app?

Most of the backend stuff is in PHP which handle JSON request and response flow of data from Android app …

android python backend custom-backend httpbackend
Using require in AWS lambda functions

I am currently researching AWS lambda functions and I can't find anywhere if I can use the require statement in …

javascript node.js amazon-web-services aws-lambda backend
Django: Detect database backend

I'm doing some "extra" queries in Django that need to work on both sqlite and postgres. The syntax of these …

database django backend detect
How to filter objects by ignoring upper and lower case letter django

recently I started learning django and I have several questions. And one of them has relationship with __icontains. Company.objects.…

python django filter backend
How do I list data from a specific database table as a list with links?

I'm working on my own simple Content Management System to implement on my projects for clients who want to do …

php sql backend content-management
how to allow a role editor to manage woocommerce taxonomies in worpdress?

I want the role Editor to have access to all woocommerce management, I managed to do so by adding capabilities …

php wordpress woocommerce backend capability
AngularJS routing vs backend routing

I would like to use AngularJS in my next project. The application with Python backend and html5, Angular frontend. I …

angularjs url-routing frontend backend
Java Swing progress bar for download process

I am using Java function to download file from internet. public void getLatestRelease() { try { // Function called long startTime = System.currentTimeMillis(); // …

java swing backend frontend jprogressbar
What is the difference between a realtime database and a "normal" database?

I'm researching some backend-as-a-service (BaaS) solutions for developing web applications, and I constantly see that Firebase refers to their database …

database firebase-realtime-database backend backendless