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. API token for Github

    1.如图所示:(前提是登录Github,进入Personal settings) 2,创建token 3,生成token 4. Last login: Mon Dec  5 20:24:18 on c ...

  2. Mysql的锁机制与PHP文件锁处理高并发简单思路

    以购买商品举例: ① 从数据库获取库存的数量. ② 检查一下库存的数量是否充足. ③ 库存的数量减去买家购买的数量(以每个用户购买一个为例). ④ 最后完成购买. 仅仅这几行逻辑代码在并发的情况下会出 ...

  3. PHP实现水印效果(文字、图片)

    第一种 <?php /** * 功能:给一张图片加上水印效果 * $i 要加水印效果的图片 * $t 水印文字 * $size 文字大小 * $pos 水印的位置 * $color 文字的颜色 ...

  4. 小程序中曾经遇到的坑(1)----canvas画布

    目前正在开发小程序,在开发过程中,总会遇到一些坑,而这些坑并不会有很多开发者遇到而说出来.这里先记录一条我开发过程中遇到的问题,以便后人在开发中能够更容易的解决问题!!! 首先,小程序在canvas画 ...

  5. Pymongo一些常见需求(陆续补充)

    总结一下最近包括之前遇到的一些pymongo操作的问题. #需求1: 搜索文档数组里边是否存在某元素 数据: data1 = { '_id': xxxxxxxxxxxxxx, 'dataList': ...

  6. bootstrap模态对话框

    bootstrap模态对话框 前提是引入bootstrap的css和js的东西 data-backdrop="static"代表的是点击旁边的内容,不进行关闭操作,但是esc的时候 ...

  7. Phpstrom操作git

    1.PHPstrom操作git[上传] 2.提交代码到仓库 2. 3.使用git bash上传代码仓库的代码到远程服务器 代开git bash进入到项目所在的目录,输入命令$  git push .上 ...

  8. 浅谈 Glide - BitmapPool 的存储时机 & 解答 ViewTarget 在同一View显示不同的图片时,总用同一个 Bitmap 引用的原因

    作者:林冠宏 / 指尖下的幽灵 掘金:https://juejin.im/user/587f0dfe128fe100570ce2d8 博客:http://www.cnblogs.com/linguan ...

  9. react-dom.js 源码

    /** *以下这是 react-dom.js 的源代码 * ReactDOM v15.3.1 * * Copyright 2013-present, Facebook, Inc. * All righ ...

  10. Effective Java 第三版——35. 使用实例属性替代序数

    Tips <Effective Java, Third Edition>一书英文版已经出版,这本书的第二版想必很多人都读过,号称Java四大名著之一,不过第二版2009年出版,到现在已经将 ...