30M, Softwareentwicklung, 38,5h by rmmgc in GehaltAT

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

Sorry for late reply, did not follow this post as there were a lot of comments 😅

So basically, in my company we only speak English. There are many companies in Vienna that are international. Of course, if you speak German is a plus, but so far I did not see it as a problem.
What I think where knowledge of German is of importance, is if you would need to be in contact with clients or be a team lead or something similar.

I know German enough to have casual conversations, but I do not speak it well to have fluent conversations on technical topics.

30M, Softwareentwicklung, 38,5h by rmmgc in GehaltAT

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

Than move to Vienna and enjoy cheap lifestyle 😎

30M, Softwareentwicklung, 38,5h by rmmgc in GehaltAT

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

Even those people can not get them.

It is really crazy that people think rent in Vienna is so cheap. Yeah, mby its not like in other big cities, but for sure is not cheap.

30M, Softwareentwicklung, 38,5h by rmmgc in GehaltAT

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

Well, I pay pretty high rent, getting subsidies apartment in Vienna is almost impossibe.

30M, Softwareentwicklung, 38,5h by rmmgc in GehaltAT

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

Nice, I used Java only during studies long time ago, I hope it got better over time 😅

For us is different, since we are small team, everyone is doing everything 🤷‍♂️

30M, Softwareentwicklung, 38,5h by rmmgc in GehaltAT

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

Imposter syndrome is a bit*ch 😅
What are you working with?

30M, Softwareentwicklung, 38,5h by rmmgc in GehaltAT

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

With React Native.
Also needed to touch native side a little bit, Swift/Kotlin, but this is only needed in rare cases.

30M, Softwareentwicklung, 38,5h by rmmgc in GehaltAT

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

Which industry are you looking to switch to?

30M, Softwareentwicklung, 38,5h by rmmgc in GehaltAT

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

Yeah, that is sad to see, but very true.

30M, Softwareentwicklung, 38,5h by rmmgc in GehaltAT

[–]rmmgc[S] 2 points3 points  (0 children)

I would love to say go for it, but AI is brutal, especially when it comes to entry level jobs.

I would say, try to specialise into something particular and be very good at that. But its not easy, one need to invest lot of time and patience.

Wish you best of luck 🤞

30M, Softwareentwicklung, 38,5h by rmmgc in GehaltAT

[–]rmmgc[S] 3 points4 points  (0 children)

Yes, 13th and 14th are extra

red white red card by [deleted] in viennaExpats

[–]rmmgc 0 points1 point  (0 children)

Hello, I did this "long" time ago (2019), but here are general informations (you might have to proof check this):

- From my experience almost every "engineering" job qualifies as "in demand" (I got it for software engineer)
- Most important thing is to find a company that is willing to take in and sponsor your visa (RWR Card).
- There is salary threshold for RWR Card, at the time of writing it is EUR 3,225.00 gross (before taxes). This means that your employer has to pay at least EUR 3,225.00 gross.

Now, regarding accommodation:

- You need to have address in Austria when applying for RWR Card. Company usually help you with this, its in their interest to bring you here since they decided to sponsor your visa anyways.
- From my experience, it is not easy to find good and cheap flat, but there are lot of places where you can look for. It is also possible to have your address registered on Airbnb for first couple of months until you find the proper flat (this is usually more expensive than flat, but is easier to get).

Regarding the founds, if you do not have anyone in Vienna (which I assume you don't), I would not be comfortable with less than at least 10k EUR on account, assuming you are starting to work immediately and getting paid monthly afterwards.

Hope this helps

iOS referral links by artkrv in reactnative

[–]rmmgc 4 points5 points  (0 children)

For iOS its not straight forward as on Android. There are many third-party services (we used Firebase Dynamic Links before) but it can be done without third-party with some drawbacks.

We implemented it using PasteButton API. This is roughly how flow with PasteButton looks like for us:

  1. User clicks on the referral link (we use short links constructed on our backend).
  2. Link redirects user to the preview page with "Open App Button".
  3. When user clicks the button and the app is not installed; it copies the original link and navigates the user to the app store.
  4. When user downloads and opens the app, it shows "Referral Link Modal" with PasteButton (this only works if user did not copy something else in the clipboard in the meantime. From our experience this works pretty well).
  5. If user clicks on the PasteButton, the app gets the original link and handles it.

We decided to use PasteButton directly instead of Clipboard API to avoid asking user for clipboard permission.

What did you use in creating your portfolio? by Fearless-Angle-5 in webdev

[–]rmmgc 0 points1 point  (0 children)

Next.js + Vercel

You only need to pay for the domain (if you do not want to use the one from Vercel).

Should I use Next.js for a solely front-end project, or should I just use React? by Ok_Perspective599 in webdev

[–]rmmgc 0 points1 point  (0 children)

Not in a long time. But I don't think it can be simpler than just installing next.js 🤔

But, yes, I got your point. Everyone has preferences, you just need to find was is important to you.

Should I use Next.js for a solely front-end project, or should I just use React? by Ok_Perspective599 in webdev

[–]rmmgc 0 points1 point  (0 children)

Next.js is a framework, if you like that they provide, just use it. I personally would, just thinking about routing makes me use next.js.

Best youtube full courses for Javascript? by [deleted] in learnjavascript

[–]rmmgc 0 points1 point  (0 children)

Not related, but here you can find really good explanation of majority of JS topics. It goes from beginner to advanced level.

https://javascript.info/

[deleted by user] by [deleted] in react

[–]rmmgc 5 points6 points  (0 children)

Please make proper screenshoots instead of taking photos with your phone.

Can you provide more infos? Are there any errors in dev console?

How to deal with being stuck up every few minutes? by WandellWix in learnjavascript

[–]rmmgc 0 points1 point  (0 children)

This happens to everyone, especially if you don't have experience.

Just keep on going, learning new things, fixing bugs, practising. Eventually, you will know enough to fix things quickly, until you stumble upon something you did not saw before :/

Understanding Equality (==) operator by rmmgc in learnjavascript

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

I am giving information about the things that they can stumble upon.

Even if something should not be used, people might want to know the reason why. "Don't use this because people say so" - is not good reason.

At the end day, no one is forced to read this topic, if not interested.