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
Grid.js Library – Sorting issue for words/strings
It is a library to show data in tabular form gracefully. It is a free and open-source javascript library plugin. Please check this link to work with the Grid.js library. This library helps in sorting, searching, and styling tables without
How to view pdf documents using the pdf.js library
Introduction: PDF.js is a library we can use to view pdf documents using javascript and HTML. This library comes handy in many scenarios such as showing a preview of a pdf document to the users when they upload it using
Gateway in Python
A gateway, in networking terms, is a device or software application that acts as a bridge between different networks. In Python, a gateway can be implemented using various libraries, such as sockets. In this blog, we will be discussing how
New Features in Laravel 10.4
With the release of version 10.4, the Laravel team added the File::json() function, changed existing HasMany connections to HasOne relationships, added a new test response assertion, and more. File::json() method The File::json() function was added by Laravel 10.4 to make
Policy Holder/Certificate Holder/Additional Insured In the Certificate of Insurance
Policy Holder: The policyholder is the person who purchases the insurance policy. Policyholder can also be identified as one of the Named insured mentioned in the policy. In most cases, when a big contractor/client wants to work with subcontractors or
Reducing AWS EBS Volumes
For example, we already have one instance with a 20 GB volume attached, and we want to reduce this to 8GB or 10 GB, or any size as per requirement, then first we have to note the root volume’s block
Salesforce ISV Customer Debugger
In salesforce to deploy new functionality in the client’s org we need to create a managed package that is available on Salesforce AppExchange and then it is deployed on their org but we being the subscribers don’t have the access
Salesforce Data Migration
Salesforce Data Migration? Moving data from one system to another is referred to as data migration. Salesforce has tools for data export and import that facilitate to data migration but still a lot of planning and time are needed based
Test automation using pytest with Selenium WebDriver
Why Pytest When you think of selecting a framework for test automation you would probably like to have an absolute solution that fits any type of test like unit, functional, end-to-end, acceptance, and others. You would also wish this framework
