webindream.com
Farhad, Author at WebinDream
http://webindream.com/author/admin
Farhad, Author at WebinDream. Develop Websites and Smart phone Apps. Big Data for Banking Sector. Why Big Data in Banking Sector? Big data deals with…. 1 large amount of data (Volume),. 2 coming from different sources and in different formats such as transaction data, customer photo, CCTV images (Variety). 3 that needs to be processed very fast (velocity). Banking data has all these 3 properties. That’s why big data fits in banking sector. 2 Analyze customer sentiment and feedback. It is easy to get new ...
webindream.com
Clients - WebinDream
http://webindream.com/testimonials
Develop Websites and Smart phone Apps. We needed a WordPress expert to help us integrate our designs into the WordPress API. Farhad delivered well-ahead of the deadline and he did an awesome job. He is truly a WordPress expert and we will continue to use him for ALL of our web design and development projects. Farhad has done a great job for me on several occassions he is reliable, with good communication skills and patient with me when I not clear. Thank You Farhad. Big Data for Banking Sector. We needed...
webindream.com
How to setup Amazon Web Services - Intro
http://webindream.com/setup-website-in-amazon-web-services-intro
How to setup Amazon Web Services - Intro. Develop Websites and Smart phone Apps. How to setup your website in Amazon Web Services (Intro). How to setup your website in Amazon Web Services (Intro). Recently, I’ve moved my website (webindream.com) to Amazon Web Services. To me it was easy and fun. It was also adventurous as I was doing it for the first time. Now, I’m going to share with you, how did I do it. You should be familiar and comfortable to work with CLI (Command line interface). We needed a WordP...
webindream.com
How to setup your website in Amazon Web Services (Part 2) - WebinDream
http://webindream.com/setup-website-in-amazon-web-services-part-2
How to setup your website in Amazon Web Services (Part 2) - WebinDream. Develop Websites and Smart phone Apps. How to setup your website in Amazon Web Services (Part 2). How to setup your website in Amazon Web Services (Part 2). In this tutorial, we’ll see how to access EC2 instance or vm from local computer using command line interface (CLI). If you are using windows, then I recommend you to install ssh in your command line. This video. Might be useful for you. Chmod 400 MyKey.pem. Don’t work, che...
webindream.com
Benefits of Cloud Server Hosting - WebinDream
http://webindream.com/benefits-of-cloud-server-hosting
Benefits of Cloud Server Hosting - WebinDream. Develop Websites and Smart phone Apps. Benefits of Cloud Server Hosting. Benefits of Cloud Server Hosting. Cloud computing is expanding and becoming popular day by day. In the near future, most of the websites – if not all – will be hosted on cloud servers. Because, cloud server hosting has benefits over traditional single servers. It has some disadvantages too. Cloud server hosting is Cost effective:. Cloud server hosting is scalable:. How to setup your web...
webindream.com
vps Archives - WebinDream
http://webindream.com/tag/vps
Vps Archives - WebinDream. Develop Websites and Smart phone Apps. E("Posts tagged","weblizar") "vps". How to setup your website in Amazon Web Services (Part 2). In this tutorial, we’ll see how to access EC2 instance or vm from local computer using command line interface (CLI). If you are using windows, then I recommend you to install ssh in your command line. This video. Might be useful for you. If you don’t see the version number, then install it. Chmod 400 MyKey.pem. For Amazon Linux, the user name is.
webindream.com
Setup Website in Amazon Web Services - Part 1
http://webindream.com/setup-website-in-amazon-web-services-part-1
Setup Website in Amazon Web Services - Part 1. Develop Websites and Smart phone Apps. How to setup your website in Amazon Web Services (Part 1). How to setup your website in Amazon Web Services (Part 1). Setup Account at AWS:. For details. You have to provide your credit card information to open account. After creating account login to your Amazon Web Services (AWS) console by visiting https:/ console.aws.amazon.com/console/home. Create new EC2 instance:. 2 Click on Launch instance. 5 In the next screen,...
webindream.com
cloud Archives - WebinDream
http://webindream.com/tag/cloud
Cloud Archives - WebinDream. Develop Websites and Smart phone Apps. E("Posts tagged","weblizar") "cloud". Benefits of Cloud Server Hosting. Cloud computing is expanding and becoming popular day by day. In the near future, most of the websites – if not all – will be hosted on cloud servers. Because, cloud server hosting has benefits over traditional single servers. It has some disadvantages too. Cloud server hosting is Cost effective:. Cloud server hosting is scalable:. Security of cloud server hosting:.
webindream.com
How to setup your website in Amazon Web Services (Part 3) - WebinDream
http://webindream.com/setup-website-in-amazon-web-services-part-3
How to setup your website in Amazon Web Services (Part 3) - WebinDream. Develop Websites and Smart phone Apps. How to setup your website in Amazon Web Services (Part 3). How to setup your website in Amazon Web Services (Part 3). This is the third part of “Setting up website in Amazon Web Services”. In this part of the tutorial, I’ll show you how to upload files on EC2 instance using FileZilla. It has 2 steps:. Step 1. Add public key to FileZilla. Step 2. Configure the site. 2 From left panel, select SFTP.
webindream.com
CSS Selectors - WebinDream.com
http://webindream.com/css-selectors
CSS Selectors - WebinDream.com. Develop Websites and Smart phone Apps. I’m not going to explain everything of CSS. Just focusing on the things that are required most of the time while you are dealing with CSS. The most important thing of CSS is CSS selectors. Let’s begin with an example. Suppose you have 2 paragraphs:. A My name is X. B I’m a web developer. HTML code of above paragraphs:. P a My name is X /p p b. I'm a web developer /p. A My name is X . B I'm a web developer. Suppose you are in a class ...