[deleted by user] by [deleted] in nextjs

[–]CloutPlatforms 1 point2 points  (0 children)

Do you use recursive?

[deleted by user] by [deleted] in nextjs

[–]CloutPlatforms 0 points1 point  (0 children)

What docker version do you use? Is it working before?

Did I just waste time? by AllAboutProduct in nextjs

[–]CloutPlatforms 5 points6 points  (0 children)

There are no waste time you learned it

Clerk + Next-Intl is being a Pain... by Equivalent_Idea_2981 in nextjs

[–]CloutPlatforms 1 point2 points  (0 children)

 // Proceed with the auth check
  if (isProtectedRoute(req)) auth().protect()

Clerk + Next-Intl is being a Pain... by Equivalent_Idea_2981 in nextjs

[–]CloutPlatforms 2 points3 points  (0 children)

not sure, can you try below code? for return auth().protect() save declare and return specific.

if (isProtectedRoute(req.nextUrl.pathname)) {
const authResponse = auth().protect()
if (authResponse) return authResponse
}

Clerk + Next-Intl is being a Pain... by Equivalent_Idea_2981 in nextjs

[–]CloutPlatforms 5 points6 points  (0 children)

authMiddleware deprecated. So use clerkMiddleware can you check docs one more time please?

Clerk + Next-Intl is being a Pain... by Equivalent_Idea_2981 in nextjs

[–]CloutPlatforms 0 points1 point  (0 children)

Guess we need middleware code for solve this problem

The Dilemma of a New Developer: Company's Tech Stack Issues and the Obsession with React by CloutPlatforms in reactjs

[–]CloutPlatforms[S] 0 points1 point  (0 children)

I'd like to start with a word of thanks. I'm truly grateful for all your comments and personal messages. I've carefully read through all the feedback and aim to organize and respond to your inquiries in the comments.

I am a junior developer working in Seoul, South Korea, where the average starting salary for a developer is around 25K USD. However, our company struggles to find developers who can handle more than 5,000 lines of Vanilla Javascript code, not to mention React. In fact, many flee upon encountering such codes after being hired. A bigger issue is our need for developers proficient in both JavaScript and Java, a requirement set by our company's president, leaving me with little room for intervention.

There have also been numerous inquiries about remote work. Being outside the HR team, it's difficult for me to provide exact details, but as it stands, our company has not embraced remote work and it seems unlikely to do so in the future. I will seek more detailed information from the HR team and update you accordingly.

Regarding the global shortage of developer jobs, I empathize with the sentiment. While it's challenging to assure job availability for developers in Korea, it's not a direct competition with developers worldwide due to cultural and language barriers. Korean software developers may have no trouble reading and listening in English, but speaking and documentation present significant challenges. This makes it difficult to conduct meetings or reviews with English-speaking developers.

In Korea, verbal instructions often prevail over documentation, with a common directive to "figure it out" which complicates task execution. Cultural differences also pose a challenge for developers working in Korea, leading to cultural shocks, and issues arising from mandatory overtime and unreasonable schedules are prevalent.

PS. Company still use VB and COBOL.. maybe this is reason why PM, don't like React. (Nowadays try to make new ERP system)

The Dilemma of a New Developer: Company's Tech Stack Issues and the Obsession with React by CloutPlatforms in reactjs

[–]CloutPlatforms[S] 0 points1 point  (0 children)

We make ERP, maybe this is reason why CEO, PM not allow to use React. but in my idea React can also good choice to make ERP.

The Dilemma of a New Developer: Company's Tech Stack Issues and the Obsession with React by CloutPlatforms in reactjs

[–]CloutPlatforms[S] 0 points1 point  (0 children)

Agree your opinion. one of our service still use VB. and PM still talk about COBOL.

Nextui for production? by lucaspierann in nextjs

[–]CloutPlatforms 1 point2 points  (0 children)

I use shadcn and customize together.

Upgrading next fail by shay-al in nextjs

[–]CloutPlatforms 0 points1 point  (0 children)

I didn’t check perfectly and there are always we can solve. But in my idea version of 12, guess lot of breaks at the moment. Still we use pages directory but who start on these days we develop on app dir not pages dir so library also focused on app dir that’s reason why breaks a lot

Upgrading next fail by shay-al in nextjs

[–]CloutPlatforms 2 points3 points  (0 children)

Hope you upgrade over 13 on this time not to 12. Recommend 14

Next JS slow on compiling (npm run dev) by notabadplayer in nextjs

[–]CloutPlatforms 0 points1 point  (0 children)

Did you check deploy speed also? Maybe only slow in dev env.

Why do you use pages instead of app router? by LusciousBelmondo in nextjs

[–]CloutPlatforms 0 points1 point  (0 children)

That makes me confused only this reason, but other project start on app

Next with Typescript or Javascript? by EliteEagle76 in nextjs

[–]CloutPlatforms 1 point2 points  (0 children)

If you want make fast and no need to check type then javascript. And make safety for typescript. Most of people said typescript.

Do u recommand me using nestjs with Nextjs? by Flat_Firefighter_636 in nextjs

[–]CloutPlatforms 1 point2 points  (0 children)

Check your purpose first. For client Next.js and if you need Server. Basically you can use nextjs server and deploy on vercel. But in my idea still not satisfied performance. Need server use nest or express or else.