Asynchronous Apex
Asynchronous Apex in Salesforce allows developers to execute operations in a separate thread, enabling tasks to run in the background without impacting the user experience. This approach is particularly beneficial for handling long-running processes, callouts to external systems, and operations
Risk-Based Testing
A risk-based testing approach enables testing teams to utilize their resources well. It is a futuristic model of testing because it uses testing resources in a way where they can have the most impact, no matter constraints are because of
Heroku Toolbelt
Heroku is a cloud-based application deployment and management service. Heroku works on the principle of the container-based design system and these smart containers are known as dynos. The Heroku Toolbelt is a package of the Heroku CLI, Foreman, and Git
Integrate Razorpay in CakePHP 3
Step 1: Create RazorPay Account First of all you need a test account for integration. Click the below link https://dashboard.razorpay.com/#/access/signup and set up a test account there: Step 2: Get your API Keys: After successful login, you will see your
TypeError: ‘<' not supported between instances of 'int' and 'str' in Python
Description Sometimes there may be a need to access or simply print a python dictionary in a particular order of its keys i.e. ascending or descending as it was in my case. Although it seems that it is not a
What is Laravel Socialite?
Most of the sites require User login and registration with Social sites like Facebook, Google+, etc. Laravel provides a simple way to authenticate with OAuth provider Socialite. Laravel currently supports Facebook, Google, Twitter, GitHub, Bitbucket, etc. Installing and configuring composer
How can you clear Totara Theme Cache by following different ways?
Totara Theme As we know, the theme is the main part of Totara. We can customize the totara-site look (colors, fonts, Icons, etc.) by using the theme features. When you make any changes in any theme, you will have noticed
Mysql | #1553 – Cannot drop Index
Issue: #1553 – Cannot drop index ‘index_name’: needed in a foreign key constraint An issue is generally faced when we are going to drop a unique index from a table. For example, here I have the table articles that have
Record Audio on Web through Javascript
Introduction Many browsers now have the power to access video and audio input from the user. However, counting on the browser, it’d be a full dynamic and inline experience, or it might be delegated to a different app on the
How to Run Multiple versions of MySQL on the Same Server?
Solution: If your system is having a current version of MySQL installed i.e 5.6 and you also need 5.5 version then follow the below steps. You can also play with different versions also. Installing Docker To install Docker on your