DEV Community

Discussion on: Top tools for junior frontend developer

Collapse
 
chiangs profile image
Stephen Chiang

I recommend:

notion.so for recording notes,specs, product owner feedback and planning.

Postman when working with REST APIs.

I prefer Firefox devtools over Chrome, so it's a good alternative to mention.

Redux devtools for working with apps that implement redux for state management.

Hyper.js for a pleasant and productive terminal experience.

The list goes on, but these plus some of what you mentioned are what I have on everyday.

Collapse
 
iamrobert profile image
Robert Matyszewski

Thanks!