Author: Chandra Shekhar

About: CS Pandey

Website: http://www.cutehits.com
Bio: Chandra Shekhar Pandey is Google certified Cloud engineer, I am Magento2 Trained developer. Having huge experience in designing cloud solution. I have around 12 years of experience with world enterprise IT companies and fortune 500 clients. During my architecture design I am always caring about high availability, fast performance and resilient system. From the programmer background I have huge experience in LAMP stack as well. Throughout my carrier I have worked on Retail, E-Learning, Video Conferencing and social media domain. The motive of creating cutehits was just to share the knowledge/solutions I get to know during my day to day life so that if possible I can help someone for same problems/solutions. CuteHits.com is a really a very effort for sharing knowledge to rest of the world. For any query/suggestion about same you can contact me on below details:- Email: shekharmca2005 at gmail.com Phone: +91-9560201363

Posts by CS Pandey:

0

Top 10 School in India

Top 10 Boarding School in India Rishi Valley School . Chittoor The Doon School. Dehradun Mayo College Girl School. Ajmer *. Mayo College. Ajmer Welham Girl School. Dehradun * . Bishop Cotton School. Shimla...

3

Some Interesting informative facts

Here are some Interesting informative facts *. Biscuit and cakes are the one of the most important factor to rise cancer in womb. Regular snaking raises chance by 42% *. Only 30% donated eyes...

1

Maximum rows in Mysql database table

This is the very general question which usually comes in a developers mind that “How much data a mysql table may contain”. This question is also important because as a developer we must know...

0

Introduction and Example of Zend Data Cache

As we have already explained the Zend Data Cache in Cache Introduction. Zend data comes in action when it is imprectical or impossible to cache entire page output. For example if your section of...

5

Example of Output Cache in Zend

To see how Page Cache works in zend . Here are the steps to implement Page Cache in Zend. Step 1: Create a folder named “Cache” in your application public folder . Provide 777...

1

Example of Page cache in Zend

To see how Page Cache works in zend . In the page cache actually it cache/store all the output of the whole page at the location we specify through our code. So when any...

2

What is Caching and Cache implementation in Zend

Optimization is one of the great thing for making an web application much faster.Although there are various way of optimization .Caching is one of the most efficient  way of optimization of web application. In...

0

PHP Design Pattern

PHP is an open source Language so we are seeing a lot of greate Open source product such as Drupal, Sugar , Magento and lots more..All these are based on certain design pattern. Design...