2,522,836 questions
Advice
0
votes
0
replies
5
views
Is there a way to put a text box with code in it directly in an iMessage?
This is my first post on here and I just wanna start by saying there are so many ridiculously smart people on here and I don’t even feel worthy to be a part of this lol but I genuinely do find this ...
Tooling
0
votes
0
replies
6
views
Is it possible to render forbidden.tsx from proxy.ts in Next.js 16?
I'm using the experimental authInterrupts feature in Next.js 16, which lets you render a forbidden.tsx page when you call forbidden()
Right now my auth logic is all inside proxy.ts, where I control ...
Score of -1
0 answers
9 views
Google Login authentication problem in production MERN stack
I am trying to implement a authentication system for a project and while implementing Google oAuth functionality. The frontend call the google auth provider to get the code, then when i call the ...
Advice
0
votes
2
replies
69
views
What are the best practices for getting helpful answers on a new post?
I am currently exploring Stack Overflow to understand how frontend developers effectively troubleshoot bugs here. What are the best practices for structuring questions regarding frameworks like Next....
Advice
0
votes
2
replies
70
views
Frontend Development - Technical Test
What can i expect in a Technical Test and Viva in an Interview of a Software Company? Like any MCQs, Coding Questions, Theoretical, anything will do. Need help so that I can prepare myself for the ...
Advice
0
votes
7
replies
90
views
the usefulness of await on my async login method
Is await on my code useful or not?
And if it is, is its necessary or optional?
static async login(req,res) {
try {
const email = req.body.email
const password = req.body.password
...
Score of 2
0 answers
42 views
SoundManager2 doesn't play absolutely normal mp3 file
I am making tests to verify if SoundManager2 is a good option to add sound effects to my HTML project. I am relatively satisfied, but there are files that are not played and I do not understand why.
...
Score of 0
1 answer
53 views
a request failed with status 500 error in my login route
well is there a problem on this login route ,i chexked if bcrypt..compare is well writed or not and yea it work , and i evenn used try catch but now i have an error like request failed with status ...
Score of -4
0 answers
62 views
How do I get IntelliSense for Cosmos DB stored procedures in VS Code?
I'm developing stored procedures for Azure Cosmos DB using the server-side JavaScript runtime. When editing `.js` or `.ts` files in VS Code, I don't get IntelliSense, type definitions, or ...
Best practices
0
votes
1
replies
72
views
How to implement role-based navigation in a React Navbar using Context API and React Router?
import { useState } from 'react';
import { Link, useLocation, useNavigate } from 'react-router-dom';
import { Menu, X, Target, Receipt, ScanSearch, TrendingUp, Home, ShieldAlert, BookOpen, User, ...
Advice
0
votes
2
replies
59
views
How can I improve a reusable fetch wrapper with Firebase auth in JavaScript?
I have a reusable apiFetch() wrapper that adds a Firebase auth token, sends JSON when needed, parses the response, and throws a custom error for failed requests.
The code works, but I’m not sure if ...
Score of -3
0 answers
68 views
Array groupBy property but then sort by a non alphabetical order
I have an array that looks like this:
[
{
"id": "4x4_Std",
"name": "4x4 Off-Road Driving - Standard",
"status": [
...
Tooling
0
votes
8
replies
144
views
How do I retrieve the shared facbook post links in bulk?
I need to verify with the company who shared my posts on Facebook. Each post has about 50 shares, and every day I have to click 50 timestamps and extract each shared post link (that's if there's one ...
Tooling
0
votes
0
replies
50
views
Best drag-and-drop store builder/plugin for a multi-vendor marketplace (similar to Amazon Brand Stores)?
I'm building a multi-vendor marketplace using the MERN stack (React + Node.js + MongoDB), and I'm looking for the best way to let each vendor create their own branded storefront.
I'm trying to achieve ...
Advice
0
votes
2
replies
105
views
Choosing between backend or frontend stack
Okay so, I'm a frontend developer, but I hate HTML and CSS, however I enjoy logic stuff A LOT.
I always like to learn more about JS or about algorithms.
An old friend told me I could be a good backend ...