开源日报 每天推荐一个 GitHub 优质开源项目和一篇精选英文科技或编程文章原文,坚持阅读《开源日报》,保持每日学习的好习惯。
今日推荐开源项目:《查错 HTMLHint》
今日推荐英文原文:《How To Become an Effective Software Engineer》

今日推荐开源项目:《查错 HTMLHint》传送门:GitHub链接
推荐理由:一个用于帮你的 HTML 文件查错的工具。这个工具可以根据设置好的规则检查你的文件,从中标记出违反规则的部分帮助你修改,比如标签必须配对,标签必须唯一和属性不能为空等等,对于初学者来说可能这些问题会发生的更多,这个时候它就能帮你省去一行行检查的时间了——但是它不能总是帮你省下这些时间,养成良好的代码书写习惯才是一劳永逸的选择。
今日推荐英文原文:《How To Become an Effective Software Engineer》作者:Luis Santiago
原文链接:https://medium.com/better-programming/how-to-become-an-effective-software-engineer-b2d25b588bc8
推荐理由:一些提高效率的思维方式和技巧

How To Become an Effective Software Engineer

When I first started my journey as a software engineer I quickly noticed the great amount of cognitive load involved when working on enterprise projects. There are many moving targets throughout the execution of a plan. Clean code, tests, security, config files, performance, deployments, and many more variables commonly form part of the mental load required for successful completion of a project. I was contemplating a paradox I have seen many engineers face — trying to stay up to date with the latest trends in this ever-changing software industry while delivering great value to the company I work for. I was craving time outside Jira Stories to dedicate effort to my growth. And then I started seeking tools that could help me add tremendous value to my organization, maintain growth, and become effective.

Awareness about what matters

My main source was mentorship from people in the technology industry. Especially, mentorship in book formats from authors like Gary Vaynerchuk, Cal Newport, and Edmund Lau. I identified a pattern in their advice. It was awareness — deeply understand what matters and execute towards that goal. The identification of clear goals gives us opportunities to measure them. Self-awareness allows us to recognize the things we do best and also see our weaknesses.
“Accept your shortcomings, and strive to become more conscious of who you really are.” — Gary Vaynerchuk

Leverage

In the book The Effective Engineer, Edmund Lau suggests leverage as a yardstick for effectiveness. Leverage is the return on investment for the effort that is put in. I see this as a generic definition of leverage. Combining Edmund Lau’s equation of leverage gives me a whole new perspective of its definition: Edmund Lau’s definition of leverage. Looking at the equation above I make sense of the parameters that influence the outcome of leverage. Before I start developing code, I commonly have an idea of how the product implementation will produce impact to the business. Even after implementation, I can measure its true impact by tracking logs, usage, and adoption rate. This numerator — impact produced — is indirectly given to us. The denominator is the parameter we have the most trackability over. Time invested is the value we can measure; before, during, and after execution. Putting in effort to keep this parameter to a minimum, yields a higher leverage. This means higher return on investment (ROI). In the case of software engineers, ROI could mean improving trust with business partners, higher rate of adoption, or reducing the time it takes to perform a certain task. To achieve this, we have to get good at getting things done efficiently.
“Effective engineers are not the ones trying to get more things done by working more hours. They are the ones who get things done efficiently — and who focus their limited time on the tasks that produce the most value.” — Edmund Lau
In the book High Output Management, ex-CEO of Intel Andrew Grove shares three ways to increase leverage:
  1. Reduce the time it takes to complete a certain task
  2. Increase the output of an activity
  3. Shift to higher-leverage activities
And Edmund Lau complements them with three questions:
  1. How can I complete this activity in a shorter amount of time?
  2. How can I increase the value produced by this activity?
  3. Is there something else I could spend my time on that would produce more value?
I sometimes get laser-focused on a specific coding task. However, I find it beneficial to stop once in a while and ask myself these three questions. I see them as a pulse check for effectiveness.

Mindset

The perspective of our own intelligence, character, and ability deeply affects how we lead our lives. The adoption of a growth mindset is one of the most impactful concepts I have come across. Mostly because it is an effective tool for developing our confidence. There comes a time in which we feel the famous imposter syndrome creeping in. We might feel like our skills don’t line up with what “they” are looking for. But when you adopt a growth mindset, you tell your story. You tell who you are, what skills you’ve built, what you are excited about doing next, and why. Consciously recognizing areas of improvement and actively executing a plan of self-betterment. It means taking responsibility for each aspect of a situation that you can change. Learning, just like invested money, also compounds:
  1. Knowledge gives you a foundation to gain more knowledge.
  2. The earlier you optimize for learning, the more time your learning has to compound.
  3. Even small deltas in your learning rate can make a big difference in the long run.

Limit the amount of work in progress

Checklists can improve outcomes. They are a tool used to reduce errors in many fields. Keeping a checklist helps me transfer all the effort of remembering what I have to do next from my mind to another place. This allows me to focus my brain power on problem solving and development. Avoid context switching. Focus your undivided attention to one task at a time. Any form of distraction, including working on multiple tasks at the same time, takes away from my ability to become effective. When possible, I apply deep work; a skill I learned from Cal Newport’s book Deep Work. I make a conscious effort to shut off all distractions and work on developing mastery. Cal Newport defines deep work as:
“Professional activities performed in a state of distraction-free concentration that push your cognitive capabilities to their limit. These efforts create new value, improve your skill, and are hard to replicate.” — Cal Newport

Wrapping up

The practice of adopting a growth mindset towards new skills makes us better learners and more willing to stretch beyond our comfort zone. Many times, I’ve felt excited about a new project idea. I think about the amount of value its implementation could add. Then I also think about all the things that could go wrong. I think about failure. I feel fear. I stop. But with a growth mindset, I understand I must reach beyond that thinking cycle. I understand I am always learning. Just like a product in beta — always in progress. Always in a constant iteration. Then I keep moving onwards along my journey to effectiveness.
下载开源日报APP:https://openingsource.org/2579/
加入我们:https://openingsource.org/about/join/
关注我们:https://openingsource.org/about/love/