Hey guys! I want to boost my productivity and I'd love to know what do you usually use as a developer. This is my list of tools and tricks:
Oh My...
For further actions, you may consider blocking this person and/or reporting abuse
For a long time I have been using keystroke launchers to quickly open applications.
I got used to the Alt + Space combination and use it in all operating systems.
For Windows I find the best ueli.app/
For Linux ulauncher.io/
I love it, I've been using Spotlight for a long period, and now I'm trying to use Raycast, but the only thing that I'm using now is Clipboard history and searching npm packages. It's definitely cool way to boost your speed 👍
you can do this with powertoys now, or even with just the built in search (you can customize what you actually want to show up in the results)
Ya, I also use that, but KDE plasma has krunner inbuilt which works better than this. And I just love it. It seriously boosts productivity
GitHub Copilot has been pretty valuable. I used to be more critical of it but it has improved substantially. I'd estimate it writes close to 20% of my code for me now, plus a lot of my comments.
I've tried to use GitHub Copilot and this thing is really cool. I'm not using it at the moment, because someday I removed the extension, but I'm thinking about installing this again 😅
The most useful productivity tool I've taken to using over the last year is tmuxinator for launching several windows/panes for each project I'm working on.
Besides that, I use a script I wrote to automate setting up any of my agency's projects, almost all of which use a completely different stack from the next.
Oh.. That sounds really cool! I should give a try on this one 😍 Thank you!
Bunch of VS Code and browser extensions, will make a list if you are interested.
Other than that, I use Notion, Obsidian(rarely), G-Calender, thiscodeworks, cold turkey
Sure! I'd love to see. I think there is always something useful that people are using, but you don't even know about it 😆
Browser extensions:
VS Code Extensions:
Thank you for sharing ❤️
Powershell to automate deployment tasks oh and Obsidian to Journal / Take Notes
You have some scripts that you wrote and just run them, right? Do you use anything like GitHub Actions?
At work i use a jenkins server. I call my powershell scripts from the jenkins job script. I do that so If the jenkins is down i'm still able to run my scripts locally. Also i find it more comfortable to develop the deployment scripts.
Got it 👍 Thank you for explaining 😊
You are welcome
I have a bunch if you want to check out iamdeveloper.com/uses for my whole setup, but here’s some I wrote about recently.
Productivity Tools I Use
Nick Taylor (he/him) ・ Mar 29 ・ 2 min read
Wow... It's a really huge list and so many things to explore. Thank you 😍
This is a little more specific, but I authored and use Agrippa quite a bit, to auto-generate React components without the boilerplate. It saves a lot of time, definitely compared to creating components by hand (but also compared to snippets).
Sorry for the self-promotion, but I sincerely believe it's great 😄 and it's saved me a lot of time and repetitive effort.
Wow! I didn't expect to see anyone who wrote something on their own and share this tool. Have you thinking about making a website with documentation? I see README and Wiki page, but maybe you have some plans around it 🤔
Thanks for checking it out!
I actually do have some plans for a proper website for it, but it's a lot of work and progress is quite slow.
Currently working on more features for the tool (more frameworks other than plain React, test file support, etc.) which I'm rather excited about 🚀
No worries! At least you have some information in README 👍 Good luck with project development and be strong 💪
I use almost nothing, for me it feels like I get less productive the more tools and software I use. So I try to keep my environment quite clean and only use the essentials. Easier to set up and start working on new machines too.
More tools not better, I totally agree, but let's say upgrade Zsh with Oh My Zsh is definitely worth it
Ohh yea, definitely. Zsh is one of my essentials, next to vscode and git
I've started to use RayCast couple weeks ago, I still don't use a lot from it, but I love it ☺️ And I've never heard about Org-roam or Transient. Thank you for mentioning that and now I'm going to learn more about it 😊
I use dozens of tools that make me more productive. Some worthwhile mentions:
Obsidian looks like something interesting! I'm going to try this one, thank you for sharing something new 😍
You can use the chrome extension Blackbox to copy text from videos, images, PDFs, etc
Come very handy while watching coding tutorials on YouTube 🤗
chrome.google.com/webstore/detail/...
Few Tools I just love:
Can't hurt to try it. It very often successfully guesses what code I want to write. When working in JavaScript, if I have an array and I write
const sum =
then I expect it will autocompletearr.reduce((sum, next) => sum + next, 0);
. If I have a string and I writeconst lines =
then I expect it will autocompletestr.split('\n');
. When I'm lucky it will write entire functions and unit tests for me. It's not always right and you can't use it blindly - you have to read and understand the code. Sometimes looking at its suggestions is a waste of time. But overall I have found it a net positive, I write more code in fewer keystrokes and less time.None so I don't get distracted 👌😅
😂 I've never even thought about this approach
For me it's mainly my code editor which is vscode, i installed a bunch of extensions to help with that and i have access to github copilot so it's more productive than before
I use vscode too, but I realized I don't have any extensions to boost productivity 🤔 Maybe you can suggest something? The only thing I have is
copy-json-path
to easily copy path to the value, it really helps me while I'm working with large JSON files 😅Live server, better comments, prettier, auto import for javascript, html tag auto completion, quokka i will make a list for good extensions i use soon so make sure you check it out
Awesome! Thank you 😍
I use the same tools plus my ~/bin is full of scripts and I cannot live without todoist
Awesome 😍 As I see from the comments, scripts are really helpful 👍
I am limiting the amout of things I pick up. Also, I try to think in advance of my next actions - that really helps.
Interesting 🤔 What if you have to many things to do, how do you handle them? Do you have something like
Inbox
page in notes application and take everything what you think you can do today or what? How you keep everything sorted out? Because I often loose something. 😄Well, some time ago I used something called GTD. It helped to be productive, but did not really help to be efficient. These days I use calendar for things I do not want to miss, Scrum/Kanban for work and my own mind - for home.
The thing is that any system will consume your time by having to follow some standards. If you manage to limit amount of things by doing less, but of bigger value, you can concentrate on things which really matter.
In the worst case you can create an account at atlassian website and use their Kanban/Scrum/Project boards. It's free ;)
You might also want to take a look at my article on becoming more productive but not investing time into memorizing IntelliJ shortcuts: dev.to/nikitakoselev/how-to-save-t...
I guess this approach shall work for any decent IDE.
Oh.. Nice! I'm just using shortcut.com to track all my task 😆 I have really simple workflow but at least it works for me. Have 3 columns (Inbox, Started, and Completed). Thank you for such detailed answer 😊
My brain
The brain is awesome 😍
Vim extension for VSCode.
Never heard about Yadr. New thing to learn again 👍
Pen paper and extra monitor
I love to track some work on paper, and cross out everything I've done. It's fun and simple 😆
iterm2
iterm2 is really great! I love it
One tab chrome extension
When I tried Copilot, it was a very different working experience: mostly because I was constantly evaluating if Copilots code suggestion was suitable or not. So I removed the extension
Yeah. To me it felt like having to coach a Junior dev all the time.
Was searching for this comment as I also use tabnine but people have been mentioning copilot. I wonder wish one is better?