- Text Editors / Integrated Development Environment (IDE)
- Chrome Extensions
- File Transfer Clients
- Version Control Clients
- Other Tools
What I like about atom is its IDE-like experience and it also has a lot of nice plugins that I really think is essential for an efficient development workflow. This is my preffered Text Editor as well.
- Packages
- Has an interface for installing packages and themes, etc
- Almost like an IDE
- Has built-in GIT integration
- Slow to boot
- Unresponsive bug
- Remote FTP
- Markdown Previewer Plus
- docblockr
- jquery-snippets
I don't use sublime that much but it's blazingly fast compared to other text editors.
- Super fast
- Installing packages is such a hassle
- TODO:
Haven't used this much yet. So I don't have much opinion about it.
For easier debugging your var_dump results
For easier viewing your json data.
Postman is a GUI for testing your API. This is important if you are interacting with APIs
SourceTree is a GIT Client by Atlassian. View Website
Git is required for other Git clients to work. But most of the time, their installer comes with git for supporting the application itself. Git Bash is an interface for a Unix-like terminal. You can also use git commands on git bash as well. View Website