Care Features

Discover, Explore the Product
Discover, Explore & understanding the product

Art Direction & Brand Strategy
Art Direction & Brand Communication

Product UX, Design & Development
Digital Product UX, Design & Development

Marketing Strategy & SEO Campaigns
Marketing Strategy & seo Campaigns

Install vTiger CRM on Ubuntu
Vtiger CRM is an open-source, PHP-based Customer Relationship Management (CRM) software for businesses to facilitate support, sales, marketing, collaboration, and organization. It also includes project management, inventory, email, and other tools to enhance business management tasks. Some features of Vtiger CRM are:
[…] Continue Reading
How to create a custom view of type Detail in Sugar CRM or Suite CRM
How to create a custom view of type Detail in SugarCRM CE 6.5 or SuiteCRM. In SugarCRM CE 6.5 or in SuiteCRM there is the standard DetailView mask that allows you to Edit,Delete an object of a specific module, there is also the send mail, SMS and converts that can be used to quickly access […]
[…] Continue Reading
JSON Web Token (JWT)
JWT (JSON Web Token) is a compact, URL-safe way of securely transmitting information between parties as a JSON object. It’s commonly used for authentication and authorization in web applications.
[…] Continue Reading
CIVIC is Palindrome
A palindrome is a word, number, phrase, or other sequence of symbols that reads the same backwards as forwards, such as madam or racecar, the date and time 12/21/33 12:21, and the sentence: “A man, a plan, a canal – Panama”
[…] Continue Reading
Custom web service operation for multiple records fetch with custom query
p>Add new webservice custom method you have to manipulates in 2 tables vtiger_ws_operation , vtiger_ws_operation_parameters and vtiger_ws_operation_seq.
[…] Continue Reading
how to setup and use Googles Firebase push notification API for both Android and iOS
Below is a full tutorial on how to setup and use Googles Firebase push notification API for both Android and iOS. It is based on this earlier implementation of Googles GCM method: https://gist.github.com/prime31/5675017 – FCM is the new method and GCM will eventually be retired.
[…] Continue Reading
Object-Oriented Design (OOD) Principles
The SOLID principles are a set of five design principles in object-oriented programming (OOP) that help developers create more maintainable, flexible, and scalable software.
[…] Continue Reading
Too many Connection issue MYSQL
This issue occurs mostly when the maximum allowed concurrent connections to MySQL has exceeded. The max connections allowed is stored in the global variable max_connections. You can check it by show global variables like max_connections; in MySQL
[…] Continue Reading
The permutations of the string
A permutation of a string is a new arrangement of its characters. For example, the string “abcd” can be rearranged in 4! = 24 different ways. The goal of the PHP code is to generate all such unique arrangements (permutations) of a given string.
[…] Continue Reading
How To Rewrite URLs with mod_rewrite for Apache on Ubuntu
The mod_rewrite module in Apache allows you to manipulate URLs for better readability, improved SEO, or redirecting old URLs to new ones. This guide walks you through enabling mod_rewrite, configuring the .htaccess file, and creating rules to rewrite URLs effectively on Ubuntu. Key steps include enabling mod_rewrite (a2enmod rewrite), updating the Apache configuration to allow […]
[…] Continue Reading