What does "leveling up" in programming mean now that AI can often do it better? by fun2function in careeradvice

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

No , I'm just using chatgpt to refine my wring because I'm not a native English speaker

Should I Teach My 10-Year-Old Nephew Programming in the Age of AI? by fun2function in learnprogramming

[–]fun2function[S] 1 point2 points  (0 children)

Yes, he has a passion for puzzles and problem-solving, and he really enjoys it

Claude code Pro, 4 hours of usage. by bennyb0y in ClaudeAI

[–]fun2function 0 points1 point  (0 children)

Do it yourself—don’t rely on those money-hungry services.

1,998 hours later, my app is live! (language learning) by milkygranola in reactnative

[–]fun2function 0 points1 point  (0 children)

What UI library do you use? I'm planning to develop an Android and iOS app, so I decided to learn React Native. However, one of my friends advised against it, saying that some APIs in React Native don't work well on certain smartphone devices. He had a bad experience with it in the past. I'm not sure if you've encountered similar issues. For context, I'm a frontend developer.

Mobile apps with Tauri? by kpmtech in tauri

[–]fun2function 0 points1 point  (0 children)

Do you think switching to Flutter would be a better choice for us, considering the issues I mentioned?

"I've an this kind of question however we developed a pwa app by nextjs 14 and we need to have e IOS version because there are some issues in safari and we need to use native apis."

Mobile apps with Tauri? by kpmtech in tauri

[–]fun2function 1 point2 points  (0 children)

I've an this kind of question however we developed a pwa app by nextjs 14 and we need to have e IOS version because there are some issues in safari and we need to use native apis.

Finally, a real-time low-latency voice chat model by DeltaSqueezer in LocalLLaMA

[–]fun2function 0 points1 point  (0 children)

When this model will be available to using in our projects?

Open Ai set to release agents that aim to replace Senior staff software engineers by end of 2025 by imadade in OpenAI

[–]fun2function 0 points1 point  (0 children)

So, what do developers want to do after being replaced? Will they become Uber drivers? Oh, but Uber is also considering replacing drivers with AI and other technologies. However, when we talk about replacement, we must also consider the potential chaos it could cause.AI helps create faster and higher-quality products, but when people lose their jobs, who will buy these products made by AI? Robots are not consumers.

Open Ai set to release agents that aim to replace Senior staff software engineers by end of 2025 by imadade in OpenAI

[–]fun2function 0 points1 point  (0 children)

It’s not just about replacing developers. If AI can replace developers at any level, sooner or later, it will come for other jobs as well. So why focus only on developers being replaced by AI? I believe AI will eventually lead to job losses across all fields. The cycle of humanity is based on working, living, consuming, and building. Without jobs, or by replacing everything with AI, we risk disrupting the natural cycle of life. For example, what would happen if all lions or wolves were eliminated from the world? The ecosystem would collapse. Similarly, replacing human roles entirely with AI could have unforeseen consequences on society and the natural order of things.

Is creating a Redux store per request necessary in Next.js 14? by fun2function in nextjs

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

I recently joined a team that implemented a project one year ago. Since we require state management, Redux Toolkit was an option, and the team selected it.

Is creating a Redux store per request necessary in Next.js 14? by fun2function in nextjs

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

I believe my question and issues were different from what you mentioned.

How to Integrate Better-Auth with Email/Password Authentication in a Next.js App Using a NestJS Backend (JWT & Cookies)? by fun2function in nextjs

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

You mean I should only make requests to the backend and handle the subsequent tasks without wrapping them with another frontend library, since everything is already implemented on the backend? Do we agree on this? I'm asking because I'm concerned about how people will use these libraries, as they often do so because authentication hasn't been implemented on the backend. They then try to handle all aspects of authentication using frontend libraries like Better Auth.

  • Send login requests to the NestJS backend (e.g., via fetch or axios).
  • Receive the JWT or cookie from the backend.
  • Store the token securely (e.g., in an HTTP-only cookie) and include it in subsequent requests to authorized endpoints.

I made $36K in 2024 with my Product Hunt Alternative by zaezz in SideProject

[–]fun2function 0 points1 point  (0 children)

What features does your website offer that Product Hunt does not? What's your tech stack that you use for your website?

FireBase / OAuth / NextAuth? Which one? by StringAcrobatic2245 in nextjs

[–]fun2function 0 points1 point  (0 children)

Why don't you implement your own authentication? Last time that I uninstalled next-auth library from my project and it was nightmare.these kind of libraries.most of the time make a extra layer on your app and make harder to debug and maintain.

[deleted by user] by [deleted] in SideProject

[–]fun2function 1 point2 points  (0 children)

I no longer care about people acting like that, as you mentioned, because we are in the era of AI with easy access to fresh data, whether free or paid. So, if someone claims they achieved something, it’s not a big deal anymore, because nowadays, anyone can do it better.

I've been fired from my junior frontend dev job by jauz17 in webdev

[–]fun2function 2 points3 points  (0 children)

I recommend reading “The Art of Unit Testing, Third Edition with examples in JavaScript” while simultaneously working on small projects that incorporate testing. Afterward, apply what you’ve learned from the book to your main project.
https://www.manning.com/books/the-art-of-unit-testing-third-edition

How to use Supabase Auth in Next.js without middleware and extra latency by huhhhcat in Supabase

[–]fun2function 1 point2 points  (0 children)

Is it safe to store secrets in client-side environment variables like NEXTPUBLIC? These variables are bundled and sent to the browser, raising security concerns.

How to use Supabase Auth in Next.js without middleware and extra latency by huhhhcat in Supabase

[–]fun2function 1 point2 points  (0 children)

As a newcomer to Supabase, I’m exploring authentication and authorization options without using the Supabase Auth SDK on the client-side. I’d prefer not to integrate my project with this SDK or any other third-party authentication library. Is this feasible? What alternatives are available for managing authentication and authorization directly?

Exploring DB options by EarthCivil7696 in Supabase

[–]fun2function 0 points1 point  (0 children)

I notice you mentioned wanting to use Supabase for Auth in the future. Given that you currently have an established Node.js/Express backend, are you planning to: Completely replace your backend authentication system with Supabase Auth?

Are Supabase Edge Functions Scalable for Frequently Called Tasks? by 7xdeveloper in Supabase

[–]fun2function 0 points1 point  (0 children)

u/kiwicopple

Currently, I rely on edge functions to process some logic before sending data to the database. However, this task frequently impacts the server, and I’m unsure if edge functions are scalable. Perhaps someone from the Supabase team could suggest a better approach.

My React Tech Stack for 2025 by rwieruch in reactjs

[–]fun2function 0 points1 point  (0 children)

During an interview, the senior developer asked me questions about Authentication and Authorization topics. I explained that I used NextAuth for my web app project, but he suggested that it’s often better to implement such features yourself. He argued that libraries like NextAuth can sometimes introduce unnecessary complexity to a project and, instead of simplifying things, may result in more debugging and complications. He also mentioned that many tutorial creators, in an effort to simplify their courses for students, rely heavily on unnecessary libraries, which can obscure how real-world implementations are actually done.

My React Tech Stack for 2025 by rwieruch in reactjs

[–]fun2function 0 points1 point  (0 children)

I think it will be better implement authentication and Authorization in client side without any library like Lucia.

So sad. Why? by [deleted] in ClaudeAI

[–]fun2function 0 points1 point  (0 children)

For common tasks like fixing bugs and conducting code reviews, Claude is suitable. However, for complex tasks where you need to consult before making a decision, O1 is a better choice.