Author Archives: Roopendra - Page 12

PHP

New features in PHP 5.6

Here is list of New features in PHP 1) Variadic functions via ...2) Argument unpacking via ...3) Changes in File uploads4) Importing namespace functions5) Exponentiation Operator in PHP (**) 1) Variadic functions via ... Currently variadic functions are implemented by fetching the function arguments using func_get_args() . If we want…
Continue Reading
PHP

Getting Started with FuelPHP

Getting Started with FuelPHP FuelPHP is a simple, flexible, community driven PHP 5 web framework. It was born out of the frustrations people have with the current available frameworks and developed with support from a community of developers. FuelPHP is extremely portable, works on almost any server and prides itself…
Continue Reading

Elasticsearch Features

Distributed and Highly Available Search Engine. Each index is fully sharded with a configurable number of shards. Each shard can have one or more replicas. Read / Search operations performed on either one of the replica shard. Distributed and Highly Available Search Engine. Multi Tenant with Multi Types Support for…
Continue Reading

Getting Started with Ansible

Getting Started with Ansible What is Ansible? Ansible is Simple IT automation tools that managing your server infrastructure, Including Code Deploys, Handling services on your remote server, Installations and configurations server. Here are some more key properties of Ansible: Dead simple setup Super fast & parallel by default No server…
Continue Reading
Verified by MonsterInsights