A letter to a good guy in USA
Hi Nick:
Busy recently forgetting to check Yammer in box.
Really nice of you to agree to provide help on my subject.
The case is like this:
I’m a Chinese native. I was born in northern China in a village and got my Bachelor’s degree of network engineering in 2010.
After that, I did not take further College education. I attended job and worked as a computer related engineer ever since, now a software engineer.
It was in last October that I got a job of Vendor developer in Microsoft Shanghai. It had been not easy for a Chinese to become capable of all these English stuffs. In my past, I tried hard to gain the knowledge.
But, it still seems not easy to master something, even speaking English makes me feel not easy, every day, what I ‘m doing is coding with my co-workers, we are all Chinese. It is fine, but I think maybe I can go further, I’m already about to be 30 years old. In fact, I had had a plan to go to the world. Besides, a vendor employee’s contract has an expiration, I was told that I may get canceled, so, in fact, I’m ready for risks. I’m doing my work well. But I should also prepare for my future. This is just one aspect.
As to America, in my concept, America is indeed a very good place, in China, even just the name seems to have a halo. When I move forward, as I’m knowing more, things begin to become real.
Not long after the beginning of this year, a friend of mine who’s talented went to America, and worked in Apple for half an year. When I first knew of her situation, despite of the reputation, my first reaction is worry. Not a long time ago, she told me she was back.
In fact, I do not really know how it feels to stay in a western country, but I do know that living and working in an unfamiliar environment can really be a challenge. I have ever worked in a small city in China where I even had communication obstacles since people there say their localism more, it was not easy for a negative person like me. Concluded from information that I got from web, America is a free country, but there seems also to be many adverse aspects. I know I should be brave, when I’m still young. In my opinion, I think if you want to do something, a foresight is needed, and proper pre-preparation, because every decision matters. Maybe when I know more, one day when I have a job chance or I can go there all by myself for a travel.
Maybe now, I’m preparing.
Curious about the everyday, education, consumption, places to travel, etc. The movies did not give me a thorough reveal of these things. Especially things about programmers, maybe this is a job career curiosity, aha.
Best Regard
A letter to a good guy in USA的更多相关文章
- [LeetCode] Letter Combinations of a Phone Number 电话号码的字母组合
Given a digit string, return all possible letter combinations that the number could represent. A map ...
- 17. Letter Combinations of a Phone Number
题目: Given a digit string, return all possible letter combinations that the number could represent. A ...
- 什么是Unicode letter
起因:从一段代码说起 using System; using System.Collections.Generic; using System.Linq; using System.Text; usi ...
- LeetCode——Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent. A map ...
- No.017:Letter Combinations of a Phone Number
问题: Given a digit string, return all possible letter combinations that the number could represent.A ...
- SCI/EI期刊投稿 Reply Letter 常用格式总结
SCI/EI期刊投稿Reply Letter常用格式总结 整个论文投稿的过程中,会遇到各种问题,需要我们向主编询问或是回复.下面主要总结了responses to the comme ...
- 【leetcode】 Letter Combinations of a Phone Number(middle)
Given a digit string, return all possible letter combinations that the number could represent. A map ...
- [LeetCode] Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent. A map ...
- [LintCode] Letter Combinations of a Phone Number 电话号码的字母组合
Given a digit string, return all possible letter combinations that the number could represent. A map ...
随机推荐
- Oracle存储过程基本语法 存储过程
Oracle存储过程基本语法 存储过程 1 CREATE OR REPLACE PROCEDURE 存储过程名 2 IS 3 BEGIN 4 NULL; 5 END; 行1: CREATE OR RE ...
- (转)android 在电脑上显示真机屏幕
http://my.oschina.net/u/202293/blog/199954 方法一: 可以用360手机助手等实现. 方法二: 想把手机屏幕显示在电脑屏幕上时就需要使用Android Scre ...
- [daily][device] linux挂载iphone
头几个月去旅游,亲戚的iphone照了好多照片,空间不足.就备份在了我的电脑上. 那么问题就是如何在linux系统里挂载iphone? 我找到了这篇文档,然而我没看. https://wiki.arc ...
- 蓝牙BLE MTU规则与约定
1. 问题引言: 想在gatt client上(一般是手机上)传输长一点的数据给gatt server(一般是一个Bluetooth smart设备,即只有BLE功能的设备),但通过 writeCha ...
- jira-cli,api,git,jenkins--version.txt
cd ${WORKSPACE}/trunk/src/main/webapp/html/ echo $version | sed -e "s/X/${BUILD_NUMBER}/g" ...
- jquery mobile 方法收集.
1.在列表项和按钮上禁用文本截断 如果你的列表项或者按钮上是一个很长的文本,它将会被jQuery Mobile自动截断,要禁用这个截断设置,需要在CSS选择器上添加属性"white- ...
- 一次性搞清楚equals和hashCode
前言 在程序设计中,有很多的“公约”,遵守约定去实现你的代码,会让你避开很多坑,这些公约是前人总结出来的设计规范. Object类是Java中的万类之祖,其中,equals和hashCode是2个非常 ...
- Java回调实现
一.回调的形式 1. C.C++和Pascal允许将函数指针作为参数传递给其它函数.JavaScript,Python,和PHP允许简单的将函数名作为参数传递. 2. .NET Framework的语 ...
- 如何在Qt 4程序中优化布局结构(表格讲解,很清楚)
原文地址:http://blog.csdn.net/qter_wd007/archive/2010/03/13/5377882.aspx 在迄今为止讲到每一个例子中,我们只是简单的把窗口部件放置到某个 ...
- UITextView 监听 return key的改变
- (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSSt ...