There is no shame in hard work.

努力从来不丢人。

Stop complaining about the current work arrangements, just concentrate on doing the assignments well.

Actually, to many of us, there is no job that is better than another job. It might pay better, it might have better benefits, it might look better on the resume and on paper.

But, it is not better, every job is worthwhile and valuable, if only we could do our best to make our outputs perfect.

And there is no shame in hard work, we could only feel ashamed if we fail to do our job well.

I am willing to take chances, I am willing to work hard, and I am willing to find joy in what I do every day.

I know that I am valuable, I know the path I have taken is worthwhile.

I realize that no matter how far up the ladder I may go, what I do then will never be “better” than what I’m doing now, because my attitude will never change.

Future positions might pay more…they might come with better benefits…but I will always make an effort to remember that I’m never too good to complete any task.

Coming to this realization also reminds me of the fact that real leaders are never afraid of working in the trenches with their followers.

If I aspire to be a great leader, whether it be at the forefront or in the background, I must always remember that my organization is only as strong as its weakest link.

I must never let pride interfere with my ability to work hard in the face of adversity.

More importantly, my journey is unique to me,  and I have come to realize that I have no shame in that.

Because I know that my desire to learn and work hard is where my value lies, not my title.

A title doesn’t deem us successful…nor does it guarantee us peace of mind.

But hard work can provide us those things, and it will open doors to opportunities that will change our life.

So, work hard, and work harder, always strive for becoming better and stronger.

I just wanna be myself, and I want you to love me for who I am.

我只想做我自己,我也希望你能喜欢我本来的样子。

From Lady Gaga, "Hair".

Honestly, I want to be the one that can bring benefits to others, the one that can attract others to work together with him.

June 03rd, 2019. Week 23rd, Monday的更多相关文章

  1. June 4. 2018 Week 23rd Monday

    Don't criticize what you can't understand. 不懂的,不要随意批判. From Bob Dylan. Don't criticize what you can' ...

  2. June 05th 2017 Week 23rd Monday

    No great discovery was ever made without a bold guess. 没有大胆的猜测就没有伟大的发现. I've read this sentence just ...

  3. June. 25th 2018, Week 26th. Monday

    Change in all things is sweet. 有改变就会有美好. From Aristole. Change is always good, but embracing change ...

  4. June 18. 2018, Week 25th. Monday

    Health and cheerfulness naturally beget each other. 安康喜乐,相生相成. From Joseph Addison. Good health is a ...

  5. June 11. 2018 Week 24th, Monday

    Love is the beauty of the soul. 爱是灵魂之美. From Saint Augustine. The complete version of this quote goe ...

  6. June 9. 2018, Week 23rd, Saturday

    I know nothing except the fact of my ignorance. 除了自己的无知,我一无所知. Believe it or not, true wisdom exists ...

  7. June 7. 2018 Week 23rd Thursday

    Half is worse than none at all. 一知半解比一无所知更痛苦. From Westworld. If we go looking for the truth, get th ...

  8. June 6. 2018 Week 23rd Wednesday

    You are confined only by the walls you build yourself. 限制你的只有你自己筑起的墙. From Andrew Murphy. Let's repe ...

  9. June 5. 2018 Week 23rd Tuesday

    Learn to let go and be clear of where you really want to head for. 学会放手,同时也要弄清楚自己的真正所爱. From Kissing ...

随机推荐

  1. 2019icpc银川站 复现赛

    打了计蒜客上的银川重现赛,总体感觉难度上确实比平时区域赛要低上一些. 这里补一下F题和G题的思路和代码. upd:I题也补了,理解差不多都在注释里. F题        做法,玩一下n=10的样例就出 ...

  2. Hive脚本中切勿使用/**/注释

    Hive脚本中切勿使用/**/注释 Hive脚本的注释目前好像只有 -- ,我之前在做初版数据的时候 使用NotePad++ 习惯性的有时候注释会写成 /**/ ,然后就引发了问题 脚本上传到hue, ...

  3. promise和axios

    1.接口调用方式 原生ajax 基于jQuery的ajax fetch axios 异步 JavaScript的执行环境是「单线程」 所谓单线程,是指JS引擎中负责解释和执行JavaScript代码的 ...

  4. ECMAScript 5 特性

    ECMAScript 5 也称为 ES5 和 ECMAScript 2009. ECMAScript 5 特性 这些是 2009 年发布的新特性: "use strict" 指令 ...

  5. alpine制作jdk、jre镜像、自定义镜像上传阿里云

    alpine制作jdk镜像 alpine Linux简介 1.Alpine Linux是一个轻型Linux发行版,它不同于通常的Linux发行版,Alpine采用了musl libc 和 BusyBo ...

  6. SpringBoot集成swagger2.0

    最近项目里要用到SpringBoot + swagger,查了其他小伙伴们的资料,或多或少有点问题,在此我再梳理一遍. 1.maven依赖 <parent> <groupId> ...

  7. JavaScript 日期格式

    有四种 JavaScript 日期输入格式: 类型 实例 ISO 日期 "2018-02-19" (国际标准) 短日期 "02/19/2018" 或者 &quo ...

  8. angular cli + primeNG

    目录: 1.安装  angular cli 2.创建项目 3.构建路由 4.新建组件 5.组件之间的通信 6.引入primeNG 7.修改primeNG组件样式 8.问题 -------------- ...

  9. [转]UIpath advanced certification dumps

    本文转自:https://dotnetbasic.com/2019/06/uipath-advanced-certification-dumps.html UiPath advanced certif ...

  10. Python内置装饰器@property

    在<Python装饰器(Decorators )>一文中介绍了python装饰器的概念,日常写代码时有一个装饰器很常见,他就是内置的@property. 我们一步步的来接近这个概念. 一个 ...