DEV Community

My Software Development Toolkit. What is yours?

Awdesh on July 19, 2018

Below is the list of my ultimate tool-set on my Mac that I use on a day to day basis as part of software development. RoboMongo/Robo 3T If you hap...
Collapse
 
pkristiancz profile image
Patrik Kristian

Nice wrap up.
Me as mainly PHP dev i use theese under Win10:

PHPStorm- for all code related
Git-bash - as my terminal inside PHPStorm
Total Commander- for file handling and SFTP connections
KiTTY - for talking to my beloved Debians
Docker-for running all the stuff.

All except Docker portable and saved in Tresorit.
So, my setup is backed up.

On host machine i need installed only Docker, Chrome, Tresorit and i am ready to go.

Collapse
 
s_awdesh profile image
Awdesh

What do you use for container management?

Collapse
 
pkristiancz profile image
Patrik Kristian • Edited

beside per-project docker-compose setup... nothing. i manage most of the stuff via bash

Thread Thread
 
s_awdesh profile image
Awdesh • Edited

Sweet. That's what I have too mostly. I lately used docker plugin in VS code to manage containers, liked it.

Thread Thread
 
pkristiancz profile image
Patrik Kristian

I tried to use PHPStorm integrated Docker features and it was disapointment for me (confuguring of container was pain-in-the-ass and it didnt had features i needed., so i embranced cli (and docker-compose.yml) and i am totally happy with it.