Skip to main content
  1. About
  2. Stack Internal
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
39 views

I have integrated razorpay on my MERN Stack website. Whenever I click the upgrade now button on my website, it's not redirecting to razorpay Instead your browser not supported alert comes. I tried ...
Advice
0 votes
1 replies
87 views

I'm learning Express.js and I'm working on a big project on my own, an e-commerce (kind of SaaS). I'm building the nested routes and controller, service, repo, etc. but the project is so big that I ...
Score of 0
1 answer
88 views

I am trying to build a web API using Express + Typescript using this Github repo as a starting point. I am using the mssql package with the default tedious driver. This is my config: server: '...
Score of 1
1 answer
89 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 ...
  • reputation score 11
Tooling
0 votes
2 replies
62 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 ...
Advice
1 vote
2 replies
96 views

I want to delete a record from the selected table using an SQL query, but first I want to check whether any value is associated with that record. To do this, I need to use this validation in the SQL ...
  • reputation score 1
Advice
1 vote
4 replies
86 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." ...
  • reputation score 1
Advice
1 vote
2 replies
256 views

New programmer here, sorry if this is a stupid question. What are your practices when it comes to waypoint? Is there any way to make this code more clean, shorter, or just more "professional"...
  • reputation score 1
Advice
1 vote
1 replies
75 views

Im working on a basic project which lets you log in via mariadb, displays the users type (e.g admin), getting informations about the selected type of users with the help of database connection. Im ...
  • reputation score 1
Score of 0
0 answers
63 views

I've been attempting to develop an application which has access to OnShape's API, using OAuth as the authentication method. However, I've been running into an issue both with my own code and with the ...
  • reputation score 1
Score of 0
1 answer
181 views

I am writing a back end in TypeScript using Express and PostgreSQL. I use the pg npm package to connect to the PostgreSQL database and execute a query. I want to perform some mapping and conversion on ...
  • reputation score 702
Best practices
2 votes
1 replies
93 views

I’m currently building a REST API using Node.js and Express, and I’m trying to understand the best way to structure error responses for both frontend developers and long-term scalability. Right now I’...
  • reputation score 1
Score of 1
1 answer
68 views

I created a small backend server that consists of 2 methods: 1 GET and 1 POST While trying to deploy it crashes on railway and on vercel it do not allow requests the frontend error I get while using ...
  • reputation score 65
Score of 1
1 answer
88 views

I want to host a Node.js app using Express using Netlify. This is my server.js code: const express = require("express") const path = require("path") const bodyParser = require(&...
  • reputation score 11
Score of 0
0 answers
77 views

I'm trying to mask my Supabase project url (e.g. xyz.supabase.co) behind my own custom API domain (api.mydomain.com) to achieve cleaner OAuth branding. Specifically, I want the google/x "choose ...

15 30 50 per page
1
2 3 4 5
...
6318

AltStyle によって変換されたページ (->オリジナル) /