python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is it a best practice to do operations with data in the client-side or in the server-side?
For example, if I have to sort an array of data from a database to append it on the body of a web page. In terms of performance, should I sort it on the server-side and then send it to the client or s...
Jonas
Votes: 0
Answers: 2
Digital signature on PDF clientside / serverside
I have a project and I need help... The idea is a web application that allows users to sign a pdf located on server via a jar file (which is also on server) that take a pdf and PKCS#12 file (.p12 or ....
Wael_al
Votes: 0
Answers: 0
Trigger client side javascript based on datetime
I have an event_start time and I want to run a script 10 seconds after that event start but can't figure out how to trigger the script.
const date = Date().toString();
const currentDateParse = Date.pa...
econobro
Votes: 0
Answers: 2
Problem with OpenIdDict on client side regarding the Redirect_Uri
I am using OpenIdDict but having trouble with redirect_uri which stored in my database. The redirect_uri entry in my database is signin-oidc but don't know why have error shown below.
The request a...
LittleFunny
Votes: 0
Answers: 1