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
FileZilla | A file with that name is already being transferred
FileZilla open/edit file error: A file with that name is already being transferred. This error occurs when you remove queued file from the queue using the “Remove Selected” before download completion. I was editing my code directly on server in
Linux | Manage emails of Cron Jobs
Stop sending cron job email notification & managing the notifications. We mostly use cron jobs for recurring tasks like batch payments, server startup/shutdown, system updates etc. Most of the cron jobs send email notifications. If you want to stop those
Salesforce | Skip focus from the input box on VF page
We have a VF page containing apex:inputField which contains date value so it shows calendar whenever we focus on the inputField. The problem is it is the first inputField on the page so whenever we open the page by default,
Show Processing image on web page for Synchronous Ajax
Problem: When we fire a Synced ajax call it blocks all the other functionality of that tab of the browser and fires/executes other event or code only after the synced ajax gets back with its response. Also the code fires the
Heroku | RabbitMQ Installation and Setup in Heroku
Following are the steps to install RabbitMQ in Heroku App: 1. Install RabbitMQ (bigwig) on Heroku using find more add-ons like shown in the following screenshot: 2. Search for rabbitmq using search bar as shown in the screenshot below: 3.
Background Processes using RabbitMQ
Whenever we need to execute a block of code which may take long time to run then instead of executing them in real time we can put this code in the background process as it may timeout if we wait
AWS | Cloudfront for S3 using same domain name placed behind cloudfront
How to set up a CloudFront for S3 bucket containing images for the website, using the same domain name that is already placed behind CloudFront. 1. Open CloudFront from a menu: 2. Click Create Origin: 3. Now, click in box
Zoho | How to insert or update Zoho product in Shopify
We can insert or update Zoho CRM product in shopify by creating a custom function in zoho. Below is the custom function which can create a product in shopify. We can invoke it when we create or update a product
How to add font-awesome progress icon in textbox for autocomplete Jquery-UI plugin
First of all, we should know what features are provided by jquery-ui plugin. To know about details, please see link, http://jqueryui.com/demos/ Jquery UI plugin can be downloaded from the link http://jqueryui.com/download/ Now, today, we will discuss about Autocomplete feature of
