The Single Best Web Browser Debug Trick You Should Know

In today’s modern browsers such as Google Chrome, Firefox, Safari, and Microsoft Edge, there is a lesser-known trick that could 10 X increase your client-side debug skills for AKA javascript and CSS. In browser, to toggle Inspecting Element for a web page, here is usually how it is done: Locate page element for inspection on…

JSON in Plain English

    JSON is an open standard, lightweight data-interchange format. It stands JavaScript Object Notation. JSON is extremely common and useful in the modern webs for read and write on a website.  Before JSON, there is XML, which has much overhead and much more difficult to parse than JSON, which is not only easy for humans…