Important Links For Developers

1) JSON Validators & Formatters :- 

Its a site that allows you to enter JSON text and check it for strict compliance against the standard (RFC 4627). Errors are pointed out with quite good accuracy, highlighting the offending area. The output is also pretty-formatted. The only downsite is that your JSON text is processed and validated on the server so don't use this facility to validate JSON text containing confidential or sensitive data.


2) Online IDE - Integrated Development Environment :-

For writing, compiling and running code from any web browser and most of times with multiple programming languages supported.

3) Online Regex Validator :- 

Regular expressions are my favorites, they not only reduce the code but make it easy to code, and I love writing regular expressions for different conditions.
4) SQL Online Query Builders - 

If you want to build SQL query and you don't have or can't connect to db-server then here are few web-sites which will help in query building. 

Comments

Popular posts from this blog

How to install / Configure Mantis For Apache-PHP-PostgreSQL combination

Modified ExtJS LOVCombo (List of Values) ux plugin - with select all, deselect all, text filter, bubble up and bubble down of selection

Randomized Probabilistic Bag of Objects Data-Structure using Map