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 Comments

Download a file Linux to windows using SSH

Here we will discuss the way to copy files from linux server to windows machine by using SSH using windows command line.   Download and Install PUTTY from https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html Go to command line and...

0 Comments

Laravel setup to localhost

Server Requirement : Prior to install Laravel we must need be ensure that you have below server configuration enabled. PHP >= 5.6.4 OpenSSL PHP Extension PDO PHP Extension Mbstring PHP Extension Tokenizer PHP Extension...

0 Comments

Why Vagrant and how it works

“There is an upgraded version of my this article available. You can take a look at Why vagrant is still fruitful for developers” What is Vgrant: We will understand the necesity of using vagrant...

0 Comments

Typescript introductory tutorial

What is Typescript: “Typescript is a typed superset of Javascript that compiles to plain javascript”:- Typescriptlang.org Typescript is a next generation of Javascript framework developed and maintained by Microsoft under Open Source License. By...