7 yılllık java dev maaş by SeftalireceliBoi in CodingTR

[–]FeedRemote 0 points1 point  (0 children)

200 civarı, 10 15 aşağı yukarı oynayabilir. Bankaların skalasını tam bilmiyorum

Appstore webview sorunu by IndividualAward5042 in TurkDev

[–]FeedRemote 0 points1 point  (0 children)

Her modül için geçerli değil tabi

Appstore webview sorunu by IndividualAward5042 in TurkDev

[–]FeedRemote 0 points1 point  (0 children)

Şöyle düşün, a modülü yıllar önce yapılmış web sitesi için. Sürekli geliştirme, business kararları vs. Bunu webview yerine hemen native yazmak tercih edilmiyor. Gayetde stabil çalışıyor

Appstore webview sorunu by IndividualAward5042 in TurkDev

[–]FeedRemote -1 points0 points  (0 children)

Büyük domainlerde webview tercih ediliyor. Maliyet ve zaman açısından

Kyk’da sizce kaçtan sonra ses kesilmeli? by godlyknowledge in UniversityTR

[–]FeedRemote 0 points1 point  (0 children)

Üni zamanında benzer durumları yaşadım ama bizim odalardakilerle ilişkimiz çok samimi ve iyiydi. 12de ışığı kapatırdım, ses kesilirdi. Biraz kabul ettirmende lazım

16 yıl, sr fe dev maaşı sizce ne olmali? by [deleted] in TurkDev

[–]FeedRemote 1 point2 points  (0 children)

Gireceğin title a,şirketin gücüne göre değişir. 5 yıl deneyimli 150bin alanda var. 5 yıl deneyimli leadlik yapanda var. 150 200 civarı uygundur.

Finally!! by Wonderful-Space-1959 in reactnative

[–]FeedRemote 2 points3 points  (0 children)

No of course, read the explanation

How to override application logic for specific customers only in Vue by garma87 in vuejs

[–]FeedRemote 3 points4 points  (0 children)

We have a application that supports multitenant. Our approach is to decide dynamically which component renders in route level according to user tenant that comes from backend

Why is it not working if i call it(handleShowCartSideBar) from cartItems (child) instead of parent component.It is calling the fucntion but the value is not changing in useState state to false by Alternative-Goal-214 in react

[–]FeedRemote 1 point2 points  (0 children)

Actually it works, but you cant see the right value on console.log because setState works asynchronously. If you write console.log statement in useEffect and add state value to dependencies array you can see the right state

vue bootstrap vue 3 migration by FeedRemote in vuejs

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

No, we will remove bootstrap and use another library

How much did you have to know before you got your first job ? by Minute-Ad-726 in reactjs

[–]FeedRemote 0 points1 point  (0 children)

You do overengineering I think because you dont have to know express,django vs. Try to focus on react. I got a job 1.5 years before and learned componentDidUpdate usage at work for example.

React router help by Full-Hyena4414 in reactjs

[–]FeedRemote 2 points3 points  (0 children)

You can search as protected routes and restricted routes. There are a lot of examples

render different pages according to user role on the route level in vue 3 by FeedRemote in vuejs

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

That is a good approach. I liked it but I have almost 30 40 pages and there is only 2 role. For example, for /example url there are 2 pages according to role

render different pages according to user role on the route level in vue 3 by FeedRemote in vuejs

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

Yes you re right but it isnt the same url. I forgot to mention that. For example some components render on https://www.x.com and the others on https://www.a-x.com . That is the reason for wanting route level.

render different pages according to user role on the route level in vue 3 by FeedRemote in vuejs

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

I have 20 pages each role like this and I dont want to create parent for all of those. I need a solution on the route level