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. Newifi D1或 D2在Openwrt中,启用硬件NAT,启用BBR

    Newifi D1或 D2在Openwrt中,启用硬件NAT,启用BBR 转载注明来源: 本文链接 来自osnosn的博客,写于 2019-09-27. 启用 mt7621的硬件nat (Newifi ...

  2. Hive初步认识,理解Hive(一)

    Hive初步认识,理解Hive(一) 用了有一段时间的Hive了,之前一直以为hive是个数据库,类似Mysql.Oracle等数据库一样,其实不然. Hive是实现Hadoop 的MapReduce ...

  3. C语言笔记 05_判断&循环&函数

    判断 C 语言把任何非零和非空的值假定为 true,把零或 null 假定为 false. 下面是大多数编程语言中典型的判断结构的一般形式: 判断语句 C 语言提供了以下类型的判断语句.点击链接查看每 ...

  4. ASP.NET Core gRPC 入门全家桶

    一. 说明 本全家桶现在只包含了入门级别的资料,实战资料更新中. 二.官方文档 gRPC in Asp.Net Core :官方文档 gRPC 官网:点我跳转 三.入门全家桶 正片: ASP.NET ...

  5. 对python函数后面有多个括号的理解?

    一般而言,函数后面只有一个括号.如果看见括号后还有一个括号,说明第一个函数返回了一个函数,如果后面还有括号,说明前面那个也返回了一个函数.以此类推. 比如fun()() def fun(): prin ...

  6. Cesium专栏-淹没分析(附源码下载)

    Cesium 是一款面向三维地球和地图的,世界级的JavaScript开源产品.它提供了基于JavaScript语言的开发包,方便用户快速搭建一款零插件的虚拟地球Web应用,并在性能,精度,渲染质量以 ...

  7. Quartznet速记

    参与 https://www.cnblogs.com/lzrabbit/archive/2012/04/14/2371420.html 1.XML配置 参考:https://www.cnblogs.c ...

  8. 小程序模板template使用介绍

    template(模板):是可以在wxml中引用的代码,就是在wxml中引用公用的wxml类型的代码,它的作用类似于组件,因此这里简单的说明下template与Component (组件)的区别. t ...

  9. Chrome 开发者工具实用操作

    Chrome 开发者工具实用操作 https://umaar.com/dev-tips/

  10. right join 和left join 的区别

    SQL 数据库 right join 和left join 的区别   left join(左联接) 返回包括左表中的所有记录和右表中联结字段相等的记录 right join(右联接) 返回包括右表中 ...