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

Disable Foreign Key checks or constraint in Mysql

Referential integrity/relation is one of the best feature for database architecuture. But in certain case we need to clear or disable these checks otherwise we can’t do normal modification within our data because if...

0

Facebook Application Setup on Facebook.com

To Create a facebook application for your website you need to create a new application on facebook first. You may use this link to create your facebook application .Use the above link and login...

0

How does Block Manager works in CS Cart

Most of the webmasters always want to show their website should look very interesting and unique in terms of design. To meet this CS-cart has already come with block manager.Block manager allows you to...

0

How to enable SSL in your CS-Cart?

SSL Configuration is one of the important aspect of CS Cart configuration. To protect your data from unauthorize way usually webmasters pass their data through SSL Channels.Here are the steps to enable SSL cart...

0

CS cart overview and major features

These days i have got an opportunity to optimize the CS-Cart website.So in order to start looking for their code and database I need to ensure “Which version of CS cart is running for...

0

Insert into select Mysql query example

We often looking for mysql query to copy data from one table to another table.To handle such kind of scenario using mysql query mysql we can use below mysql command. INSERT INTO new_table (column1,...