Currently, I just want to write something in English.Maybe I just want to review my Egnlish knowledge or maybe I'm scared of losing about ten years of English learning. Any way, It just seems to be a very important thing to do, like I have to although I don't want to use English when I write articles. It's really terrible to me and I know you readers should understand if English is not your mother tongue. Suddenly the words of Elon Musk emerge,"if something is important enough, you do it enven if the odds are not in your favor". I guess this may be the reason why I want to write in English.
 
Well, I must always use the right brian not the whole brain to think about affairs. I run afoul of my left brain and don't know what should I write in English. After considering for a while, I think maybe we could talk about my working life since it almost takes up most of my time.
 
I've been working for almost three years after graduation from UESTC. I know I would be a softerware developer but I cannot confirm the precise niche. When I started to participate in the campus recruitment activities, I have totally no ideas about this kind of things and I just set a simple condition that the location must be Shenzhen. I really like this city. So when I just got one offer which was located in Shenzhen and the company is called TCL, I finished my own recruitment. I know it sounded stupid to stop pursuitting and trying other companies but I just felt OK at that time. Honestly, I hope all your guys should go to get as many offers as you can.
 
My first job was Android Developer which I've never thought about. I was imaging that I might do Web or Java backend deveopment. Anyway I have been involved in Android. After taking part in two projects, I found that Android development was great. I could get a lot of fun from it and the most important thing was that I could handle many tough problems by myself.
 
But one day, there was some inner voice saying that 'Is Android your favorite job?'. This question really shocked me because I didn't know if Android developer is my favorite job. after considering a couple of days, I just quit my job and started my job searching. This time I mainly focused on backend development. And I got a java backend developer from Morningstar which is a US company. I start to learn Spring,Mybatis, Java Web as much as I can. After about a month, I was responsible for refactoring the code of search team wich was based on Solar. I don't want to splurge but the true is that I got many small red flowers except WTF when reviewing my code in the meeting room.
 
Everyone has his free time to do something for relax or entertainment. Some may watch movies, others may do some sports while I just feel great when coding ,especially when it's not under pressure. So I spent a lot of time on coding at odd hours. During the Morningstar, I just developed my own Android APP which has been submited to Baidu APP Store. It was really exciting.
 
And I also confirm that I prefer front-end development than back-end developer. It has become very clear after one year clutter, soon later I made a disicion to find an Android related job. I really appreciated the atmosphere of trust in Morningstar, so called human-based management.
 
I'm not an idealist but Everything went so smoothly after I dicided to change my job. For some reasons, I joined a start-up which was just builded by my manager in Morningstar. So everything seems like translation not transformation.
 
Now I'm a real front-end developer and I'm not only focus on Android but also iOS and web.
 
Well, this article is really like a self-introduction. Maybe there are some grammer and word mistakes. Some sentences might sound like chinglish.I knew the case that Lei Jun who said 'Are you OK?' to his fans and he got a lot of laugh and contempt. Anyway, I appreciate his courage of using English even though he was not so good at it.
 
You know,nobody can be perfect in every aspect and this should never be the reason that we stop trying. I hope one day I could give a fluent english presentation and some people that I've never heard of said 'hey, I saw one of your articles wroted in so-called english, it reeks of taste' I would answer that 'Thank you for your attention and this is why I work hard to improve it.'
 
 

Hello English Again的更多相关文章

  1. Lesson 14 Do you speak English?

    Text I had an amusing experience last year. After I had left a small village in the south of France. ...

  2. 运行nltk示例 Resource u'tokenizers punkt english.pickle' not found解决

    nltk安装完毕后,编写如下示例程序并运行,报Resource u'tokenizers/punkt/english.pickle' not found错误 import nltk sentence ...

  3. [LeetCode] Reconstruct Original Digits from English 从英文中重建数字

    Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...

  4. [LeetCode] Integer to English Words 整数转为英文单词

    Convert a non-negative integer to its english words representation. Given input is guaranteed to be ...

  5. leetcode-【hard】273. Integer to English Words

    题目: 273. Integer to English Words Convert a non-negative integer to its english words representation ...

  6. [LeetCode] 423 Reconstruct Original Digits from English

    Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...

  7. [CareerCup] 17.7 English Phrase Describe Integer 英文单词表示数字

    17.7 Given any integer, print an English phrase that describes the integer (e.g., "One Thousand ...

  8. English随笔1

    英语中的基本五大句型  1.Subject (主语) + Verb (谓语) Li Ming works The accident happened 2.Subject (主语) + Link. V( ...

  9. Leetcode: Reconstruct Original Digits from English

    Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...

  10. English Literature

    The website links of English Literature,which I wanno recommend to U is based on following. 数据结构 - 知 ...

随机推荐

  1. Java经典编程题50道之三十四

    输入3个数a,b,c,按大小顺序输出. public class Example34 {    public static void main(String[] args) {        sort ...

  2. ch7复用类

    导出类的初始化是从基类开始向下扩展的,先初始化基类,再初始化由基类继承而来的类. 若类B需要类A中的一些甚至全部方法,但类B实际上不是并不是真正的类A,则可以通过代理的方式在B中实现所需要的A的方法, ...

  3. hdu 1010 回溯加奇偶性剪枝

    普通的剪枝会超时,必须加入奇偶性剪枝. 直接上图: AC代码: #include<cstdio> #include<cstring> #include<algorithm ...

  4. Java版2048

    功能要求:2048的基本界面,能够实现2048的游戏功能. 总思路:两个类:Game和GameListener. Game负责界面的实现和paint方法的重写 GameListener负责实现键盘和鼠 ...

  5. java 集合类Array、List、Map区别和优缺点

    Java集合类主要分为以下三类: 第一类:Array.Arrays 第二类:Collection :List.Set第三类:Map :HashMap.HashTable 一.Array , Array ...

  6. Ubuntu版本更替所引发的“血案”

    Ubuntu版本更替所引发的"血案"       今天,我兴致很高的装了双系统,并且配置了Linux的网络,接下来就是安装一些软件,来实现我想达到的功能了,结果被一个小小的命令卡的 ...

  7. 【java学习笔记】线程

    1.线程的定义 ①继承Thread类,将执行的任务逻辑放到run方法中,调用start方法来开启线程 public class ThreadDemo { public static void main ...

  8. Cisco Packet Tracer 6.0 实验笔记

    开篇:组建小型局域网 实验任务 1.利用一台型号为2960的交换机将2pc机互连组建一个小型局域网: 2.分别设置pc机的ip地址: 3.验证pc机间可以互通. 实验设备 Switch_2960 1台 ...

  9. GAN︱GAN 在 NLP 中的尝试、困境、经验

    GAN 自从被提出以来,就广受大家的关注,尤其是在计算机视觉领域引起了很大的反响,但是这么好的理论是否可以成功地被应用到自然语言处理(NLP)任务呢? Ian Goodfellow 博士 一年前,网友 ...

  10. R+OCR︱借助tesseract包实现图片文本提取功能

    2016年11月,Jeroen Ooms在CRAN发布了tesseract包,实现了R语言对简单图片的文本提取.分析功能. 利用开源OCR引擎进行图片处理,目前可以识别超过100种语言,R语言可以借助 ...