
Intforce Software is now a member of NASSCOM
“We are really proud to be a member of the prestigious NASSCOM! We are excited about the new association and are eager to contribute to India’s impact on global technology!” – Ujval Shah – CEO About NASSCOM NASSCOM is the premier trade body and chamber of commerce of the Tech industry in India. NASSCOM’s members, […]

Salesforce Shots: GraphQL
As of Winter 23, the Salesforce GraphQL API is available. Provide a new way to create mobile and web applications using GraphQL with the Salesforce Platform. With the help of this new Salesforce GraphQL API, Salesforce Developers can have more features to use like Field Selection, Resource aggregation, Schema introspection, and sObject query ability. GraphQL […]

Salesforce Shots: Salesforce CPQ
The purpose of salesforce CPQ (Configure, Price, Quote) is to simplify complex pricing and expedite the quote-to-cash process. Salesforce CPQ software ensures that sales reps are able to configure products with accuracy and apply the right pricing & the right quantity discounts while the corresponding approvals have already been programmed into the system. CPQ helps […]

Build messenger with chat and video calling using QuickBlox API and SDK
QuickBlox: QuickBlox provides an instant messaging API that allows chat and calling functionality to be added to any Android, iOS, or Web application. Here, we will look into the quick implementation of Chat functionality. Requirements for QuickBlox Flutter SDK For IOS Platform version required 13.0. For the Android Platform, the minimum version is 5.0, and the API level is […]

Principles of System Design – Part 2
Applications require long-term storage for the user or application-specific data. Arrays in-memory data structures such as linked lists are optimized for CPU access through pointers. Permanent storage is designed for read/write access by clients/processes that connect to the database server. Data modeling is a critical component of long-term persistence. This post will focus on how […]

Principles of System Design – Part 1
When developing systems, three major considerations should be addressed: reliability, scalability, and maintainability. These terms are often used, and I want to provide explanations for each of them in this blog. Reliability The capacity of a system to tolerate errors or issues in order to avert breakdowns or total shutdowns is referred to as reliability. […]

Twilio +.Net – Incoming and Outgoing Calls
Twilio provides telecommunication functionalities like SMS, Calling, WhatsApp integration, and many more. The goal of this post is to describe Twilio integration with .net and take advantage of Twilio’s amazing features.

Enabling Twilio for SaaS platform
For company which having SaaS based product, There is always the question of what goes into Cost of Goods Sold vs Cost of Revenue to calculate gross margin, Customer Lifetime Value (LTV), Customer Acquisition Cost (CAC) Payback Time and to understand company’s unit economics in general.

Installing Oracle JDBC-Driver On Wildfly / JBoss
Download the driver: ojdbc[VERSION].jar Create subfolders : [WILDFLY_HOME] /modules/system /layers /base /com /oracle /main/ Copy the downloaded ojdbc

Deploying Odoo 14 Using Docker
Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage