Quick News Lightning Component

The post showcases a "NewsApp" lightning component application developed on Salesforce lightning platform. Designed to display recent articles from global sources, the application offers features like keyword search and breaking news. It's constructed with the Salesforce lightning framework and "NewsAPI", and hosted on Salesforce by embedding the component in a Visualforce page. The data from news sources is parsed and processed into readable news articles.

How to host your web page using force.com site

The Salesforce platform allows users to host a webpage or application accessible to the public without requiring login. Users create a visualforce page, then register a domain and create a new active site. Appropriate permissions must be set in public access settings to permit access to the visualforce page, apex class, and assorted objects.

COVID-19 Tracker App

A COVID-19 tracking app for India on Salesforce, leveraging lightning components, Apex classes, and a VisualForce page. It uses APIs from Covid19india.org and NewsAPI, along with the ChartJS library for visual data representation. Source codes and set-up instructions are provided.

Automatically Add Users In Queue OR Group

A guide on automating user addition to specific Salesforce queues or groups using Process Builder and Flow. This involves creating a queue, building a flow with decision and record elements, and setting up a Process Builder on the user object. After configuration, users will be added to their specific queue automatically.

Locate Accounts Address On Google Map

Arun Kumar shares multiple gist codes for accounts mapping in Salesforce such as 'AccountsOnMap', 'AccountOnMapController', 'AccountOnMapHelper', 'AccountsOnMapCSS', and an 'Apex Class'. He advises creating a lightning component tab and using it in the tab, providing a detailed link for reference.

Join Salesforce “Lightning Champions” Program

Salesforce offers a "Lightning Champion" program for professionals proficient in developing Lightning Apps or implementing Lightning Experience. There are two distinct paths: Lightning Activation Champion and Lightning App Dev Champion, each requiring completion of a specific super badge. Champions are rewarded with recognition, community access, event participation and more. Champions should commit to a one-year enrollment and undertake quarterly activities.

Toast Message In Lightning Component

The event "$A.get("e.force:showToast")" in Salesforce's Lightning Experience, Salesforce Mobile, and Lightning Community generates a toast message to provide user feedback. It offers various attributes for customization, including title, duration, and message. Messages can be styled differently and auto-dismissed based on specified duration.