Planning for Advance REST API

In this article we will plan for almost everything like endpoints naming, folder structure, validation , success and error responses

Published
Categorized as Node JS

Writing Advance REST API in node.js

In this article we will develop advance REST API, it will support fields selection, filtering, sorting, pagination and CRUD operations.

Published
Categorized as Node JS

WordPress file permissions Ubuntu

Setting the permission of the folder so that only the owner can write and execute permissions is vital. To do this, set the wp- content folder permissions to 755 and the files inside to 644 to provide the right protection against unauthorised access.

Published
Categorized as wordpress