Caching in Node.js with Redis: A Beginner’s Guide
Caching is a technique to store frequently used data in a temporary storage so that future requests for that data are faster. In Node.js applications, caching can help improve performance and reduce the load on your database. One popular tool
Migrate codeigniter (2.0.3) from php 5.3 to php 5.6 or higher version – conflicts
I am working on a client project which is using Codeigniter running on version 2.0.3 and PHP 5.3. I got a requirement from client to upgrade the PHP version from 5.3 to 5.6 or higher. While I tried to upgrade
Send email using html template in Laravel
Laravel provides us a facility to send email with custom html template. In order to achieve it, kindly follow the steps below: 1. Open your mail.php file from config folder and add these details: 2. After that open your gmail
Difference between flows, workflows and process builder in Salesforce
Workflows enable us to set up rules that are evaluated and the corresponding action is executed based on the type of change in record. Few common cases in which workflows are used are: 1. Create a new task on an
Adding Image Upload feature in GrapesJS editor
In GrapesJS, there is an ‘image’ block which we can drag and drop on the canvas but it only allows us to specify URL of the image to add to Asset Manager. Then we can embed that image in the
Preserving checkbox state in Jquery datatable with pagination
Problem:Let us assume you have many records in Jquery data table with multiple pages. You have rows with checkboxes. Now, If you want to select checkboxes from different pages of the data table and submit the page it will only
Skip a default page in Moodle without altering core code
How to skip any page in moodle without altering core code of moodle? In Moodle we were having a requirement where we want to skip some default moodle pages. It is very easy if we make changes in core code.
Salesforce Sandbox – introduction, uses and limitations
Salesforce Sandbox is intended for coding and testing by a single developer. This is an environment in which currently ongoing changes can be done until they’re ready to be deployed in live. There are several different types of sandboxes available:
AWS S3 | How to get the count of files in a folder in AWS S3
There was a task in which we were required to get each folder name with count of files it contains from an AWS S3 bucket. If we used the general approach to start a counter and increment that in a
Alter AWS S3 file permissions using S3 cmd
How to alter permissions of all files or files with a specific extension via s3 command line client tool (Linux)? S3 command line tool (S3 cmd) allows us to alter permissions of files and files with specific extensions inside S3
