How do you ensure API security and avoid data leakage
Ensuring API security and preventing data leakage is critical in any Salesforce integration. Whether you’re exposing or consuming APIs, you must follow best practices around authentication, authorization, encryption, data validation, and monitoring. Key Strategies to Secure Salesforce APIs & Prevent
Change Landing Page of Community Website
Change landing page of community instead of showing default home page We can change default landing page in CommunitiesLandingController. CommunitiesLandingPage is the Active Site Home Page for your community, meaning that it is shown when someone enters a direct URL
Varnish for WordPress, drupal etc
Purpose of Varnish for WordPress, Drupal etc Varnish is a well known open source web cache application for reverse http which helps to accelerate the delivery time for clients. It itself works at 80 so that apache works behind it
Creating PDF In Salesforce
How to create PDF In Salesforce using Visualforce? We can create Pdf using Visualforce page, here is sample code to create Pdf. The renderAs Method is used to download/view the Page as Pdf, Excel, Doc etc. <apex:page sidebar="false" showHeader="false" applyHtmlTag="false"
Eclipse Tricks and shortcuts
Eclipse Tricks and shortcuts for developers 1. All shortcut keys To get the list of all shortcuts for Eclipse Press Ctrl + Shift + L. It will open a list of all short key 2. Check where a class or
Laravel Database Migration
What is Laravel Database Migration? Laravel Migration provides a mechanism to propagate database changes from one machine to another (like development to production). It is a kind of version control of the database. Create an application after installing laravel by
Introduction to Bootstrap Modals and some examples
Bootstrap Modals and Examples Bootstrap Modal is referred to as the pop up window that appears when a certain area on a web-page is clicked. It can be used for many purposes like giving warning messages, privacy policy agreement forms,
Installing windows after Ubuntu OS in a dual boot system
Preparing a dual boot system is quite easy when we install ubuntu after windows OS, but it became challenging when installing windows after Ubuntu OS. For this below are some steps you need to follow: 1. Boot your machine with
Send additional Post parameters without ajax.data in Jquery Datatable
Send additional Post parameters without ajax.data in Jquery Datatable in server side processing As we know, when we perform any actions on datatable (like sort the datatable, search data from the datatable) then server receives the ajax request for each
Converting XML file to CSV in Talend Open Studio
The following process shows the step-by-step procedure to convert an XML file to CSV. Sample XML file:- PaymentMode.xml <?xml version=”1.0″ encoding=”ISO-8859-15″?> <paymentModes> <paymentMode> <id>1</id> <mode>Cash</mode> </paymentMode> <paymentMode> <id>2</id> <mode>Debit Card</mode> </paymentMode> <paymentMode> <id>3</id> <mode>Credit Card</mode> </paymentMode> <paymentMode> <id>4</id> <mode>Paytm</mode> </paymentMode>
