Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
Filter by Employee ID
-3 votes
0 answers
69 views

I am currently working on a project where I want to run GitHub-hosted projects directly in the browser. I was previously exploring nodepod and came across almostnode, so I wanted to give it a try. I ...
Sajeel Zafar's user avatar
0 votes
0 answers
58 views

I'm building a Node.js trading bot that needs to monitor multiple WebSocket feeds simultaneously (BTC, ETH, SOL, and XRP). What's the recommended approach for handling multiple real-time streams ...
casatrick's user avatar
0 votes
0 answers
39 views

I recently upgraded my Docusaurus documentation website (Algo) to v3.5.2 and shifted my local development environment over to Node.js 20. However, every time I attempt to run a production build using ...
Ajay Dhangar's user avatar
Best practices
0 votes
2 replies
129 views

Just wanted to know if there are any issues with passing the mysql2.createPool(options) to another function as an argument instead of ending and reopening the pool multiple times Desired Result: I ...
visdev's user avatar
-1 votes
1 answer
78 views

I am building a vibe-coding platform similar to Bolt and Lovable. My workflow is: Generate code using AI. Write the generated files to a temporary directory. Build a Docker image from that ...
preetarora_30's user avatar
Tooling
1 vote
1 replies
73 views

I am developing a Node.js-based telephony and call-intelligence prototype. I plan to use Replit Agent for repository-level implementation and ChatGPT for architecture review, debugging, test design, ...
Derek Boman's user avatar
1 vote
1 answer
82 views

I'm building an Express + Prisma API for a blog system. I have a User model and a Post model with a one-to-many relationship (one user can have many posts). When I try to delete a user using: await ...
Javad002's user avatar
Advice
0 votes
1 replies
221 views

When I install Playwright the installation reaches 100% but never proceeds $ npx playwright install Removing unused browser at C:\Users\public\AppData\Local\ms-playwright\chromium-1208 Downloading ...
Laggermaster's user avatar
Advice
2 votes
5 replies
93 views

I understand that Node.js applications are often scaled using multiple processes, containers, or servers. However, I'm trying to understand the reasoning behind the default V8 heap limits. For example,...
john's user avatar
-2 votes
1 answer
81 views

The code example below for a main.js Electron file successfully changes the item label of the one item in menu Menu upon item click, but not its checked status when run in Electron Fiddle. As can be ...
danbae's user avatar
Best practices
1 vote
2 replies
52 views

I working as a backend developer in Node.js with TypeScript and TypeORM, and I'm trying to decide on the best repository/DAO design. I have a TPA entity and currently two separate DAO methods: 1. ...
Saif AD Abbas's user avatar
Tooling
0 votes
2 replies
100 views

I always run my Python scripts this way, as I usually need to run small snippets of code for various tools: (https://docs.astral.sh/uv/guides/scripts/#using-a-shebang-to-create-an-executable-file) #!/...
Signor Pizza's user avatar
-1 votes
0 answers
123 views

I am testing nextjs as an alternative to gatsbyjs, which I've been using to run a site for a few years. Everything works fine with npm run dev, but with npm run build I get the expected out directory, ...
ChrisM's user avatar
Tooling
2 votes
9 replies
195 views

I'm philosophically anti AI, and recently found out that Bun was rewritten with AI. I don't want to use any tool that was written with AI assistance. I have been using Bun for a CLI that reads and ...
Anth Dav's user avatar
Advice
0 votes
8 replies
123 views

I have the following JSON-file of an audit: Full public audit { "receipt_type": "LEGACY_PROOF_REMOVAL_AUDIT_586_EXPANDED_SCREEN_JSON", "workspace": "Joe Brown's ...
MrC36's user avatar

15 30 50 per page
1
2 3 4 5
31330