Tutorial by Topics: js

RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code. Using TypeScript with RequireJS requires conf...
Provider example and query about display data with filter, pagination etc in Angularjs.
What is JSON Schema? JSON Schema is a vocabulary that allows you to validate, annotate, and manipulate JSON documents. A JSON Schema is itself a JSON document and requires a third party library to validate data against it. It is currently a draft IETF standard allowing consistent expectation...
Fastjson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Fastjson Features: Provide best performance in server side and android client Provide simple toJSONString() and parseObjec...
In this topic we will look at how to use Django REST Framework as a backend API for a AngularJS app. The main issues that arise between using DRF and AngularJS together generally revolve around the HTTP communication between the two technologies, as well as the representation of the data on both en...

Page 11 of 11