Why Hadoop and Big Data are getting popular

| By Webner

Surprisingly, over 90% of the data in the world today has been created only in the last couple of years. With the revolution in mobile industry, social media networks, sharing of digital photos and videos online we are continuing to

PostgreSQL | Create a connection to a local postgres database in pgAdmin |||

| By Webner

Steps to create a connection to a local postgres database in pgAdmin ||| : 1. Make sure PostgresSql and its components should be installed in ubuntu system. 2. Check what databases are available in postgresSql through terminal 3. Login to

CakePHP | How to implement Internationalization in CakePHP 3.X

| By Webner

To implement Internationalization, CakePHP will pick all your strings which start with “__(“ double underscore ) and generate a default file for you. For Example: one of the strings defined in our project is as below: echo __ ( ‘ Gift

PHP | How to install CakePHP 3.0

| By Webner

These are the steps to install CakePHP 3.0 on Ubuntu machine: Make sure you have PHP 5.5.9 (CLI) or higher installed. Check php version on your system using this command: php -v Run the following commands: 1. Download the composer

Localhost WordPress site asking for FTP credentials on installing new plugin

| By Webner

In one of the WordPress projects we are working on, whenever we tried to install a new plugin in locally installed WordPress, it asked for FTP credentials: When we tried to install a new theme then also it asked for

Font family looks regular in Ubuntu and Windows but looks bold in Mac

| By Webner

In one of our web development projects, we used font family named Calibri for breadcrumbs. This font worked fine on Ubuntu and Windows but on each browser of Mac fonts appeared bold. We wrote the following code for making the

Linux | Installation of custom AWS metrics script & prerequisites for AMI

| By Webner

1.  Login to Amazon Linux-AMI / Centos / RedHat: Using ssh 2.  To Upgrade from a previous version of the scripts: # sudo yum install perl-DateTime 3.  To install the scripts for the first time: # sudo yum install perl-DateTime