Category: Development

Development

Angular Vs LWC

Angular Vs LWC Angular and LWC is used to build a single page application (SPA). you are a front end developer or UI lover then this article will useful for you. Let’s Begin 🙂 History Of Angular And LWC Angular Angular is powered by TypeScript. It’s developed by the Google team. The initial version of […]

Kumaresan 
Development

Github Profile Search Web App Using LWC

Hey There! We gonna build Github Profile Search Web App using Lightning web components with Github API. follow the steps, Let’s begin 🙂 STEP 1:  Create your Github Profile Search App Follow The CLI steps to setup your app.Note : you must have Node.js installed, with at least npm 5.2+.npx lwc-create-app you-app-name cd your-app-name npm run watch […]

Kumaresan 
Lightning Components Tutorial
Development

Why Lightning Component?

The Lightning Component framework is a Salesforce UI framework to develop salesforce apps. It’s a Salesforce-based modern UI framework for building single-page applications(SPA) with dynamic, Browser and device compatible for Lightning Platform apps. It uses JavaScript on the client-side and Apex on the server-side. Why we are using Lightning Component ? Avoid server calls Lazy […]

Kumaresan 
Lightning Components Tutorial
Development

Prerequisites To Start Lightning Components

This lightning component tutorial is only for salesforce UI developers, Here we gonna discuss step by step process to kick start your Lightning Component development. This tutorial will boost you to the next level of setup and coding in lightning component development. Prerequisites : Lightning Component development you must have some knowledge in following UI […]

Kumaresan 
salesforce automation tools
Development

Process Builder, Flow Designer, Workflow, Approval Process | Salesforce Automation Tool

Salesforce Automation Tools Hey there, Salesforce provides different tools to automate your organization’s business processes.Every Automation tools are given below. Workflow Process Builder Flow Designer Approvals Why This Automation Tools ? Workflow Rule : Workflow Rules are involed with send E-mails alerts, assign tasks, update fields on trigger criteria based requirements. First you need to […]

Kumaresan 
Object vs Field vs Record
Development

Object vs Field vs Record In Salesforce

In Salesforce Objects are two types, One is a standard object and another one is a custom object. Here both object will have field and record. General database concept must-have table, column, and row. Just like that salesforce have some unique structure to the database. Here you can check that, Database tables as objects,Database columns […]

Kumaresan