Jump to content

29 posts in this topic

Recommended Posts

Filed: K-1 Visa Country: France
Timeline
Posted
I'll answer the LIVING MONEY question: If you will be based in the North East, target a $4,000/month budget. This is to cover apartment rent, to drive a car, to purchase car insurance, utilities, to eat. Check the unemployment rate for the state you will residing. I have to agree that IT jobs are still all over the place but there still are unemployed web developers these days and you will be competing with them to get the job. What's your specialization?

(Hehe, I feel like I'm posting for a job app :P) I've had about 5 years experience over pretty much the whole range of web development. I can create decent graphics template layouts, although I'm mainly a programmer. I've worked with a decent amount in terms of languages, ASP, ASP .NET, PHP, AJAX, JavaScript, HTML / CSS, MySQL, Access, SQL Server. I have a Bachelor's Degree in Computer Science and I've been programming for almost 15 years now (just not professionally)

I kinda felt after I posted my questions were as though I'm snooping :blink: I just happen to be in the web development field myself but not as a programmer and certainly not as R2D2sh as you are. :hehe:

I'm not sure if having had worked in a corporate/company setting carries a weight in the hiring process. If I were you, I would start brushing up my curriculum vitae, and refine it to achieve a great level of competitiveness. If you're not signed up for LinkedIn, do so. It's a great job networking site where your previous clients can vouch for the quality of your work. As one of the advisers here implied, do not worry too much about injecting your fiancee's bank account to show support. There are ways to get around proof-of-enough-dough to support an unemployed web developer. :luv:

- LB

Stay tune for yet another immi-saga in the life of LB & JD. Coming soon ---> AOS Chronicles

Filed: Citizen (apr) Country: Thailand
Timeline
Posted
I'll answer the LIVING MONEY question: If you will be based in the North East, target a $4,000/month budget. This is to cover apartment rent, to drive a car, to purchase car insurance, utilities, to eat. Check the unemployment rate for the state you will residing. I have to agree that IT jobs are still all over the place but there still are unemployed web developers these days and you will be competing with them to get the job. What's your specialization?

(Hehe, I feel like I'm posting for a job app :P ) I've had about 5 years experience over pretty much the whole range of web development. I can create decent graphics template layouts, although I'm mainly a programmer. I've worked with a decent amount in terms of languages, ASP, ASP .NET, PHP, AJAX, JavaScript, HTML / CSS, MySQL, Access, SQL Server. I have a Bachelor's Degree in Computer Science and I've been programming for almost 15 years now (just not professionally)

If you want to increase your chances of getting a job in the IT/SE here, you will definitely want to consider learning some "backend" langauges like Java, C#, or any other managed langauge. Non-managed lanauges, specifically C++, might be useful too in some cases.

K1: 01/15/2009 (mailed I-129F) - 06/23/2009 (visa received)

AOS: 08/08/2009 (mailed I-485, I-765, & I-131) - 10/29/2009 (received GC)

Filed: K-1 Visa Country: Vietnam
Timeline
Posted
I'll answer the LIVING MONEY question: If you will be based in the North East, target a $4,000/month budget. This is to cover apartment rent, to drive a car, to purchase car insurance, utilities, to eat. Check the unemployment rate for the state you will residing. I have to agree that IT jobs are still all over the place but there still are unemployed web developers these days and you will be competing with them to get the job. What's your specialization?

(Hehe, I feel like I'm posting for a job app :P ) I've had about 5 years experience over pretty much the whole range of web development. I can create decent graphics template layouts, although I'm mainly a programmer. I've worked with a decent amount in terms of languages, ASP, ASP .NET, PHP, AJAX, JavaScript, HTML / CSS, MySQL, Access, SQL Server. I have a Bachelor's Degree in Computer Science and I've been programming for almost 15 years now (just not professionally)

If you want to increase your chances of getting a job in the IT/SE here, you will definitely want to consider learning some "backend" langauges like Java, C#, or any other managed langauge. Non-managed lanauges, specifically C++, might be useful too in some cases.

Off topic, but it never ceases to amaze me how the silicon industry keeps making advancements in capability and speed of processors, and how Microsoft keeps changing software development so that the latest and greatest CPU runs as slow as my first 486. I really miss assembly language, and the joy of banging on the hardware. :(

Non-managed languages are still used extensively for everything below the application layer, and even for many commercial applications. Managed languages still don't have the performance needed for many applications. Even Visual Basic outperforms C# and .NET by a pretty wide margin.

Anyway, web applications are a whole different animal. It sounds like the OP has the proper skill set for a gig as a web programmer.

12/15/2009 - K1 Visa Interview - APPROVED!

12/29/2009 - Married in Oakland, CA!

08/18/2010 - AOS Interview - APPROVED!

05/01/2013 - Removal of Conditions - APPROVED!

Filed: Citizen (apr) Country: Thailand
Timeline
Posted (edited)
I'll answer the LIVING MONEY question: If you will be based in the North East, target a $4,000/month budget. This is to cover apartment rent, to drive a car, to purchase car insurance, utilities, to eat. Check the unemployment rate for the state you will residing. I have to agree that IT jobs are still all over the place but there still are unemployed web developers these days and you will be competing with them to get the job. What's your specialization?

(Hehe, I feel like I'm posting for a job app :P ) I've had about 5 years experience over pretty much the whole range of web development. I can create decent graphics template layouts, although I'm mainly a programmer. I've worked with a decent amount in terms of languages, ASP, ASP .NET, PHP, AJAX, JavaScript, HTML / CSS, MySQL, Access, SQL Server. I have a Bachelor's Degree in Computer Science and I've been programming for almost 15 years now (just not professionally)

If you want to increase your chances of getting a job in the IT/SE here, you will definitely want to consider learning some "backend" langauges like Java, C#, or any other managed langauge. Non-managed lanauges, specifically C++, might be useful too in some cases.

Off topic, but it never ceases to amaze me how the silicon industry keeps making advancements in capability and speed of processors, and how Microsoft keeps changing software development so that the latest and greatest CPU runs as slow as my first 486. I really miss assembly language, and the joy of banging on the hardware. :(

Non-managed languages are still used extensively for everything below the application layer, and even for many commercial applications. Managed languages still don't have the performance needed for many applications. Even Visual Basic outperforms C# and .NET by a pretty wide margin.

Anyway, web applications are a whole different animal. It sounds like the OP has the proper skill set for a gig as a web programmer.

For device drivers, software that runs on embedded systems, apps such as video editors, and other low-level software, you are correct: unmanaged languages are the way to go. However, for most everything else, managed languages are the way to go. Advancements in garbage collection algorithms, for instance, have put languages running on the java VM on par as far as efficiency is concerned with non-managed languages such as C++ in some cases. Improvements in VMs and the steady increase in processing power make managed languages much more appealing as well, not to mention the fact that they are much easier to work with. In my own industry I'm seeing C++ go the way of the dinosaur and Java is quickly taking the lead - rightfullly so. There are some things that managed langauges (especially Java) can do much better than unmanaged langauges. For instance, I do a lot of backend development of fault-tolerant distributed systems. A million times easier to do this sort of thing with a managed network architecture like Jini versus any unmanaged langauge I am aware of.

As you said, though, totally off-topic. Ok, I'll shutup now (maybe). :innocent:

Edited by rsn

K1: 01/15/2009 (mailed I-129F) - 06/23/2009 (visa received)

AOS: 08/08/2009 (mailed I-485, I-765, & I-131) - 10/29/2009 (received GC)

Filed: K-1 Visa Country: Netherlands
Timeline
Posted (edited)

On almost related topic and maybe also of interest to OP: Did anybody with K1 here continue working remotely for their employer (of the country they immigrated from) after moving to US while waiting on EAD? I did not research this yet, but it seems to me it is legal to do so -- to continue working for company in your country while waiting on the permit to work in US. What do you think?

Edited by stlouis

K1:

NOA1: 04/06/2009

NOA2: 07/23/2009

POE: 10/25/2009

Marriage: 10/30/2009

AOS & EAD:

Date sent: 11/23/2009

AOS & EAD NOA1: 12/01/2009

Biometrics done: 12/24/2009

Received RFE for I-693, although we included I-693 with AOS.

Replied to RFE with full medical

EAD approved: 01/22/2010

AOS Interview scheduled: 03/08/2010 Approved couple of days later

Filed: K-1 Visa Country: France
Timeline
Posted (edited)
For device drivers, software that runs on embedded systems, apps such as video editors, and other low-level software, you are correct: unmanaged languages are the way to go. However, for most everything else, managed languages are the way to go. Advancements in garbage collection algorithms, for instance, have put languages running on the java VM on par as far as efficiency is concerned with non-managed languages such as C++ in some cases. Improvements in VMs and the steady increase in processing power make managed languages much more appealing as well, not to mention the fact that they are much easier to work with. In my own industry I'm seeing C++ go the way of the dinosaur and Java is quickly taking the lead - rightfullly so. There are some things that managed langauges (especially Java) can do much better than unmanaged langauges. For instance, I do a lot of backend development of fault-tolerant distributed systems. A million times easier to do this sort of thing with a managed network architecture like Jini versus any unmanaged langauge I am aware of.

As you said, though, totally off-topic. Ok, I'll shutup now (maybe). :innocent:

:D Aww don't be so hard on yourselves. I don't think it's truly out of topic. We USCs are throwing ideas on how to be competitive when he joins the land of the free. Besides I love tech-talk. It's music to my ears next to Mozart :wacko:

Edited by Jonara

- LB

Stay tune for yet another immi-saga in the life of LB & JD. Coming soon ---> AOS Chronicles

Filed: Country: Australia
Timeline
Posted

Thanks for all the advice everyone :)

On almost related topic and maybe also of interest to OP: Did anybody with K1 here continue working remotely for their employer (of the country they immigrated from) after moving to US while waiting on EAD? I did not research this yet, but it seems to me it is legal to do so -- to continue working for company in your country while waiting on the permit to work in US. What do you think?

This is an excellent question, can anyone confirm that? If I could continue working my current job then that would be amazingly helpful.

Filed: Citizen (apr) Country: Thailand
Timeline
Posted
Thanks for all the advice everyone :)

On almost related topic and maybe also of interest to OP: Did anybody with K1 here continue working remotely for their employer (of the country they immigrated from) after moving to US while waiting on EAD? I did not research this yet, but it seems to me it is legal to do so -- to continue working for company in your country while waiting on the permit to work in US. What do you think?

This is an excellent question, can anyone confirm that? If I could continue working my current job then that would be amazingly helpful.

I've done quite a bit of searching on this one. Everything I've seen starts with "this is a gray area". I would recommend contacting an immigration attorney about this.

K1: 01/15/2009 (mailed I-129F) - 06/23/2009 (visa received)

AOS: 08/08/2009 (mailed I-485, I-765, & I-131) - 10/29/2009 (received GC)

Posted
Thanks for all the advice everyone :)

On almost related topic and maybe also of interest to OP: Did anybody with K1 here continue working remotely for their employer (of the country they immigrated from) after moving to US while waiting on EAD? I did not research this yet, but it seems to me it is legal to do so -- to continue working for company in your country while waiting on the permit to work in US. What do you think?

This is an excellent question, can anyone confirm that? If I could continue working my current job then that would be amazingly helpful.

I've done quite a bit of searching on this one. Everything I've seen starts with "this is a gray area". I would recommend contacting an immigration attorney about this.

All over these affidavits it says income from the beneficiary is accepted if it will continue. If the OP will have an Australian job paid with Australian dollars from an Australian company but simply performs his job remotely, it seems to fit the bill to me. The whole idea behind restricting working in the US isn't that we want immigrants to be idle, we just want to give American residents and citizens the first shot at American jobs. The only thing I worry about this rationale is that "income" can mean earnings from a job, OR earnings from investments, which have different connotations.

A good place to check is with the US consulate in Sydney - "Can I keep my Australian job and work remotely from the US? If so, may I use that income to self-sponsor my K1 visa? "

K-1:

January 28, 2009: NOA1

June 4, 2009: Interview - APPROVED!!!

October 11, 2009: Wedding

AOS:

December 23, 2009: NOA1!

January 22, 2010: Bogus RFE corrected through congressional inquiry "EAD waiting on biometrics only" Read about it here.

March 15, 2010: AOS interview - RFE for I-693 vaccination supplement - CS signed part 6!

March 27, 2010: Green Card recieved

ROC:

March 1, 2012: Mailed ROC package

March 7, 2012: Tracking says "notice left"...after a phone call to post office.

More detailed time line in profile.

Filed: Country: Australia
Timeline
Posted
All over these affidavits it says income from the beneficiary is accepted if it will continue. If the OP will have an Australian job paid with Australian dollars from an Australian company but simply performs his job remotely, it seems to fit the bill to me. The whole idea behind restricting working in the US isn't that we want immigrants to be idle, we just want to give American residents and citizens the first shot at American jobs. The only thing I worry about this rationale is that "income" can mean earnings from a job, OR earnings from investments, which have different connotations.

A good place to check is with the US consulate in Sydney - "Can I keep my Australian job and work remotely from the US? If so, may I use that income to self-sponsor my K1 visa? "

I just got a reply from them on the subject.

Dear Sir:

It depends on the job you’re doing and where you are paid from. However, the fact of the matter is, you are not allowed to work in the U.S. until you have a permit.

Sincerely,

Immigrant Visa Unit

U.S. Consulate General, Sydney (RST).

Have to hand it to them for ambiguity.

Filed: Citizen (apr) Country: Thailand
Timeline
Posted
All over these affidavits it says income from the beneficiary is accepted if it will continue. If the OP will have an Australian job paid with Australian dollars from an Australian company but simply performs his job remotely, it seems to fit the bill to me. The whole idea behind restricting working in the US isn't that we want immigrants to be idle, we just want to give American residents and citizens the first shot at American jobs. The only thing I worry about this rationale is that "income" can mean earnings from a job, OR earnings from investments, which have different connotations.

A good place to check is with the US consulate in Sydney - "Can I keep my Australian job and work remotely from the US? If so, may I use that income to self-sponsor my K1 visa? "

I just got a reply from them on the subject.

Dear Sir:

It depends on the job you're doing and where you are paid from. However, the fact of the matter is, you are not allowed to work in the U.S. until you have a permit.

Sincerely,

Immigrant Visa Unit

U.S. Consulate General, Sydney (RST).

Have to hand it to them for ambiguity.

Looks like yes, no, and maybe.

K1: 01/15/2009 (mailed I-129F) - 06/23/2009 (visa received)

AOS: 08/08/2009 (mailed I-485, I-765, & I-131) - 10/29/2009 (received GC)

Posted
All over these affidavits it says income from the beneficiary is accepted if it will continue. If the OP will have an Australian job paid with Australian dollars from an Australian company but simply performs his job remotely, it seems to fit the bill to me. The whole idea behind restricting working in the US isn't that we want immigrants to be idle, we just want to give American residents and citizens the first shot at American jobs. The only thing I worry about this rationale is that "income" can mean earnings from a job, OR earnings from investments, which have different connotations.

A good place to check is with the US consulate in Sydney - "Can I keep my Australian job and work remotely from the US? If so, may I use that income to self-sponsor my K1 visa? "

I just got a reply from them on the subject.

Dear Sir:

It depends on the job you’re doing and where you are paid from. However, the fact of the matter is, you are not allowed to work in the U.S. until you have a permit.

Sincerely,

Immigrant Visa Unit

U.S. Consulate General, Sydney (RST).

Have to hand it to them for ambiguity.

:rofl::bonk::rofl:

Useful answer.

Sorry to not be more helpful :(

K-1:

January 28, 2009: NOA1

June 4, 2009: Interview - APPROVED!!!

October 11, 2009: Wedding

AOS:

December 23, 2009: NOA1!

January 22, 2010: Bogus RFE corrected through congressional inquiry "EAD waiting on biometrics only" Read about it here.

March 15, 2010: AOS interview - RFE for I-693 vaccination supplement - CS signed part 6!

March 27, 2010: Green Card recieved

ROC:

March 1, 2012: Mailed ROC package

March 7, 2012: Tracking says "notice left"...after a phone call to post office.

More detailed time line in profile.

Filed: K-1 Visa Country: Netherlands
Timeline
Posted
All over these affidavits it says income from the beneficiary is accepted if it will continue. If the OP will have an Australian job paid with Australian dollars from an Australian company but simply performs his job remotely, it seems to fit the bill to me. The whole idea behind restricting working in the US isn't that we want immigrants to be idle, we just want to give American residents and citizens the first shot at American jobs. The only thing I worry about this rationale is that "income" can mean earnings from a job, OR earnings from investments, which have different connotations.

A good place to check is with the US consulate in Sydney - "Can I keep my Australian job and work remotely from the US? If so, may I use that income to self-sponsor my K1 visa? "

I just got a reply from them on the subject.

Dear Sir:

It depends on the job you’re doing and where you are paid from. However, the fact of the matter is, you are not allowed to work in the U.S. until you have a permit.

Sincerely,

Immigrant Visa Unit

U.S. Consulate General, Sydney (RST).

Have to hand it to them for ambiguity.

:rofl: This should be in some comedy. Hm... I was hoping that someone actually did this.

K1:

NOA1: 04/06/2009

NOA2: 07/23/2009

POE: 10/25/2009

Marriage: 10/30/2009

AOS & EAD:

Date sent: 11/23/2009

AOS & EAD NOA1: 12/01/2009

Biometrics done: 12/24/2009

Received RFE for I-693, although we included I-693 with AOS.

Replied to RFE with full medical

EAD approved: 01/22/2010

AOS Interview scheduled: 03/08/2010 Approved couple of days later

Filed: K-1 Visa Country: France
Timeline
Posted
All over these affidavits it says income from the beneficiary is accepted if it will continue. If the OP will have an Australian job paid with Australian dollars from an Australian company but simply performs his job remotely, it seems to fit the bill to me. The whole idea behind restricting working in the US isn't that we want immigrants to be idle, we just want to give American residents and citizens the first shot at American jobs. The only thing I worry about this rationale is that "income" can mean earnings from a job, OR earnings from investments, which have different connotations.

A good place to check is with the US consulate in Sydney - "Can I keep my Australian job and work remotely from the US? If so, may I use that income to self-sponsor my K1 visa? "

I just got a reply from them on the subject.

Dear Sir:

It depends on the job you’re doing and where you are paid from. However, the fact of the matter is, you are not allowed to work in the U.S. until you have a permit.

Sincerely,

Immigrant Visa Unit

U.S. Consulate General, Sydney (RST).

Have to hand it to them for ambiguity.

:rofl: This should be in some comedy. Hm... I was hoping that someone actually did this.

With such ambiguious answer, let's try to read it between the lines. Getting paid by an Australian company charged to your Australian social security. You're not working in the US for a company that requires you to have employment authorization. You are working remotely from the US. Hence it's ok?!?

- LB

Stay tune for yet another immi-saga in the life of LB & JD. Coming soon ---> AOS Chronicles

 
Didn't find the answer you were looking for? Ask our VJ Immigration Lawyers.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
- Back to Top -

Important Disclaimer: Please read carefully the Visajourney.com Terms of Service. If you do not agree to the Terms of Service you should not access or view any page (including this page) on VisaJourney.com. Answers and comments provided on Visajourney.com Forums are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Visajourney.com does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. VisaJourney.com does not condone immigration fraud in any way, shape or manner. VisaJourney.com recommends that if any member or user knows directly of someone involved in fraudulent or illegal activity, that they report such activity directly to the Department of Homeland Security, Immigration and Customs Enforcement. You can contact ICE via email at Immigration.Reply@dhs.gov or you can telephone ICE at 1-866-347-2423. All reported threads/posts containing reference to immigration fraud or illegal activities will be removed from this board. If you feel that you have found inappropriate content, please let us know by contacting us here with a url link to that content. Thank you.
×
×
  • Create New...