close
Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
2 replies
48 views

I have a node js code that authenticates with cookies and sessions: import express from "express"; import session from "express-session"; import postgreSession from "connect-...
Umicron's user avatar
  • 17
0 votes
0 answers
45 views

Fresh Next.js install throws createClientModuleProxy / deploymentId / buildId errors on Node.js v24 I created a fresh Next.js app using: npx create-next-app@latest my-app Then I ran: npm run dev ...
Holly's user avatar
  • 1
Tooling
0 votes
2 replies
54 views

So the problem is right now lets say if a user have not logged in and he clicks on something which needs to be logged in he pops up in the login page and the then once he login in we redirect him to ...
Khush Patel's user avatar
-4 votes
0 answers
60 views

I’m working on a competitive analysis tool and needed a way to extract structured data (mainly JSON-LD schema markup) from competitor websites automatically instead of manually inspecting page source ...
Hannah Brooks's user avatar
1 vote
1 answer
68 views

This is not answered by the docs https://esbuild.github.io/api/#target https://github.com/search?q=repo%3Aevanw%2Fesbuild%20node22&type=code node22 is a valid target according to their CHANGELOG ...
jcollum's user avatar
  • 47.2k
Best practices
0 votes
1 replies
49 views

I'm developing an extended dialect of Markdown. I want to make certain elements interactive and am aiming for a SSR/hydration approach using vanilla React. However most of the document is "dumb&...
Florian Käferböck's user avatar
Advice
0 votes
3 replies
104 views

Hello i am a student working on my graduatesdegree, and because testing hasnt appeared in the 2 year curiculum i've decided to base my graduates thesis on unit testing. The thesis is made during the ...
Reinhard Vandenbulcke's user avatar
0 votes
1 answer
129 views

I have a flow where i'm unable to charge the full payment via off-session payments and its being rejected from banks with Failure code: card_declined and network_decline_code: 59. Customer buys a ...
Nabhdeep's user avatar
-1 votes
1 answer
70 views

Note: I am using a Permission entity below just as a simple, generic example to illustrate the structural problem. I am implementing the Builder pattern in a Node.js (TypeScript) backend to ...
JoseYC's user avatar
  • 1
Advice
2 votes
10 replies
209 views

For those working with JavaScript whether client-side, server-side, or both how much of a necessity is TypeScript in 2026? I keep seeing videos and forum threads where developers swear they'll always ...
mike's user avatar
  • 1
Advice
1 vote
4 replies
84 views

Is this validation code snippet typically used only with the Put and Delete methods? if (result.affectedRows === 0) { return res.status(404).json({ message: "Record not found." ...
Fryback's user avatar
Best practices
0 votes
0 replies
77 views

I have a question regarding the implementation of the socket.end(), socket.write(), and socket.destroy() methods, where socket is a net.Socket instance, as well as handling the 'clientError' event on ...
Timur's user avatar
  • 1
-3 votes
0 answers
30 views

We are working on a browser-extension-based data protection feature where files uploaded into AI tools are scanned before they are allowed to be sent. The goal is to detect sensitive information such ...
Nishith Joshi's user avatar
Advice
0 votes
1 replies
58 views

I wrote code in Node.js ( version 10 ) for Excel. The Excel file has a URL column. When I click the link, it opens in the browser, but the browser opens behind the Excel tab, so the user doesn't know ...
JOSHVAPRINCE's user avatar
1 vote
1 answer
65 views

I am building nextjs dockerfile in Dokploy. It works fine for most cases, but if my nextjs build needs prisma during build time, It fails because dockerfile doesnt pass DATABASE_URL to prisma. What do ...
Guntas Singh Sandhu's user avatar

15 30 50 per page
1
2 3 4 5
31334