Blog

API Standards

In this blog, we define certain API standards for API URL naming patterns, request parameters, response data format, and HTTP response codes. Following these standards, we can develop consistent and robust APIs across all projects. 
Read More

Node.js setup in Ubuntu

Node.js is a back-end JavaScript runtime environment that runs on the Chrome V8 engine and executes JavaScript code outside a web browser. So with node.js, we write code in JavaScript for server-side scripting. In this blog, we will understand the process of installing Node.js in ubuntu system.
Read More

Install Nginx in Ubuntu

Nginx is a web server, which can be used to serve dynamic HTTP content. Installing nginx is quite easy but configuring it might be a bit challenging for a newbie. We will go through the steps required for installation and configuration of Nginx.
Read More

Useful Commands in Ubuntu

We document some most frequently used Ubuntu commands in this blog. Some commands for e.g. git push/pull/checkout etc.. commands can be used in Windows operating system also.
Read More

Naming Conventions in CakePHP

We need to follow the naming conventions as specified in this blog for all our CakePHP projects. This will help us in getting certain benefits of CakePHP and will help us in maintaining consistency too.
Read More