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
Salesforce Chatter introduction, uses and customization
Salesforce Chatter introduction, uses and customization Chatter: A Chatter is a an application of Salesforce that helps the users to work together, talk to each others and motivates them to work efficiently across the organization. Each user has a profile
Advanced Threat Protection
Advanced Threat Protection (ATP) Advanced Threat Protection is well known as ATP and it refers to a category of security solutions that protects against sophisticated malware or hacking-based attacks targeting sensitive data. Advanced threat protection solutions can be available as
Creating child site in a Multisite network through code in WordPress
Creating child site on user registration in a Multisite network through code in WordPress Multisite Network – Multisite is a WordPress feature which allows users to create a network of multiple sites on a single WordPress installation i.e in a
Configure CakePHP 3.6 in a Subfolder of WordPress
Configure CakePHP 3.6 in a Subfolder of WordPress What do I actually want to do? I want to access my WordPress site at example.com, while installing a CakePHP app on example.com/cakephp. To achieve this, we need to install wordpress along
What is Bootstrap CDN and some common free CDNs?
Bootstrap CDN and some common free CDNs Bootstrap is the most popular front-end framework for developing responsive, mobile first projects on the web. Now I will explain how to use bootstrap CDN in your project. CDN: CDN is Content Delivery
How to generate Android APK for Ionic project
How to generate Android APK for Ionic project Apk is android application package file format which is used by android operating system to distribute and install app. Apk file is used for publishing mobile application to google play store. Users
Protect your PDF files generated with TCPDF
Protect your PDF files generated with TCPDF TCPDF is a open source PHP library which is used to generate PDF documents. After downloading it, you can invoke all basic functions of this class without requiring external libraries. It supports various
Issue- Dompdf is not supporting Font-Family
How to resolve the issue of Dompdf is not supporting Font-Family Problem: We have html with some inline css and we are also importing some files on blade file where we are rendering our html but font families are not
Improve SQL queries while using .NET
Improve SQL queries while using .NET Language-Integrated Query (LINQ) 1. Use IQueryable instead of IEnumerable interface while querying. While using IQueryable, we need to use the ToList() to get the results from DB. Do not use ToList() until you know
