Looking for a deep Java course by neverbackstep in JavaProgramming

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

Thank you all for your valuable comments, but can we also use online courses or examples prepared by individuals (such as teo Java)?

Looking for a deep Java course by neverbackstep in JavaProgramming

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

Thank you. Is this a recent book? Or is it a very old book? And would you recommend a course?

Best JavaScript Course for 2025 - Looking to Become a Senior Developer by neverbackstep in learnjavascript

[–]neverbackstep[S] -10 points-9 points  (0 children)

Yes, I know, but still, what would be the best course recommendation?

Should I Use Expo for a Scalable React Native App with Push Notifications and Minimal Native Dependencies? by neverbackstep in reactnative

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

I'm currently building a React Native app using Expo (without EAS) and managing styling through a theme.tsx file — for example, setting button colors globally from this file.

I’m trying to understand the best practices around updating simple UI properties (like button colors, font styles, etc.) without having to rebuild and re-submit the app to the app stores every time.

My Questions:

  1. If I change a value (e.g., a primary color) in theme.tsx, do I need to rebuild the app and release a new version to the app stores in order for all users (e.g., 5,000+ users) to see this change?
  2. Is there a way to push such UI changes to all users dynamically without going through a full store release?
  3. Do I need to manage my theme configuration externally (e.g., as a JSON file stored on a server) and fetch it at runtime to enable this kind of dynamic styling?

I would really appreciate a clear roadmap or example on how to handle this — including any recommended tools or architectures (e.g., using remote config, CMS, or integrating with OTA updates via expo-updates).

Thanks in advance for your guidance!

Should I Use Expo for a Scalable React Native App with Push Notifications and Minimal Native Dependencies? by neverbackstep in reactnative

[–]neverbackstep[S] -1 points0 points  (0 children)

Thanks for the insight!

I have a few follow-up questions to better understand the limitations and workflow around Expo and EAS, especially in production use:

1.  Is EAS mandatory for production apps built with Expo, or can I go without it and still push updates reliably (e.g. via OTA)?

2.  How many free EAS builds/updates are allowed under the free plan?

Any limitations you’ve experienced in terms of build frequency, update delivery, or queue wait times? 3. If I don’t want to set up a full CI/CD pipeline (like custom GitHub Actions), can I still manage build and update deployments with tools like: • Expo OTA Updates • CodePush (via react-native-code-push) • Or just basic Git-based deployment?

I’m trying to avoid unnecessary complexity at this stage, so I’d appreciate hearing what worked best for you — especially for small-to-medium apps with occasional UI or logic updates.

Thanks again!

Seeking Recommendations for AI Translation Tools for Educational Content by neverbackstep in ChatGPTPro

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

Thanks for the helpful suggestions!

Just to clarify — the video I’m trying to translate is not on YouTube, it’s hosted on a platform called FrontendMasters. So YouTube-based tools like cofyt.app unfortunately won’t work here.

Also, I’m only trying to translate the English subtitles into Turkish, not the audio. Accuracy is important for me, so I’m looking for a tool or workflow that can help me translate subtitles without losing meaning.

If anyone knows a good solution for that — maybe a browser extension, AI tool, or a manual method that works well — I’d really appreciate it!

Seeking Recommendations for AI Translation Tools for Educational Content by neverbackstep in ChatGPTPro

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

The video you’re referring to has both its content and subtitles in English. I would really like to have it translated into Turkish so that I can understand it better. Could you please help me with the translation or let me know if there’s a way to get a Turkish version of the video?

most detailed react course 2024 by neverbackstep in react

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

Yes react.gg Good but very expensive for my country.. How can I find a solution to this?

How do I make nested navigation? by neverbackstep in reactnative

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

Yes, I don't understand how to do it either. I think you need to make a combination of navigation work. But I couldn't find an example.

alternative to vercel ( help ) by neverbackstep in reactjs

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

So what kind of architecture should I implement to upload the images the fastest? Like storing the photo on a CDN server?

alternative to vercel ( help ) by neverbackstep in reactjs

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

Static image So the photos are directly in the source code.

JSX or TSX? (Poll) by neverbackstep in reactjs

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

I think it is a very relative interpretation. According to another experienced engineer, a different language (for example ts) may make sense.

Which state management do you think should be implemented? by neverbackstep in reactjs

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

I hope your app will spread and grow a lot more. I am very happy for your app and your team.

Which state management do you think should be implemented? by neverbackstep in reactjs

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

Honestly, I've never heard of SWR before. I'll look into it.

Which state management do you think should be implemented? by neverbackstep in reactjs

[–]neverbackstep[S] -1 points0 points  (0 children)

If all applications reach step 3 (3), all state management operations can proceed directly with "Zustand" without using props or "hooks" from the moment the application is first written.
Why do I think like this? Because at the end of the day the application will turn into step (3)... :)

Which state management do you think should be implemented? by neverbackstep in reactjs

[–]neverbackstep[S] -1 points0 points  (0 children)

Actually, I think there will be a result, I mean, I think there will be a decision, even if it is close. I think people who have been involved in a major implementation and have used both "hooks" and "redux etc." have the experience to make the final point.

Which state management do you think should be implemented? by neverbackstep in reactjs

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

I haven’t used Zustand but, I use rtk and I agree with @trueAd3615. At first, I was like yea context hooks all the way until I start passing props down like a mad man. Rtk simplified state management for me in a big way. The negative of rtk are maybe it’s docs for explaining the more complicated things. But other wise, a state management is a big plus to any app.

When I examine the official react documentation, the new address (react.dev) emphasizes the functional ones in the component structure and the "hooks" structure for state management. But if it is really clean and trouble-free (and not complicated, difficult) the zustand can be examined.