1. What is Salesforce? Answer: Salesforce is a company which provides a web-based tool called Salesforce Salesforce by following the Cloud Computing approach, providing SAAS and PAAS SAAS: Providing Sales, Marketing and Call Center applications as a service PAAS: Platform as a Service, This is a category of cloud computing that provides a platform and environment to allow developers to build applications and services over the internet. 2. What is the benefit of Salesforce CRM? Answer: Here are some of the top benefits of Salesforce CRM Ensuring faster and better sales opportunity. Deploying an analytical approach to customer acquisition. Reducing cost and improving customer satisfaction. Automation of repetitive and less important tasks. Improved efficiency and enhanced communication on all fronts. 3. Explain the advantages of Salesforce SaaS functionality? close Answer: Some of the main benefits of Salesforce SaaS are: A pay-as-you-go model perfectly suited for all customers. No ...
How to deploy or host angular app in Github pages as a website 1. Create a account in Github 2. Create a repository - get your url ready from the github 3. Go to your project directory in angular js where you run your app locally using ng serve 4. Open package.json file from ide 5. Add the following to the first section of the file "name": "your angular app name", - this will be already there "baseHref": "/your repository folder name", like this /examplerep "version": "0.0.0", "license": "MIT", 6. Come back to project folder 7. install gh pages for github : npm install gh-pages --save-dev 8.makesure that you have cloned the github repository to desktop locally,you can do this from gihub.com also(open in desktop). 9.now back in the project folder run this command to build your project ng build --prod --base--href "your repository folder name" https://yourlogin name.github.io/repostory ...
Learn Python Programming tutorial - Free learning Video play list Learn python , how to do python download and how to do python programming with examples. Python english Tutorial (Master Python) - This Python english video series will teach you all the Python basics needed to master python in a very short span of time. Python in english is the most requested video series on this channel with over 100+ people commenting everyday about python programming tutorials for beginners in english. This is the very first video of my in depth full python tutorials with projects. Today I am taking out my time and efforts to blend all my 10 years hard work in this python tutorial series for beginners. This basic Python english tutorial will be covered with all the topics explained easily with quizzes covering all the python basics in english. After learning python you can create GUIs, create games, machine learning software and a lot more crazy stuff. Join me on this free python english cours...
Comments
Post a Comment