Skip to main content

Questions tagged [client-side]

0 votes
0 answers
157 views

I'm currently working on a Turborepo project (monorepo architecture) and I have managed t share my locales files to both back-end and front-end parts. This means I share the exact same keys across ...
Jolan B.'s user avatar
1 vote
2 answers
591 views

I'm starting a new project in which we will use Client Side Rendering for the frontend. This is my first time working with this kind of technology and I was wondering which would be the best approach ...
David's user avatar
  • 129
-2 votes
1 answer
228 views

I'm looking at Segment's documentation right now and they have something called a "write key" that you include in your client-side JavaScript in order to send analytics data to the backend. ...
Gopal Vashishtha's user avatar
0 votes
2 answers
398 views

I am looking for a method to measure the time difference between: the time it takes to load and completely reach TTI for example.com/page-B given that example.com/page-A is loaded. the time it takes ...
Álvaro Franz's user avatar
5 votes
2 answers
493 views

Is there a canonical definition of SPA which would exclude the software architecture model described below? I'm working on an app with a new web-architecture model (new to me, at any rate) which has ...
Rounin's user avatar
  • 295
0 votes
3 answers
921 views

Last time I used I created a REST API client in .NET I used exceptions to represent status codes which don't indicate success. (404 was returning null). It's been quite some time since then and my ...
Stilgar's user avatar
  • 1,514
2 votes
1 answer
125 views

I know the proper folder structure for an Angular application should be like this: /app /core module /components /services /feature module /components /services ...
user avatar
1 vote
1 answer
301 views

Say I am wanting to include a third party HTML component in my site... I know that I can simply include a <script> tag to pull in the component on the client's side; however because I do not ...
physicsboy's user avatar
1 vote
0 answers
113 views

I was design a server communication module of native application. As starting point for now I have 3 classes: HttpSession — class which contain all necessary data for sending requests. ...
Liastre's user avatar
  • 181
1 vote
1 answer
855 views

Assume a Javascript plugin, for a developer, that's included on their website. <script src="https://external.com/plugin.js"></script> The plugin makes a XHR request to a 3rd party ...
Luka's user avatar
  • 119
1 vote
3 answers
322 views

We have a requirement for a security audit that our password policy must disallow the re-use of a previous password from the last 4 used passwords. We can accomplish this fairly easily by making a ...
crush's user avatar
  • 141
-2 votes
1 answer
587 views

I would like your tipps about implemening a command line interface to interact with a running java application. Example: The Java Application is a webserver and a cli-client should interact with it: ...
User8461's user avatar
  • 113
0 votes
1 answer
77 views

I was scrolling down on my YouTube Homepage and found that beside the filter marked Restricted Content, a point mentioned that the setting of this filter applies to this browser only. Here's the ...
Arjun's user avatar
  • 181
1 vote
1 answer
946 views

I am working on a project on both iOS/Android/macOS/Linux (Windows is optional, and surely no website version). There are a lot of related webpage-like data and the team decided to store the data in a ...
tonychow0929's user avatar
12 votes
3 answers
14k views

Description I'm designing a Node.JS application (more like a full website). The app will send five JavaScript files and will have <script> tags linking them together. Question How can I prevent ...
Ed The ''Pro'''s user avatar

15 30 50 per page
1
2 3 4 5 6