Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
48 views

TL;DR: is it a bad practice to use a stateful JS class? I am building a website using Node.js and Express, using MySQL as my DB. To use the DB I have made a simple CRUD MySQL ORM to retrieve and save ...
Score of 3
1 answer
100 views

I want to open my game on the user´s device when the user visits my website and when the user has already installed my game on his mobile iOS/Android device. How can I open my game on the user´s ...
Score of -2
1 answer
107 views

I have a CourseContext.jsx file that exports two things: CourseContext: the context created with createContext(). CourseContextProvider: a provider component that supplies the context value to all ...
Score of -3
0 answers
99 views

So I have an Excel workbook that stores multiple sheets of data, and I've been using basic HTML, CSS and JS code to make charts out of the data, which is read using the XLSX library for Javascript, ...
Score of 0
1 answer
55 views

I'm creating a single-page web app, currently using oidc-client-ts and AWS Cognito for authentication, with static hosting e.g. by AWS CloudFront. (External users need to log in because OIDC tokens ...
Score of -1
2 answers
162 views

I'm making some JavaScript for a collapsible which expands on click using max-height and the active class, but I have no idea what's wrong with my code, I put my <script src="/main.js">...
Score of 1
0 answers
58 views

I use MapLibre+three.js + 3d-tiles-renderer to load 3d tiles. I tried the code as the sample. The sample's 3d tiles source is from Amazon. I change the 3d tiles source to "https://tile.googleapis....
Score of 1
2 answers
56 views

I am using a Google Analytics plugin in a React app wrapped with Capacitor. I want to track custom events that include boolean states (for example, whether a specific feature was enabled or disabled). ...
Score of -2
1 answer
89 views

In response to the closing of this question, the meaning of self, here, is the return value of super() not the window.self. Therefore, I do not see how the linked post relates to this question. It ...
Score of 0
2 answers
99 views

Let's suppose we have two scenarios: Link wrapping <Link href="/voice_monitor" passHref legacyBehavior> <Button component="a">Go to Voice Monitor</Button> </...
Score of 0
1 answer
106 views

I am using React 19.2 with Vite. I am playing around with a small Promise cache for React 19 use() and I cannot figure out the best way to handle this. So I start with one request and it takes 1.5 ...
Score of 1
1 answer
72 views

I've been encountering an issue with Firestore while trying to retrieve data from my Firestore database using the Firebase web SDK. I've gone through my code, Firestore security rules, and CORS ...
Score of -4
0 answers
125 views

If the express module is a return function, then why cannot we directly call the properties of the function? Why do we call the const express = require('express'); const app = express();
Score of -4
0 answers
130 views

TLDR; Firefox and Chrome show that my performance improvements made my game significantly slower. I made a benchmark that shows the opposite. Background I'm optimizing my HTML5 canvas game. I've read ...
Score of 1
1 answer
131 views

Is it possible to modify the style inside the shadow DOM to apply to a :host that is a descendent of div.state.open in the light DOM, for example, rather than as in the example using :host(.closed). ...

15 30 50 per page
1
2 3 4 5
168153