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. js到底new了点啥

    在最开始学习js的时候,我看书上写着,创建一个数组,一个对象通常使用new,如下: var arr=new Array(),//arr=[] obj=new Object();//obj={} 到了后 ...

  2. VMware Workstation All Key

    官方下载:https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html 懒人打包:链接:https:/ ...

  3. PHP中的浮点精度和类型

    PHP中的浮点数 精度 在PHP中,浮点数的字长和平台相关,通常最大值是 1.8e308 并具有 14 位十进制数字的精度(64 位 IEEE 格式). 浮点数的精度有限.尽管取决于系统,PHP 通常 ...

  4. 对TCP三次握手四次分手还不清楚的速度进,超简单解析,明白了就很好记!

    关于TCP三次握手四次分手,之前看资料解释的都很笼统,很多地方都不是很明白,所以很难记,前几天看的一个博客豁然开朗,可惜现在找不到了.现在把之前的疑惑总结起来,方便一下大家. 先上个TCP三次握手和四 ...

  5. 将Tomcat配置到你的mac电脑上,命令行启动tomcat

    1.下载tomcat7文件 2.编辑打开.bash_profile vim .bash_profile 3.在该文件最后面添加(CATALINA_HOME为tomcat解压目录) CATALINA_H ...

  6. ubuntu上lamp环境搭建

    首先,介绍个彻底删除linux已经安装的软件的方法. sudo apt-get purge mysql-server mysql-client mysql-common mysql-server-5. ...

  7. MysqL自动提交机制的关闭

    MysqL在执行一句数据库操作命令的时候,通常都是自动提交的.常用引擎下有两种,分别是MyIsam和InnoDB,MyIsam是不支持事务处理的,但InnoDB支持,但InnoDB在不开启事务处理的情 ...

  8. 使用Websocket框架之GatewayWorker开发电商平台买家与卖家实时通讯

    前段时间公司提了一个新的需求,在商品的详情页要实现站内买家和商品卖家实时通讯的功能以方便沟通促成交易,要开发此功能当时首先考虑到的就是swoole和workerman了,从网上大概了解了一下关于这两款 ...

  9. java:替换字符串中的ASCII码

    可对照查看网盘ASCII表http://yunpan.cn/cyxg4wQjQaGEQ (提取码:8b29) public static void main(String[] args) { // / ...

  10. 遍历对象属性(for in、Object.keys、Object.getOwnProperty)

    js中几种遍历对象的方法,包括for in.Object.keys.Object.getOwnProperty,它们在使用场景方面各有不同. for in 主要用于遍历对象的可枚举属性,包括自有属性. ...