DEV Community

Discussion on: What's something you couldn't work without?

Collapse
 
amejiarosario profile image
Adrian Mejia

Oh, I didn't realize it until now but I really like my cushion (for mouse and keyboard). I have them at home and also at work. When I work from a coffee shop I feel the pain in my hands from the pressure. Something else is an external monitor. I like big screens to divide the code in multiple windows.

This is my home setup

Collapse
 
karataev profile image
Eugene Karataev

I'm just curious what's the benefit of having 8 open terminal windows instead of one or two?

Collapse
 
amejiarosario profile image
Adrian Mejia

I have multiple microservices running and each window has their logs. I like to keep eye when an error messages happens so I don't have to break my head wondering why things are not working or the process died.

Thread Thread
 
karataev profile image
Eugene Karataev

That makes sence, thanks.