TRENDING:

Delegate Administrator
JavaScript Array – Everything you need to know
HOW TO PASS PARAMETERS TO VISUALFORCE PAGES AND BETWEEN...
Technical Potpourri
  • Home
  • Salesforce
    • Salesforce Certification
      • Education Cloud Consultant
      • Sales Cloud Consultant
      • Service Cloud Consultant
      • Sharing and Visibility Designer
      • Advanced Administration
      • Data Architect and Management Designer
      • Platform Developer I
  • Google Cloud
    • Google Cloud Digital Leader Certification
  • Web Technology
    • CSS
    • JavaScript

Select Page

It’s Christmas Time!!! Happy ho-ho- holidays!

Posted by Sudipta Deb | Dec 25, 2020 | Uncategorized | 0 |

 

Share:

Rate:

PreviousHow to Run part of the Flow after the Triggering Event | Spring 21 New Feature
NextTop Apex Features From Spring 21

About The Author

Sudipta Deb

Sudipta Deb

    Related Posts

    Understand Regions and Zones in Google Cloud

    Understand Regions and Zones in Google Cloud

    January 12, 2022

    Group Arrays in JavaScript using Array.GroupBy

    Group Arrays in JavaScript using Array.GroupBy

    April 21, 2022

    Setup Platform Encryption with Shield – Part I

    Setup Platform Encryption with Shield – Part I

    November 5, 2020

    Events in JavaScript

    Events in JavaScript

    October 14, 2021

    Leave a reply Cancel reply

    Your email address will not be published. Required fields are marked *

    Technical Potpourri

    Welcome to Summer ’22! In this release, you will find lots of new features and new enhancements related to Lightning Experience, Salesforce Flow, Lightning Web Component, Apex, Experience Cloud,  and APIs. In this video, I have focused on couple of quick admin features. But there will be more videos coming focusing on specific clouds, flows and development.
▬ Contents of this video  ▬▬▬▬▬▬▬▬▬▬
0:00 - Introduction
0:46 - Enable Person Account without contacting Salesforce Support
3:50 - Salesforce for Slack (Beta)
5:08 - Customize and Filter Related Lists in Lightning App Builder
8:54 - New Median Summary function available
9:41 - Custom Address Field (Beta)
11:55 - Conclusion
#salesforce #salesforcesummer22 #summer22release #slack #personaccount #report #median #customaddress #dashboard #relatedlist #filter
✨ Learn to code for free and get a developer job: https://www.sudipta-deb.in/
✨ Subscribe for new videos on technology every week: https://bit.ly/3vCQKpg
✨Connect with me
📌Twitter:         https://twitter.com/thesudiptadeb
📌Website:       https://www.sudipta-deb.in/
📌LinkedIn:      https://www.linkedin.com/in/sudiptadeb/
📌Facebook:    https://www.facebook.com/TechnicalPotpourri
Credit: music from www.bensound.com javascript tutorial
Disclaimer: All opinions are my own and this video content is not endorsed by Salesforce or any other company in any way.
    Salesforce Summer 22 New Features For Administrators
    YouTube Video UC3xFLBRl5JwqqTXbCd5p4YQ_-nlWPd5OdMc
    JavaScript continuously enriches its standard library on strings and arrays. An array is a special variable, which can hold more than one value. Arrays can be initialized with data in a variety of ways in JavaScript. Let’s examine which methods are the easiest and most popular in this post.
Blog: https://sudipta-deb.in/2022/05/fill-an-array-with-initial-values-in-javascript.html
▬ Contents of this video  ▬▬▬▬▬▬▬▬▬▬
0:00 - Introduction
0:42 - What is an Array in JavaScript?
1:00 - Fill an array with primitives
3.11 - Fill an array with objects
3:20 - array.fill(initialValue)
5:34 - array.from()
8.27 - array.map() with spread operator
10:53 - Conclusion
#array #initialize #sparse #dense #array #Array.length #index #map #length #spread #array.from
✨ Learn to code for free and get a developer job: https://www.sudipta-deb.in/
✨ Subscribe for new videos on technology every week: https://bit.ly/3vCQKpg
✨Connect with me
📌Twitter:         https://twitter.com/thesudiptadeb
📌Website:       https://www.sudipta-deb.in/
📌LinkedIn:      https://www.linkedin.com/in/sudiptadeb/
📌Facebook:    https://www.facebook.com/TechnicalPotpourri
Credit: music from www.bensound.com javascript tutorial
    Fill an Array with Initial Values in JavaScript || JavaScript Tutorial
    YouTube Video UC3xFLBRl5JwqqTXbCd5p4YQ_p73NTATlNco
    JavaScript continuously enriches its standard library on strings and arrays. An array is a special variable, which can hold more than one value. In today’s video, I will be discussing Sparse Array and Dense Array. Also, I will be talking about how to create them, what are the differences and what you can do with this type of array.
