close
Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
3 replies
57 views

I'm developing the a website using repository architecture and recently i learned about DTOs and a developer suggested me to use DTO mappers and i found that its something related to transform data ...
Artemis's user avatar
Best practices
0 votes
2 replies
53 views

I am working on a university project using Node.js, TypeScript, and Sequelize. I've implemented a Repository layer to decouple my database logic from the Service layer. Initially, my repository was ...
raffaele avallone's user avatar
-4 votes
1 answer
49 views

I'm building a MERN stack project using the repository pattern architecture. I understand what a DTO is, and I'm already using several DTOs in my project. During a code review, a developer suggested ...
Artemis's user avatar
0 votes
1 answer
36 views

I'm working on code to render FontAwesome SVG paths to a canvas and save the result to a PNG locally in node.js. In the process I create a Path2D object and fill it, but nothing draws. To attempt to ...
Jules's user avatar
  • 701
0 votes
0 answers
62 views

I am trying to set up a CI pipeline in GitLab, for a Spring Boot project with Maven, which also installs npm. I have tried using docker exec locally to check if doing mvn install would work, and it is ...
coriuser's user avatar
0 votes
0 answers
39 views

I am trying to use the apiKey plugin with Better Auth with nestjs. The problem I am facing is that the auth object does not exposes any apiKey related methods. Adding the apiKey plugin breaks the ...
T090 Subhashish Nabajja's user avatar
-3 votes
0 answers
36 views

I'm working on a Next.js 14 project with Prisma and getting a TypeScript error when trying to use my accessRequest model import { NextResponse } from "next/server"; import { prisma } from &...
michael andika's user avatar
Best practices
0 votes
2 replies
67 views

I'm learning Jest and want to make sure I'm building good habits from the start. I've read the official docs but they don't really cover what's considered good practice in real projects. Specifically ...
Eugenie Ahangama's user avatar
-3 votes
0 answers
21 views

While installing Sanity using pnpm, I encountered the following error: Error [ERR_REQUIRE_ESM]: require() of ES Module not supported This seems to be related to an ESM compatibility issue between ...
Dogan Ogut's user avatar
0 votes
1 answer
35 views

I'm deploying a Node.js web application on a Linux server using Nginx as a reverse proxy. The application works correctly when I start it manually, but after restarting the server or redeploying the ...
Deependra Shilpi's user avatar
-2 votes
1 answer
61 views

i was trying to run the project and was getting the below error also tried restricting it to ipv4 like this Error name: Error Error code: ECONNREFUSED Error message: querySrv ECONNREFUSED _mongodb....
KYAMPER's user avatar
  • 11
0 votes
1 answer
40 views

const session = await stripe().checkout.sessions.create({ mode: "subscription", payment_method_collection: "if_required", subscription_data: { trial_period_days: 14, }...
sumanth.js's user avatar
0 votes
1 answer
48 views

Im using megaJS 0.17.2 in my nodeJS program, but it seems like the root object is not being added to the storage (megaDB) object as a property, as seen in the following code clip of my initMega() ...
sewwes1's user avatar
-5 votes
0 answers
69 views

I have an issue where when I restart and update my production server, users need to refresh the page manually in order to make use of the code changes. This means users who do not know to do this are ...
pomipiwimo's user avatar
Advice
0 votes
2 replies
67 views

I’m building a web-based inventory audit management application and want to enable barcode scanning to speed up stock counting. Most scanners act like keyboard input devices, but I want to capture the ...
Naga rajan's user avatar

15 30 50 per page
1
2 3 4 5
31352