Develop Lightning Web Components with TypeScript (Developer Preview) Salesforce continues to innovate, empowering developers with tools that enhance productivity and maintain high-quality code standards. With the developer preview of TypeScript support for Lightning Web Components (LWCs), Salesforce has taken a significant step forward. This update enables developers to author new LWCs using TypeScript or convert […]
Vicky Madankar
Vicky Madankar is a technical consultant with over 4 years of development experience. He currently works as a Salesforce developer and loves exploring technology.
Blogs from this Author
Effortless Development of LWCs in Local Dev
The Salesforce Winter ’25 Release unveils an exciting feature for developers: Local Dev (Beta). This cutting-edge tool allows developers to create Lightning Web Components (LWCs) with a real-time preview of their Lightning app or Experience Cloud site using the Lightning Web Runtime. With Local Dev, code changes are instantly reflected in the browser, streamlining the […]
Discover the Benefits of Salesforce Pay Now
Blog Objectives Understand the advantages that Pay Now provides for both your business and furthermore, your customers. Understand how Pay Now links can help reduce overdue payments. Understand how Pay Now streamlines payment processes across various channels, including Commerce, Sales, and Service. Accelerate Your Payments: Late or overdue payments can significantly affect your business […]
Salesforce Winter ’25 Release for Developers
The Winter ’25 Salesforce release is rolling out between September and October 2024, bringing exciting updates and new features designed to enhance developer productivity. From adding advanced AI features to boosting platform capabilities, this release is packed with valuable tools for Salesforce developers. Let’s explore some of the key updates. Pic Courtsey: Salesforce Apex Improvements […]
Salesforce Summer ’24 Release: Developer Highlights
(Pic Courtesy : Salesforce) 1. Enhanced Apex Capabilities Five-Level SOQL Relationship Queries: Salesforce now allows SOQL relationship queries to traverse up to five levels of parent-child records directly within Apex, aligning with previous support available through REST APIs. This enhancement is particularly useful for retrieving deeply nested data. Here’s a sample SOQL query demonstrating this […]
Securing Your Salesforce Ecosystem: A Comprehensive guide to using Checkmarx
Secure software development is critical for businesses today, and organizations that use Salesforce as their primary CRM platform must ensure that their Salesforce applications are secure and protected against potential threats. One of the best ways to enhance the security of Salesforce applications is by using Checkmarx – a software security tool that provides application […]
Apex PMD: Streamlining Salesforce Apex Code Quality with Static Code Analysis
Maintaining clean and robust code is critical to ensuring long-term success in today’s fast-paced software development world. For Salesforce developers, Apex PMD (Programming Mistake Detector) is a powerful static code analysis tool that can significantly enhance code quality by identifying potential issues, enforcing best practices, and promoting consistent coding standards. Here, we will explore streamlining […]
Mastering RefreshApex() in Lightning Web Components
In the world of Lightning Web Components, one of the most crucial aspects of building responsive applications is managing data. Salesforce provides us with a powerful utility called refreshApex() that allows us to easily refresh data in our components. In this blog, we will dive deep into the details of refreshApex() and explore how to […]
Account Role Optimization in Salesforce Community cloud
Account Role Optimization is a critical process for managing account hierarchies and roles in the Salesforce Community cloud. It can help you scale your external users and minimize the number of account roles that you have to manage in a Community Portal. It allows businesses to control who has access to specific information and functionality […]
Version Control using AutoRabit in Salesforce
Version control is a critical component of the software development process, allowing organizations to track changes and collaborate on code development. In the context of Salesforce development, version control is especially important, given the complex and dynamic nature of the platform. This is where AutoRABIT comes into play, providing a comprehensive solution for version control […]
Apex REST Services in Salesforce
Apex REST services are used to expose Salesforce data and functionality via RESTful APIs. They allow developers to create custom endpoints to access data and execute custom logic. In this blog, we will explore the various aspects of Apex REST services and provide some examples to illustrate their usage. […]
Custom Metadata Types in Salesforce
Custom Metadata Types are a powerful feature in Salesforce that allows developers to store metadata in a flexible, scalable way. They are essentially custom objects that use to store metadata. Custom Metadata Types make it easy to package and deploy this data across different environments, such as sandboxes and production org. They are stored in […]