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
Laravel: Prevent the browser back button to access pages after logout
Introduction When we create a web project in laravel, even after logging out of the project, clicking on the browser back button usually takes us back to the previous page we opened when we were logged in. This is a
Spread Operator and It’s Uses
Introduction The Spread operator was first introduced in ES6. It allows an expression to be expanded in locations where various elements/variables/arguments are required. In other words, the Spread operator lets users expand an iterable like a string, object or array
PHP: Handle broken image links on a page
Broken image link issue While creating a website or any project, we usually need to add some images to it. Suppose we have a Laravel project where we are showing some images from s3 or somewhere else. We may include
How to create new plugin type in Moodle/Totara?
Introduction plugin types in Moodle/Totara As we know, Moodle/Totara has multiple plugin types. To extend core functionality, different ways are used to create each plugin type. Some of the plugin types are: mod blocks theme availability report auth local etc.
Routing In Angular
Introduction to Angular Angular is a front-end framework that is used for building client-side web applications for the mobile and desktop web and Routing is one of the important features for any front-end framework. Angular Router It enables developers to
Why Salesforce Customization is becoming common among businesses?
Salesforce CRM CRMs have become quite basic in almost all businesses in order to achieve business goals, manage client relationships, generate leads, enhance sales pipeline and get a competitive edge. Salesforce is a well-known CRM among many others which is
Inheritance and Access Modifiers in C#
In Inheritance, an object acquires all the properties and behaviours of its parent object automatically. It allows reusability of the code and we can even extend or modify the behaviours which are defined in other class. Base and Derived Classes
Creating A New Laravel App With Initial Setup
How to create a new laravel app with initial setup and get everything up and running? To create your first Laravel app, you will require some prerequisites and here is what you will need to have installed: Composer WebServer; I
Bootstrap 4 Progress Bars
Usage of Progress Bar Progress bars are used to display the progress of a process in a computer, update/progress of a task or action of a user. For example: Survey or Voting results are filled with the bars in a