TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are some productivity hacks which junior devs should know?

10 点作者 samrohn777超过 3 年前

9 条评论

samrohn777超过 3 年前
Not separating out your work and personal life can screw both work and life. It will lead to burn out eventually<p>Don’t flame people. Ask polite questions. Like can you explain this instead of I didn’t understand it<p>Simple things like being methodical, organized, and have a good process to build new things can take you very far.<p>You can&#x27;t become a programmer if you don&#x27;t write code. You can&#x27;t become an exceptional programmer if you don&#x27;t read code<p>Be careful who you vent to at work.Just because they listen, it doesn&#x27;t mean that they are your friend or have your best interests at heart.<p>Approach work as a way to maximize your free time<p>Being inexperienced and willing to learn is better than being experienced and thinking you know it all.<p>Mindset is important. If you tell yourself you&#x27;re an above average developer, you&#x27;re more likely to improve your craft because it&#x27;s part of your identity.<p>Do not bash any idea or belief based on your past experience. It is true until you have a clear reason to think otherwise.
sgwizdak超过 3 年前
Own your calendar. Have enough time carved out for &quot;deep-focus&quot; time, 2-4 hours of uninterrupted time, plan dev tasks to line up with these and aggressively block out time as needed.<p>Keep detailed notes when in meetings, find a system that works for you where you can easily index and search things.<p>Keep detailed notes about your contributions, what you&#x27;ve done, how you&#x27;ve helped others, discussions led, etc. Invaluable for performance reviews and promotions and in general seeing where you&#x27;re spending time. I used to keep this in a public .plan file, now-a-days it&#x27;s shared doc that I let my managers see.<p>Do not sacrifice your health. Carve out time for exercise. Carve out time for learning. It&#x27;s sometimes nice to work late for that big block of quiet uninterrupted time, but schedule it on your terms and only once or twice a week.<p>Know your toolsets. You should be able to easily execute, test, profile, and debug. If this is painful, then investments need to be made on your codebase.<p>When building systems, focus on interconnectivity and getting a base skeleton working first and then fill in details. Avoid &quot;big-bang&quot; integrations, they never work, and can result in last minute surprises. Strive to have the skeleton component building and working daily as you add in details.
mooreds超过 3 年前
Improve documentation for the next person. That person may be you.<p>Learn jq, awk and sed.<p>Pair with more experienced devs and if they do something that seems magical, ask how.
评论 #29278616 未加载
dyingkneepad超过 3 年前
Read Getting Things Done and learn about Inbox Zero. You may not end up using these methods, but just learning how they work will really help you figure out what works best for you. Pro tip: they actually work.<p>Hone your skills. Remember to take some time to learn things, even if it&#x27;s just a new Vim command or something.<p>Be nice to people. People who like you may propel your career in unexpected ways. This happened to me. Help people learn and grow. Don&#x27;t try to compete with people in your team.<p>Communicate. Learn how to do it if you have trouble. There are a lot of people with brilliant technical skills that don&#x27;t end up having great careers because they can&#x27;t communicate.<p>Work 8 hours per day. Learn how to focus on those 8 hours and actually be productive. Don&#x27;t work more than that, try not to work less than that. It&#x27;s all you&#x27;ll ever need to be above the curve.
bluesnowmonkey超过 3 年前
Focus on iteration speed. Ship small changes as fast as possible. There’s no point trying to sit back and have deep strategic thoughts about what needs to be done until you’re so proficient at the basic mechanics of writing and deploying changes that it is instant and effortless. Just pick a clear, important improvement to be made to the system, find the tiniest change that makes progress toward that goal, do it and repeat as fast as possible. This should be your general modus operandi for a long time in your career.<p>A second point I would make, get yourself in a position (company&#x2F;team&#x2F;whatever) where you get exposed to lower abstraction levels. Mid&#x2F;late game in your career it’s important to have an understanding of operating systems, databases, networking, memory layout, etc. Otherwise you plateau.
karmakaze超过 3 年前
There&#x27;s one good meta productivity hack: pair with other devs. You quickly learn so many tips and tricks that no one even thinks of asking about that have been acquired over a long time. Anything from specific command-line-isms to sequencing operations and how to think of them.
AnimalMuppet超过 3 年前
Don&#x27;t be a jerk. How you treat people matters.<p>Why is that a <i>productivity</i> hack? Because medium-to-large-scale software development is all about communication. You don&#x27;t initially know what your code is supposed to do. It isn&#x27;t obvious; someone has to communicate that to you. You don&#x27;t know how it&#x27;s supposed to work with other code; someone has to communicate that to you. Being a jerk makes other people less willing to talk to you.
giantg2超过 3 年前
If you find yourself doing something that&#x27;s the same, try to automate it. Stuff like bat, ksh, powershell, etc.<p>Email folders and filters to sort what is important and what is just noise.
评论 #29279431 未加载
ZYZ64738超过 3 年前
Write notes use a PKM system like Obsidian.md or similar