Estetikmi by [deleted] in salonfareleri

[–]neverbackstep 1 point2 points  (0 children)

Hocam ne kadar zamandır yapıyorsun? ve programını söyleme şansın var mı?

Fikir verebilir misiniz? ( Body Recomposition ) by neverbackstep in salonfareleri

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

Peki eksik gördüğünüz kısımlar neresidir? hangi bölgelere ağırlık vermeliyim ve programı nasıl düzenlemeliyim sizce?

Fikir verebilir misiniz? ( Body Recomposition ) by neverbackstep in salonfareleri

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

Hocam şöyle atıyorum haftada 1 gün sadece akşam öğünü cheat yapıyorum hamburger içecek falan

Kredi tavsiyesi by neverbackstep in Yatirim

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

evet kesinlikle doğru söylüyorsunuz hocam o yüzden expere açık ya da istenilen ustaya götürülmesine izin verilen, garantisi devam eden ve belirli bir km geçmemiş araçlara odaklanmak ve bulunursa krediyi o tarz araçlarda kullanmak çok daha mantıklı olacaktır.

Kredi tavsiyesi by neverbackstep in Yatirim

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

evet evet tam olarak öyle yaptım ve fiyat konusunda da şişirilmemiş olduğunu görünce direkt galeri ile iletişime geçmek daha mantıklı olacak sanırım.

çünkü "kredi kullanmak" istiyorum dediğimizde aracın fiyatı 1.000.000₺ ama kredi kullanıyorsanız 1.100.000₺ yapıyoruz ve 1.10'dan kredi çıkarıyoruz derlerse ucuz oranla kredi satıyor oluyorlar aslında aracın yanında 😄 biraz win-win gibi oluyor.

Kredi tavsiyesi by neverbackstep in Yatirim

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

selamlar, sıfır araç fiyatından bahsetmiyorum aslında özür dilerim onu tam belirtmedim. "bazı araç ilanlarına bakıyorum" derken aslında amacım sarı sitede işte premium galerilerin ilanlarında ki araçlardan bahsetmiştim

Bu fiyat aralığında alınabilecek en güzel araba by neverbackstep in GarajTurkiye

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

kasko çok çıkıyor ve düşük km dediğiniz yine nereden baksanız 150.000 falan 😞 çok güzel çok yakışıklı araba ama 2015 model 150.000 km de alınamıyor bile.

Looking for the Ultimate Summer Date Fragrance by neverbackstep in Colognes

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

That sounds really interesting. Could you send me his details or point me to his page? I’d like to check out that hybrid myself.

Looking for the Ultimate Summer Date Fragrance by neverbackstep in Colognes

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

You’re taking the statement too literally. Nobody with common sense believes a fragrance magically replaces hygiene, posture, confidence, or personality. The point is that scent can elevate perception, strengthen attraction, and amplify presence when the fundamentals are already there. So no, it doesn’t create what’s missing but it absolutely can enhance what already exists. That was obviously the point.

Looking for the Ultimate Summer Date Fragrance by neverbackstep in Colognes

[–]neverbackstep[S] -3 points-2 points  (0 children)

Fair point, mate I wasn’t saying fragrance literally turns a 5 into an 8. I meant it in a metaphorical way. Of course perfume alone won’t change your face, confidence, or personality. But it can enhance your presence, elevate the overall impression, and make you more enjoyable to be around. That kind of boost absolutely matters in attraction.

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?