Live data from Hacker News

Ask HN: Developers tools that enhances your productivity

news.ycombinator.com

1–10 of 11 posts

Re: Ask HN: Developers tools that enhances your productivity

#3
- Tools: Reveal (https://revealapp.com/) for dealing with app's UI, Sublime (https://www.sublimetext.com/) for text editors, Paw (https://paw.cloud/) for making API calls, Proxyman (https://proxyman.io/) for manipulating requests/responses when debugging

- Quick hacks: Moya library (https://github.com/Moya/Moya) for categorizing API route, Diff Algorithm for reloading huge UITableView efficiently

- Others: Have a dog and sleep well :)

Re: Ask HN: Developers tools that enhances your productivity

#5

vim for editing, emacs org mode for scheduling, tracking habits, tasks, tracking my time spent on tasks and taking notes

Wait - can you use org mode without knowing emacs as much as a vim user knows vim? Like, maybe, knowing the default shell line editing keystrokes?

Re: Ask HN: Developers tools that enhances your productivity

#6
- Dash (https://kapeli.com/dash) for browsing documentation locally (often faster than searching the web when you know what you are looking for), alternative: https://devdocs.io (works in browser), Zeal (https://zealdocs.org, for Windows & Linux)

- Sublime Merge for solving merge conflicts and committing individual lines (I'm for command line when working with Git, but `git add -p` is often frustrating, with Sublime Merge it's very easy once you got used to the tool)

Re: Ask HN: Developers tools that enhances your productivity

#7

- Tools: Reveal ( https://revealapp.com/ ) for dealing with app's UI, Sublime ( https://www.sublimetext.com/ ) for text editors, Paw ( https://paw.cloud/ ) for making API calls, Proxyman ( https://proxyman.io/ ) for manipulating requests/responses when debugging - Quick hacks: Moya library ( https://github.com/Moya/Moya ) for categorizing API route, Diff Algorithm for reloading huge UITableView efficiently - Others:…

Thanks for mentioning API tools. By the way I have been heavily using sublime text but now I am investing some time to learn vim since I want to get into DevOps eventually

Re: Ask HN: Developers tools that enhances your productivity

#8
post #6

- Dash ( https://kapeli.com/dash ) for browsing documentation locally (often faster than searching the web when you know what you are looking for), alternative: https://devdocs.io (works in browser), Zeal ( https://zealdocs.org , for Windows & Linux) - Sublime Merge for solving merge conflicts and committing individual lines (I'm for command line when working with Git, but `git add -p` is often frustrating, with Subl…

Really, I really like how documentations have become easily accessible offline. Hows your experience has been with Sublime Merge

Re: Ask HN: Developers tools that enhances your productivity

#9
post #2

Internal: Learning Vim, (some) task automation through scripts, learning to write good commits/comments/tests/tags (TODO:, BUG:, REFACTOR:), doing code reviews. External: Taking breaks (brew coffee, walk around), sleep well.

Nice, I am also investing time into learn more about vim, btw have you tried kakoune editor its very similar to vim and provides auto suggestion feature
Post reply on HN