My working tools across computer
I’ve been working for more than 2 years. It’s quite a long time but still i don’t have an personal toolbox of developing. On this special day, the day I’m preparing to leave my second job, gonna sit down and write about all the tools I have used in software development. Here we go!!!
1. Git
-
Command line
use .oh-my-zsh to levarage of nice git command alias -
Smart git
for more visual
2. Database Client
- Command line
On simple operations, i still prefer using command line more.
Simple operations such as:
- Connect to DB
- List all tables
- Read 1 table
-> Postgres
1psql -U dev_pg -h34.143.226.234 -W dev_odoo_220725 # password
2
3\dt # list all tables
4select * from "user_tab";
- Software
- Datagrip (Intellij)
- DBeaver
- MongoDB Compass (for NoSQL DB like mongoDB)
3. IDE/Editor
1 .Intelij Product: PyCharm, Goland
2. VScode
3. Sublime Text (mainly cp and text handcrafting)
4. API Caller
-
Postman
great in collabration -
Insomina
simple to use