Take an inventory of the necessary tools of the developer which are the most convenient for you!

Summary

In the past, a friend often asked me some commonly used tools, such as what tool was used for my architecture diagram? What tools are used to design my database? Today I will introduce you to the handy tools I use!

IntelliJ IDEA

 

 

 

It is recognized as the best Java development tool in the industry and usually used the most. A large number of plug-ins can be installed to enrich the functions, and it is not a problem to develop front-end applications!

X-shell

 

 

 

A powerful security terminal emulation software can be used to connect and manage remote Linux servers.

Postman

 

 

 

The API interface debugging tool is usually used to test the developed interface, and sometimes used to format the JSON string.

PowerDesigner

 

 

 

The database design tool is usually used to design database tables, and the database tables can be directly exported after the design is completed.

Navicat

 

 

 

The database visualization tool supports multiple databases. It is usually used to connect and manage the database, and can be used to synchronize the table structure when the project is online.

RedisDesktop

 

 

 

The Redis visualization tool is usually used to view and manage the data in the Redis cache. Sometimes it is used when the cache needs to be cleared.

Robomongo

 

 

 

MongoDB visualization tool, usually used to view and manage the data in MongoDB.

Typora

 

 

 

The Markdown editor, which is usually used to write articles, has two functions of editing and previewing. The interface is simple and powerful!

ProcessOn

 

 

 

The drawing tool can be used to make mind maps and flow charts. The architecture diagram of the mall project is used to draw this!

MindMaster

 

 

 

Easy-to-use mind mapping tool, which can be used to sort out ideas when designing functions.

Snipaste

 

 

 

It is a useful screenshot tool, and many pictures in the article use this screenshot.

ScreenToGif

 

 

 

The tool used to make the Gif, the Gif demo of the mall project function is made with this.

Recommended reading: 350 most comprehensive Java interview questions in history: JVM + TCP + multithreading + distributed + algorithm + message queue

Alibaba Senior Architect: High concurrency every day, not more than one million concurrency is not worthy of being called high concurrency

Published 238 original articles · Like 68 · Visits 30,000+

Guess you like

Origin blog.csdn.net/qq_45401061/article/details/104679778
Recommended