Category: Technology

  • Salesforce – Spring ’23 release updates

    Timeline : Salesforce has provided a detailed timeline for the latest release which is Spring ’23. The timeline mentioned below is a high level start date. Project admins/leads have to check the Salesforce trust portal for the exact upgrade dates for their specific instances. Enforced Updates : These updates are scheduled to be Enforced In…

  • Visual Studio Code – Salesforce DX with GIT

    Visual Studio Code is an open source editor by Microsoft. Lately, Salesforce has shifted it’s focus from Eclipse to Visual Studio code. The motivation behind this shift was mainly due to following reasons. The UI is radically different from Eclipse. It’s quite simplified with just sidebar, editor pane and panel and no more custom perspectives.…

  • Classification Vs Regression in Machine Learning

    When we do predictive modelling, our goal is to find or predict quantitative/categorical answers to specific questions within limits of Von Neumann Architecture. This prediction is based on historical data. At high level, the prediction or say output can be of two types. Discrete output. Continuous output. When we think of a prediction based on…