Skip to content

Instantly share code, notes, and snippets.

@jjjjcccjjf
Created March 19, 2019 03:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjjjcccjjf/a280ebe212f7a8c5c19cebcd23cdb1a9 to your computer and use it in GitHub Desktop.
Save jjjjcccjjf/a280ebe212f7a8c5c19cebcd23cdb1a9 to your computer and use it in GitHub Desktop.

Table of contents

Development Tools

Text Editors / Integrated Development Environment (IDE)

⬆ Back to top

Atom

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.

Pros:

  • Packages
  • Has an interface for installing packages and themes, etc
  • Almost like an IDE
  • Has built-in GIT integration

Cons:

  • Slow to boot
  • Unresponsive bug

Recommended Packages

  • Remote FTP
  • Markdown Previewer Plus
  • docblockr
  • jquery-snippets

View Website

Sublime Text

I don't use sublime that much but it's blazingly fast compared to other text editors.

Pros:

  • Super fast

Cons:

  • Installing packages is such a hassle

Recommended Packages:

  • TODO:

View Website

Visual Studio Code

Haven't used this much yet. So I don't have much opinion about it.

View Website


Chrome Extensions

⬆ Back to top

var_masterpiece

For easier debugging your var_dump results

View in Chrome Store

JSON Formatter

For easier viewing your json data.

View in Chrome Store

Postman

Postman is a GUI for testing your API. This is important if you are interacting with APIs

View in Chrome Store


Version Control Clients

⬆ Back to top

SourceTree

SourceTree is a GIT Client by Atlassian. View Website

Git Kraken

View Website

Git / Git Bash

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


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment