shivamkapasia0

shivamkapasia0 @shivamkapasia0

About: Flowing with new technologies.

Joined:
Jun 11, 2021

shivamkapasia0
articles - 20 total

InboxHire – AI-Powered Job Application Tracker Using Emails + Postmark

This is a submission for the Postmark Challenge: Inbox Innovators. What I Built I built...

Learn More 28 2May 26

Tired of Messy Bookmarks? Try BookMyTabs — Sleek, Smart, and in Beta! 🌟

Introducing BookMyTabs 🚀: Effortless, Beautiful Bookmark Management Managing browser...

Learn More 3 0Apr 28

PermiForce: Permit.io X azureDevops

This is a submission for the Permit.io Authorization Challenge: Permissions Redefined 🚀...

Learn More 17 3Apr 27

🚀 Why I Switched from VSCode to CursorAI for Salesforce Development & Personal Projects

A s developers, we’re always striving for ways to code smarter, faster, and more efficiently. After...

Learn More 7 2Jan 5

🚀 My First Chrome Extension: Export & Import Salesforce Dependent Picklist Values with Ease! 🎉

Hey, Dev Community! 🙌 I’m thrilled to share my very first Chrome extension that aims to simplify...

Learn More 1 0Dec 28 '24

Var, Let, and Const

var vs let vs const In this article, we'll discuss var, let and const with respect to...

Learn More 8 0Jan 16 '22

Generate Badges for your awesome Markdown

Generating badges for your markdown is pretty simple, i've made a tool that can generate badges for...

Learn More 7 0Oct 31 '21

Run JS directly from the browser

Hey folks! Sometimes when working on large project we need to check if this piece of code will work...

Learn More 2 0Oct 31 '21

View Github Repo Without Downloading in a Structured Manner!

Hey folks! I'm back with a time-saving tip, We all know that we can view our Github Repo code on...

Learn More 4 0Oct 31 '21

String To Array In One Line : JavaScript

Hey folks! we can easily convert String into an array by using spread operator (...) : const...

Learn More 16 6Oct 31 '21

Swap two variables without a 3rd : JavaScript

Destructuring assignment Destructuring assignment (a feature of ES2015) lets you extract...

Learn More 6 0Oct 31 '21

Lwc -> Apex : Salesforce

# Call Apex Methods Imperatively Call Apex Methods Imperatively is very simple : 1....

Learn More 8 0Oct 24 '21

Connect Apex with Lwc Using @wire - Salesforce

@wire @wire is basically used to fetch salesforce data using apex or uiRecordApi etc. The...

Learn More 10 0Oct 24 '21

Decorators in Lightning Web Component(LWC)

Decorators in Lightning Web Component(LWC) The Lightning Web Components programming model...

Learn More 14 0Oct 24 '21

Understanding Lightning web component

Component Folder When we create a lwc component we basically get 3 files in component...

Learn More 7 0Oct 24 '21

Create LWC Component In 4 Simple Steps

Create LWC Component : Unlike Aura you can't create LWC component from Developer console....

Learn More 13 0Oct 23 '21

LWC vs. Aura : Which One To Choose ?

Why Salesforce Introduce Aura Framework ? At the beginning of the Salesforce Development...

Learn More 7 1Oct 23 '21

B2B testing environment using SFDX and shell scripts.

B2B testing environment using SFDX and shell scripts. Step 1: Install SFDX CLI...

Learn More 2 0Aug 12 '21

Trigger Journey In Marketing Cloud from Sales Cloud ON Record Update

Scenario: we have to send email from Marketing Cloud to the contact of an opportunity whenever...

Learn More 2 0Aug 7 '21

JKS - Salesforce

JKS (Java Key Store) When you are working with JAVA applications and JAVA based server, yo...

Learn More 0 0Jun 11 '21