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:

1

Best IDE for PHP Development

Although there are several IDE available that support PHP code development as well. But the question comes “What is the Best IDE for PHP”. While choosing best IDE for PHP few are the general...

0

PHP Basic code Standard Guideline

PHP Basic code Standard Guideline: Type of Guideline Guideline Description Start PHP tag All PHP code must be started with Close PHP tag Closing of PHP tag (?>) should be omitted from script which...

4

Fix Google hCard Warnings

How to Fix Google hCard Warnings You might see some warning while checking your website on “Google Rich Snippet Tool”. Like Warning: Missing required field “entry-title”. Warning: Missing required field “updated”. Warning: Missing required...

0

How Magento load all modules

app\code\core\Mage\Core\Model\config.php you can see init function You can see loadModules() function of same file to see which all modules gets loaded on this page.This  function call _loadDeclaredModules () . Under _loadDeclaredModules function you can...

0

Manage Promotional rules in magento

While running a website we can offer discounts to some of our customers so that our website can get popularity. This discount can be given though creating promotion rules. So this tutorial will give...

0

What is Qmail Mail Transfer Agent

Qmail is a Mail Transfer Agent (MTA) that runs on Unix that is more secure replacement of sendmail program. Source code of Qmail is publicly available as well as its a free software.  ...