Tag: web-applications
Found 443 results for 'web-applications'.
1) javascript - How to decide when to use Node.js?
2) web-server - What would be the easiest way to host an intranet Mono web application?
3) javascript - Why do we need both client side and server side validation?
4) web-applications - When to use "client-side routing" or "server-side routing"?
5) web-development - When to load related database data in web request?
6) web-applications - Storing and presenting custom table data
7) design - Possible way to handle multiple reset password email
8) web-applications - How do you handle a web application POST request with event sourcing?
9) c# - Should I be logging every request in a web application?
10) design - How to access a file stored locally on server?
11) web-applications - Techniques for efficiently partitioning data in a shared multi-tenant database
12) php - Need my mobile application to connect my website, will this method be better than using an API?
13) testing - Automated Tests on Dynamic Content
14) rest - Alternatives on how to deal with data fetched from external API
15) design-patterns - different data connectors for different objects and users
16) web-development - Build Process for Web Application
17) php - How do I determine which language/framework is best for our web-based project?
18) database - Duplication of view access control logic in database queries and application component
19) web-applications - Are web applications limited by the amount of memory or by the speed of the database server on the server side?
20) web-applications - Single Page Web Application Web Service Scalability
21) database - Configurable tables in SQL database
22) web-development - How can I limit access for automatically generated files to specific users in a MVC setup?
23) web-development - How do I make my Browser Extension send a Selection it captured to a Database/Web App so it can be stored in the user's account?
24) php - How to update HTML/JS client from PHP server without refresh intervals?
25) web-applications - A Web application as a REST API client: how to handle resource identifiers
26) web-development - Should I keep my web app front end completely backend agnostic
27) design - Website as an API client vs using the API only when needed?
28) web-applications - OAuth2 vs Public API
29) architecture - What is the benefit of having separate web servers and application servers?
30) web-applications - Is Web application a Web service?
31) database - How to prevent race conditions in a web application?
32) java - Confused how to design app server architecture
33) web-applications - HTTPS site perform ajax calls to native http desktop aplication
34) web-applications - Distributing Web application to multiple customers
35) testing - Automated Acceptance tests under specific contraints
36) java - Using MongoDB for not scalable application?
37) java - Service layer vs DAO -- Why both?
38) java - Structure of RESTful Service with Java Spring for Beginner
39) web-applications - can two web browser tabs be distinguished in a single-page application?
40) web-applications - How to make my web app restful
41) web-applications - practical copy/paste clipboard model of recent web HTML5 browsers?
42) web-development - Pending and Approval process
43) design - How do I convert a list of Requirements into Constraints?
44) web-applications - Is there any kind of established architecture for browser based games?
45) web-development - Web-app filtering information client-side vs server-side?
46) design - How to keep user inputs consistent with assumed inputs to slow computations at the backend?
47) database - How does database connection pooling improve application performance?
48) web-applications - Is it bad practice to store user input in the same table where the admin stores data?
49) design - What is the benefit of offloading email to a transactional mail service?
50) java - Exception Handling in Java web application