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的更多相关文章

  1. [LeetCode] Letter Combinations of a Phone Number 电话号码的字母组合

    Given a digit string, return all possible letter combinations that the number could represent. A map ...

  2. 17. Letter Combinations of a Phone Number

    题目: Given a digit string, return all possible letter combinations that the number could represent. A ...

  3. 什么是Unicode letter

    起因:从一段代码说起 using System; using System.Collections.Generic; using System.Linq; using System.Text; usi ...

  4. LeetCode——Letter Combinations of a Phone Number

    Given a digit string, return all possible letter combinations that the number could represent. A map ...

  5. No.017:Letter Combinations of a Phone Number

    问题: Given a digit string, return all possible letter combinations that the number could represent.A ...

  6. SCI/EI期刊投稿 Reply Letter 常用格式总结

    SCI/EI期刊投稿Reply Letter常用格式总结          整个论文投稿的过程中,会遇到各种问题,需要我们向主编询问或是回复.下面主要总结了responses to the comme ...

  7. 【leetcode】 Letter Combinations of a Phone Number(middle)

    Given a digit string, return all possible letter combinations that the number could represent. A map ...

  8. [LeetCode] Letter Combinations of a Phone Number

    Given a digit string, return all possible letter combinations that the number could represent. A map ...

  9. [LintCode] Letter Combinations of a Phone Number 电话号码的字母组合

    Given a digit string, return all possible letter combinations that the number could represent. A map ...

随机推荐

  1. 取消svn关联

    把下面这段文字保存成一个reg文件 Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\sh ...

  2. 将真彩色转换成增强色的方法(即RGB32位或RGB24位颜色转换成RGB16位颜色的函数)

    今天由于程序需要,需要将真彩色转换成增强色进行颜色匹配,上网搜了一下没搜到相应函数,于是研究了一下RGB16位的增强色,写了这个函数: public static int RGB16(int argb ...

  3. 自动adsl拨号上网

    @echo offmode con cols=35 lines=6 & color 5Btitle 开机连接宽带--设置工具 QQ1009693258echo 请稍候...VER|FIND & ...

  4. websocket nodejs

    Web领域的实时推送技术,也被称作Realtime技术.这种技术要达到的目的是让用户不需要刷新浏览器就可以获得实时更新.它有着广泛的应用场景,比如在线聊天室.在线客服系统.评论系统.WebIM等. W ...

  5. 【Android测试】【第一节】性能——CPU

    ◆版权声明:本文出自胖喵~的博客,转载必须注明出处. 转载请注明出处:http://www.cnblogs.com/by-dream/p/5065083.html 前言 本来打算写完全部的自动化测试之 ...

  6. 使用node.js的bodyParser中间件读取post数据解析

    昨天我们使用的网关转发数据时出了点问题! 情景是这样的,另一方以Post的形式向我的node.js服务推送JSON数据.但是使用bodyParser中间件后,在req.body中拿不到任何信息. 代码 ...

  7. background:transparent的作用

    background的属性值 background : background-color | background-image | background-repeat | background-att ...

  8. [LeetCode]题解(python):041-First Missing Positive

    题目来源 https://leetcode.com/problems/first-missing-positive/ Given an unsorted integer array, find the ...

  9. linux关机

    init 0; init是所有进程的祖先﹐它的进程号始终为1﹐所以发送TERM信号给init会终止所有的用户进程﹑守护进程等.shutdown 就是使用这种机制.init定义了8个运行级别(runle ...

  10. Date and Time Pattern

    The following examples show how date and time patterns are interpreted in the U.S. locale. The given ...