DEV Community

Pavel Keyzik
Pavel Keyzik

Posted on

What tools do you use to boost productivity?

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 Zsh with autosuggestion and git plugin
  • GitHub CLI. Usually I use gh branch to switch between branches as you can use Fuzzy Finder here
  • Aliases, like work to open work project, opensource to open my opensource projects folder

Latest comments (59)

Collapse
 
mahdignb profile image
Mahdi Ghanbari

One tab chrome extension

Collapse
 
dilutewater profile image
Rachit Khurana • Edited

Few Tools I just love:

  • Notion - For all the document related stuff
  • Slapdash
  • FreeTube - Opensource youtube client
  • Github Copilot - your pilot for writing code
  • Ferdi - Best software for all communication platforms in 1
Collapse
 
nombrekeff profile image
Keff

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.

Collapse
 
pavelkeyzik profile image
Pavel Keyzik

More tools not better, I totally agree, but let's say upgrade Zsh with Oh My Zsh is definitely worth it

Collapse
 
nombrekeff profile image
Keff

Ohh yea, definitely. Zsh is one of my essentials, next to vscode and git

Collapse
 
joyetgeorge profile image
joyetgeorge • Edited

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/...

Collapse
 
sami_hd profile image
Sami

Was searching for this comment as I also use tabnine but people have been mentioning copilot. I wonder wish one is better?

Collapse
 
nitzanhen profile image
Nitzan Hen

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.

Collapse
 
pavelkeyzik profile image
Pavel Keyzik

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 🤔

Collapse
 
nitzanhen profile image
Nitzan Hen

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 🚀

Thread Thread
 
pavelkeyzik profile image
Pavel Keyzik

No worries! At least you have some information in README 👍 Good luck with project development and be strong 💪

Collapse
 
andrewbaisden profile image
Andrew Baisden

I use dozens of tools that make me more productive. Some worthwhile mentions:

  1. Todoist - For having a to do list
  2. Notion - For managing projects and life
  3. Centered - For task and project time tracking
  4. Obsidian - For note taking and writing articles
  5. Google Calendar - For managing events etc...
Collapse
 
pavelkeyzik profile image
Pavel Keyzik

Obsidian looks like something interesting! I'm going to try this one, thank you for sharing something new 😍

Collapse
 
syeo66 profile image
Red Ochsenbein (he/him)

Vim extension for VSCode.

Collapse
 
clumsycoder profile image
Kaushal Joshi

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

Collapse
 
pavelkeyzik profile image
Pavel Keyzik

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 😆

Collapse
 
clumsycoder profile image
Kaushal Joshi

VS Code Extensions:

  1. ESLint
  2. Prettier
  3. Code Spell Checker
  4. Better Comments
  5. Error Lense
  6. Headwind (For Tailwind)
  7. JS Code snippets
  8. Live Share
  9. Markdown Preview
  10. Regexp Explain
Thread Thread
 
pavelkeyzik profile image
Pavel Keyzik

Thank you for sharing ❤️

Collapse
 
clumsycoder profile image
Kaushal Joshi

Browser extensions:

  1. Grammarly
  2. Search by Image
  3. Pocket(+mobile app)
  4. ColorZilla
  5. WhatFont
  6. Picture-in-Picture Extension
  7. News Feed Eradicator: Blocks news feed for social media apps
  8. The Great suspender: suspends tabs after certain time of iactivity
  9. Wappalyzer
Collapse
 
pavelkeyzik profile image
Pavel Keyzik

Never heard about Yadr. New thing to learn again 👍

 
christiankozalla profile image
Christian Kozalla

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

Thread Thread
 
syeo66 profile image
Red Ochsenbein (he/him)

Yeah. To me it felt like having to coach a Junior dev all the time.

Collapse
 
nickytonline profile image
Nick Taylor

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.

Collapse
 
pavelkeyzik profile image
Pavel Keyzik

Wow... It's a really huge list and so many things to explore. Thank you 😍

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

None so I don't get distracted 👌😅

Collapse
 
pavelkeyzik profile image
Pavel Keyzik

😂 I've never even thought about this approach

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

Collapse
 
scanepa profile image
Stefano Canepa

I use the same tools plus my ~/bin is full of scripts and I cannot live without todoist

Collapse
 
pavelkeyzik profile image
Pavel Keyzik

Awesome 😍 As I see from the comments, scripts are really helpful 👍

Collapse
 
hacker4world profile image
hacker4world

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

Collapse
 
pavelkeyzik profile image
Pavel Keyzik

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 😅

Collapse
 
hacker4world profile image
hacker4world

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

Thread Thread
 
pavelkeyzik profile image
Pavel Keyzik

Awesome! Thank you 😍