Ask HN: Developers tools that enhances your productivity
1–10 of 11 posts
Re: Ask HN: Developers tools that enhances your productivity
#2External: Taking breaks (brew coffee, walk around), sleep well.
Re: Ask HN: Developers tools that enhances your productivity
#3- 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
#4Re: Ask HN: Developers tools that enhances your productivity
#5vim for editing, emacs org mode for scheduling, tracking habits, tasks, tracking my time spent on tasks and taking notes
Re: Ask HN: Developers tools that enhances your productivity
#6- 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:…
Re: Ask HN: Developers tools that enhances your productivity
#8- 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…
Re: Ask HN: Developers tools that enhances your productivity
#9Internal: 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.
Re: Ask HN: Developers tools that enhances your productivity
#10vim for editing, emacs org mode for scheduling, tracking habits, tasks, tracking my time spent on tasks and taking notes