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

An Introduction to HTML

HTML which is stands for Hypertext Markup Language, is the language of web browsers.If anything which is available on internet then primarily its available in HTML. If we describe it in more elaborated sense...

1

Method Overloading (Function Overloading) in PHP

Function overloading in PHP is not similar to other Programming language. Function overloading is also known as method overloading. Method overloading in PHP is supported by using two magic functions i) __call : This...

5

Property Overloading in PHP

Overloading in PHP handled in different manner which is not similar to other programming language.With PHP overloading you can dynamically create properties and methods.These entities are processed by introducing some special methods which are...

9

Understanding magento data storage

Understanding magento database structure is really a complex target in itself. But once we are able to understand it, we found that magento database is very tightly coupled and very normalized. It is synchronized...

2

Right Attitude Toward life

Many common problems are caused by wrong attitudes. People see them self as the center of the universe and judge everything as it relates to them, naturally you won’t be happy that way. Think...

1

An Introduction to Cloud Computing

The next generation of internet is Cloud Computing. Although it is in very early stage but the future  of Clouds only. In cloud computing you don’t need every application must be installed to your...

1

Importance of Mysql Functions

Mysql which has already lot of built in function that provides flexibility during writing of SQL Queries.Apart from that mysql allows us to create our own custom functions as well. These custom functions are...