Blog: https://sudipta-deb.in/2022/05/sparse-vs-dense-arrays-in-javascript.html
▬ Contents of this video  ▬▬▬▬▬▬▬▬▬▬
0:00 - Introduction
0:54 - What is an Array in JavaScript?
1:17 - Different Array functions
1:44 - What is Dense Array? Examples of Dense Array
4:22 - Functions to check Dense Array vs Sparse Array
5:58 - What is Sparse Array? Examples of Sparse Array
7:12 - Different ways to create Sparse Array
10:23 - Things to remember
#array #sparse #dense #array #Array.length #index 
✨ Learn to code for free and get a developer job: https://www.sudipta-deb.in/
✨ Subscribe for new videos on technology every week: https://bit.ly/3vCQKpg
✨Connect with me
📌Twitter:         https://twitter.com/thesudiptadeb
📌Website:       https://www.sudipta-deb.in/
📌LinkedIn:      https://www.linkedin.com/in/sudiptadeb/
📌Facebook:    https://www.facebook.com/TechnicalPotpourri
Credit: music from www.bensound.com javascript tutorial
    Dense Array vs Sparse Array in JavaScript - What are the differences? || JavaScript Tutorial
    YouTube Video UC3xFLBRl5JwqqTXbCd5p4YQ_CvxQSRvr22I
    JavaScript continuously enriches its standard library on strings and arrays. In today’s video, I will be discussing the new array group proposal which is currently at stage 3. This new proposal introduces new methods array.groupBy() and array.groupByToMap(). You can get their polyfills from the core-js library.
Blog: https://sudipta-deb.in/2022/04/group-arrays-in-javascript-using-array-groupby.html
#array #groupBy #groupByToMap #grouping 
✨ Learn to code for free and get a developer job: https://www.sudipta-deb.in/
✨ Subscribe for new videos on technology every week: https://bit.ly/3vCQKpg
✨Connect with me
📌Twitter:         https://twitter.com/thesudiptadeb
📌Website:       https://www.sudipta-deb.in/
📌LinkedIn:      https://www.linkedin.com/in/sudiptadeb/
📌Facebook:    https://www.facebook.com/TechnicalPotpourri
Credit: music from www.bensound.com
    Array.GroupBy and Array.GroupByToMap: How to Group Arrays in JavaScript
    YouTube Video UC3xFLBRl5JwqqTXbCd5p4YQ_8Lg0j4geMuI
    When an expression is evaluated using the void operator, the result is undefined. This operator is typically used to obtain an undefined primitive value. It's frequently used in conjunction with hyperlinks. When you click a link, your browser usually refreshes the page or loads a new one. When we don't want the browser to refresh or load a new page when we click a hyperlink, we can use javascript:void(0).
The operand 0 can be used in two ways: void(0) or void 0. Both methods are equally effective. JavaScript:void(0) instructs the browser to "do nothing," preventing the page from being reloaded or refreshed. It's useful when we want to insert links that are vital to the webpage without having to reload the page. Using void(0) on such links stops the page from reloading but allows a useful function like updating a value on the webpage to be performed.
#void #undefined #javascript #null 
✨ Learn to code for free and get a developer job: https://www.sudipta-deb.in/
✨ Subscribe for new videos on technology every week: https://bit.ly/3vCQKpg
✨Connect with me
📌Twitter:         https://twitter.com/thesudiptadeb
📌Website:       https://www.sudipta-deb.in/
📌LinkedIn:      https://www.linkedin.com/in/sudiptadeb/
📌Facebook:    https://www.facebook.com/TechnicalPotpourri
Credit: music from www.bensound.com
    Understand JavaScript Void Operator
    YouTube Video UC3xFLBRl5JwqqTXbCd5p4YQ_JqLiqn0pk5E
    More Videos Subscribe to My Channel

    Recent Posts

    • Fill an Array with Initial Values in JavaScript
    • Sparse vs Dense Arrays in JavaScript
    • Group Arrays in JavaScript using Array.GroupBy
    • JavaScript Void Operator
    • How to Create your first Virtual Machine in Google cloud platform (GCP)

    array Async attribute combinator console const css css3 declaration dense array development es6 every github github1s Google Cloud Google Cloud Certification Google Cloud Digital Leader Google Cloud Platform group groupcollapsed groupend husky ide indexof JavaScript lastIndexOf let log Promises pseudo-class pseudo-elements rest scope selectors sparse array specificity specificity-rules table time timeend var variable vscode web

    Recent Comments

    1. Agen slot gacor on JavaScript Array – Everything you need to know
    2. standard oyster company on JavaScript Array – Everything you need to know
    3. South Park: Bigger Longer & Uncut Dvd on JavaScript Array – Everything you need to know
    4. 광주스웨디시 on JavaScript Array – Everything you need to know
    5. 바카라사이트 on JavaScript Array – Everything you need to know

    Home

    Disclaimer

    © 2019–2021 Copyright Cloud Shine. All rights reserved.

    Find me online

    • Follow
    • Follow
    • Follow
    • Follow

    Subscribe

    Never miss a post. Provide your email address to get the latest blog posts, right into your email box.

    Success!

    Subscribe