Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
19 views

I have a nodejs server which works as expected. I want to run a js function that I used to trigger manually, via a website, on a daily basis. I extracted the function to a new file on the server in ...
Adrian's user avatar
  • 367
0 votes
0 answers
17 views

I want to unit test a method which removes records from a table. It works when I run it with npm run dev and a file-based SQLite database. However, it doesn't work with an in-memory SQLite database (...
Viktor's user avatar
  • 1,541
Advice
0 votes
8 replies
80 views

I just got quoted $149 for a one-paged website in Los Angeles. Is this a fair price? I found this company when I searched for web design near me and they seemed to provide the cheapest price. I have ...
Robert M's user avatar
0 votes
1 answer
29 views

Why isn't the basic example from the README working? // stoqey.js import { ibkr, MarketDataManager } from '@stoqey/ibkr'; await ibkr(); const mkdManager = MarketDataManager.Instance; const data = ...
Lightbeard's user avatar
  • 4,139
0 votes
2 answers
48 views

I'm building a nodejs app with mongoDB Atlas but when I run my server it throws a connection error the server starts on port 5000 but MongoDB fails to connect. Here is the error I'm getting: Error in ...
Narendra Kumawat's user avatar
1 vote
1 answer
53 views

I am trying to create a reusable MongoDB connection function using Mongoose in a Node.js / Next.js project with TypeScript. To prevent multiple connections during hot reload, I am caching the ...
usefull tech's user avatar
Best practices
2 votes
0 replies
56 views

I’m using a DDD approach in my application. I want to learn best practices for writing DDD code the way Big Tech companies and experienced developers do it. So, I have a User entity with the following ...
1 vote
1 answer
47 views

I am trying to run Playwright test as part of SSM Automation by invoking Lambda function. I tried few approaches to create Docker image. Use AWS nodejs-lambda base image. FROM public.ecr.aws/lambda/...
zdenko.s's user avatar
  • 1,130
Best practices
0 votes
1 replies
55 views

So i am building a nodejs application which has a express server in typescript. I was wondering whilst deploying this should i bundle my backend using the following command "build" : "...
Moksh Jain's user avatar
1 vote
1 answer
71 views

App URL: https://pharmagoli-loyalty.vercel.app/ Context I have a Next.js 16 (App Router) + React + TypeScript app on Vercel using Supabase Auth/RLS. Desktop browser is mostly fine (no console errors), ...
Alessandro Goli's user avatar
2 votes
1 answer
164 views

I'm using a monorepo with npm workspaces and ZenStack ORM. Code is in TypeScript everywhere. I have a data seeding app that is intended to be run at zenstack seed phase. All my apps and packages build ...
John-Philip's user avatar
  • 3,580
Advice
0 votes
0 replies
20 views

I’m working with Liferay DXP 2025.q4.5 using: com.liferay.gradle.plugins.workspace 15.0.0 Node 20 Yarn 1.22.22 React module inside modules/ My React module contains: package.json yarn.lock (...
Jairo Caicedo's user avatar
-3 votes
0 answers
44 views

Im the new to app development so can you help me .And when i using the hermes i can’t get the Release bundle apk but Debug apk can. so that im asking how to disable the hermes in react native
Supa Supanusan's user avatar
Tooling
0 votes
1 replies
41 views

I’m building a mosaic generator in node.js using sharp. It should produce a print-ready mosaic image with a reduced or altered color palette. I downscale an image to a small grid and map each pixel to ...
laxenard's user avatar
Best practices
0 votes
1 replies
23 views

Problem description : I have use mongoose database but connection does not connected Something Error, Error: querySrv ECONNREFUSED _mongodb._tcp.cluster0.ucwptzc.mongodb.net at QueryReqWrap....
Shravani Pawar's user avatar

15 30 50 per page
1
2 3 4 5
…
31356