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

The Ultimate Guide to Sending Your CV via Email
When you’re asked to submit your CV via email, Never send your CV without a well-crafted email. Here’s an example to guide you:
[…] Continue Reading
Create new UI Type in vTigerCRM 7.*
In vTigerCRM 7.x, creating a new UI type involves extending the existing framework to add custom fields with unique behavior. A UI type defines how a field appears and interacts within the CRM, including its behavior during data entry, display, and processing.
[…] 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
The Ultimate Guide to Your Frontend Developer Roadmap
This roadmap is thoughtfully crafted to guide you in achieving your goals: Explore the complete roadmap and embark on your journey today!
[…] Continue Reading
How to create a custom view of type Edit in Sugar CRM or Suite CRM
How to create a custom view of type Edit in SugarCRM CE 6.5 or SuiteCRM. In SugarCRM CE 6.5 or in SuiteCRM there is the standard EditView mask that allows you to insert/modify an object of a specific module, there is also the QuickCreate that can be used to quickly insert an object.
[…] Continue ReadingHow to Install phpMyAdmin?
Download phpMyAdmin from the official website. Go to the downloads section of phpmyadmin.net and download the archive with the latest available version of phpMyAdmin to your computer.
[…] 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
How to create a custom view of type List in Sugar CRM or Suite CRM
How to create a custom view of type List in SugarCRM CE 6.5 or SuiteCRM. In SugarCRM CE 6.5 or in SuiteCRM there is the standard ListView mask that allows you to Filter and Search an object of a specific module, there is also the List that can be used to quickly access an object.
[…] 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
UI TYPE (SQL Data/Column) list for vTigerCRM Custom Fields
In vTigerCRM, when creating custom fields, the UI Type determines the type of input or display that the field will support. Below is a brief description of some commonly used UI Types for SQL Data/Columns:
[…] Continue Reading