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:

5

Tips for successful life

Everybody wants to become successful in his life but only some people become successful. For happy life, there are some conditions . To become a successful person you should follow certain rules like- 1....

5

Install Geany with Linux (Ubuntu ) Machine

Geany which is a small lightweight open source IDE which has some greate features including Syntax highlighter Code Folding Symbol name auto-completion Auto coding of XML and HTML Code navigation Plugin support etc… But...

3

Overriding Core Controller in magento

In my last blog i have just demonstrated simplest way to override core controller . But the best way of overriding core controller (like Account controller) is by creating a custom module that will...

4

Conditional Execution with MySql Procedures

Conditional execution is the great way to control the execution of our stored procedure. Conditional  execution can be implemented very easily like any other programming language in MySql as well.It can be achieved by...

2

Check performance of Linux Machine

In order to do our normal work on Linux machine sometimes we found that our system is not working smoothly as we want. We get surprised specially if we haven’t opened/running any heavy software/application...

11

Creating MySql Procedure

In todays world of programming where every one is using 3 tier architecture ( like MVC). Its highly desirable that problem should be properly distributed and coded in such a manner that help us...