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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Developers tools that enhances your productivity

11 点作者 mraza007超过 4 年前
Dear Developers, What are some tools or quick hacks that you use when writing software which makes you productive. Whether it can be configuring shell,text editors and etc

5 条评论

gin_morphin超过 4 年前
- Tools: Reveal (<a href="https:&#x2F;&#x2F;revealapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;revealapp.com&#x2F;</a>) for dealing with app&#x27;s UI, Sublime (<a href="https:&#x2F;&#x2F;www.sublimetext.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.sublimetext.com&#x2F;</a>) for text editors, Paw (<a href="https:&#x2F;&#x2F;paw.cloud&#x2F;" rel="nofollow">https:&#x2F;&#x2F;paw.cloud&#x2F;</a>) for making API calls, Proxyman (<a href="https:&#x2F;&#x2F;proxyman.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;proxyman.io&#x2F;</a>) for manipulating requests&#x2F;responses when debugging<p>- Quick hacks: Moya library (<a href="https:&#x2F;&#x2F;github.com&#x2F;Moya&#x2F;Moya" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Moya&#x2F;Moya</a>) for categorizing API route, Diff Algorithm for reloading huge UITableView efficiently<p>- Others: Have a dog and sleep well :)
评论 #24690776 未加载
emrox超过 4 年前
- Dash (<a href="https:&#x2F;&#x2F;kapeli.com&#x2F;dash" rel="nofollow">https:&#x2F;&#x2F;kapeli.com&#x2F;dash</a>) for browsing documentation locally (often faster than searching the web when you know what you are looking for), alternative: <a href="https:&#x2F;&#x2F;devdocs.io" rel="nofollow">https:&#x2F;&#x2F;devdocs.io</a> (works in browser), Zeal (<a href="https:&#x2F;&#x2F;zealdocs.org" rel="nofollow">https:&#x2F;&#x2F;zealdocs.org</a>, for Windows &amp; Linux)<p>- Sublime Merge for solving merge conflicts and committing individual lines (I&#x27;m for command line when working with Git, but `git add -p` is often frustrating, with Sublime Merge it&#x27;s very easy once you got used to the tool)
评论 #24690790 未加载
welder超过 4 年前
Find the &quot;Awesome-X&quot; list for all the stuff you use on GitHub. Also, use <a href="https:&#x2F;&#x2F;wakatime.com" rel="nofollow">https:&#x2F;&#x2F;wakatime.com</a> to measure the time you spend coding.
FR10超过 4 年前
Internal: Learning Vim, (some) task automation through scripts, learning to write good commits&#x2F;comments&#x2F;tests&#x2F;tags (TODO:, BUG:, REFACTOR:), doing code reviews.<p>External: Taking breaks (brew coffee, walk around), sleep well.
评论 #24690803 未加载
theSealedTanker超过 4 年前
vim for editing, emacs org mode for scheduling, tracking habits, tasks, tracking my time spent on tasks and taking notes
评论 #24684417 未加载
评论 #24690805 未加载