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 ...
随机推荐
- 7添加一个“X”到HTML:转到XHTML
XHTML中的X代表extensible,是以XML为基础的另一种说法.XML表示可扩展的标记语言. XML是一种可以用来开发新的标记语言的语言,而HTML只是一门标记语言. HTML转化为XHTML ...
- JDBC 增删查改
public class MemberDaoImpl implements MemberDao { private Connection conn = null; public MemberDaoIm ...
- iOS开发入门教程
iOS开发入门教程 http://my.oschina.net/mailzwj/blog/133273 摘要 iOS开发入门教程,从创建项目到运行项目,包括OC基础,调试,模拟器设置等相关知识. iO ...
- fatal error C1854: 无法覆盖在创建对象文件.obj”的预编译头过程中形成的信息
原因: 将stdafx.cpp 的预编译头属性 由 创建预编译头(/Yc) 改成了 使用预编译头(/Yu) 解决: 改回为 创建预编译头(/Yc) 参考文档 http://blog.csdn.net ...
- Google物联网操作系统协同框架Weave深度解析
1. Google Weave框架 在2015年的Google I/O大会上,负责Android业务的桑达.皮查伊(SundarPichai)宣布了Google最新的物联网战略.这包括一个 ...
- AMQP协议
当前各种应用大量使用异步消息模型,并随之产生众多消息中间件产品及协议,标准的不一致使应用与中间件之间的耦合限制产品的选择,并增加维护成本. AMQP是一个提供统一消息服务的应用层标准协议,基于此协议的 ...
- ArcGIS中添加进自定义的ttf字符标记符号
原文:ArcGIS中添加进自定义的ttf字符标记符号 ArcGIS系统中的样式可能不能满足实际生产需要,为了实现快速制图,可自定义一些样式,以便重复利用. 1. 制作的符号库 使用 FontCre ...
- Estimating Project Costs
The Wideman Comparative Glossary of Common Project Management Terms describes estimating cost as, &q ...
- JS之call/apply/bind
测试代码: var a = 1; var obj = { a = 2; } function test(a){ alert(a); alert(this.a); } 1.test(3); 结果:3,1 ...
- linux power button
最近需要使用到power button按键,linux中有gpio keys的机制,只要注册即可. device注册 arch/arm/mach-mx6/board-mx6q_sabresd.c #d ...