hi every one i am new to developing a web site for a companies witch will be used in there local network am already stated ,i have always wanted to learn angular so i found this as an opportunity to do so , i almost finished skeleton of the page usi...
MMark commentedSuppose we have an entity named Comments. And there's regular CRUD for interacting with API requests through below URLs: GET : /:postId/comments POST /:postId/comments GET /:postId/comments/:commentId PUT /:postId/comments/:commentId DELETE /:postId...
VXMVijay and 2 more commentedFor example Languages (ID of Language, Language) or Cities (ID of city, city name) instead of using for example in the backend a JSON file that holds all the data. So what's better using a single table in a database or use JSON file?
OCJCCRyosuke and 4 more commentedI have an application that gets data from RESTful api but I want to know how I can refresh data without reloading the page? Should I write an observer that checks data each 2min for example? but how can I make that real-time (isn't it bad to send too...
ANAtul and 1 more commentedFor example, I have a table in database that contains students. When I create API to access this resource /students, even with authorization the student (if they know the url) can access to other student’s private information by just changing id in r...
Join discussion