Here's a list of tools that I find are invaluable while programming
Name | Link | Description |
---|---|---|
Regex101 | An amazing tool that lets you learn, test, and put together clean regular expressions. | |
JSFiddle | A playground to test your (HTML,) CSS & Javascript. Sites like this have revolutionised coding and collaboration. | |
JSBin | A JSFiddle clone and well cool in its own right. |
There are many other clones of jsfiddle and jsbin (like CSSDeck, Liveweave, etc.) which might have some special and distinctive features of their own. But I'm yet to need them.
- Log in to post comments