Converting Devextreme AngularJS grid(version <24) to Devextreme Jquery
With the latest version of DevExtreme, v24 or v25, you would see the following error if it involves DevExtreme AngularJS components. The DevExtreme team announced end-of-life for DevExtreme components based on AngularJS, and they are not supported from DevExtreme v24.1.
Converting Devextreme AngularJS grid(version <24) to Devextreme Jquery
With the latest version of DevExtreme, v24 or v25, you would see the following error if it involves DevExtreme AngularJS components. The DevExtreme team announced end-of-life for DevExtreme components based on AngularJS, and they are not supported from DevExtreme v24.1.
Logging in Node.js: Winston vs Morgan vs Pino
Logging is an essential part of any application. It helps developers understand what is happening in the app, debug issues, and monitor performance. In Node.js, there are several popular logging libraries available. In this post, we will compare three of
Fixing the Infamous “Maximum SOQL Limit” Error in Apex
The “Maximum SOQL Limit” error, often accompanied by the message System.LimitException: Too many SOQL queries: 101 is one of the most common and frustrating problems faced by Salesforce developers. It signifies a violation of a fundamental governing rule (governor limit)
Session Management and Security in .NET Applications
Overview Managing sessions securely is a fundamental part of protecting any .NET-based application. If session identifiers or cookies are not properly handled, attackers may exploit weaknesses through techniques such as session hijacking or fixation. The following sections describe common issues
Using SOQL and SOSL Efficiently in Salesforce
For Salesforce developers, mastering data retrieval is paramount to creating scalable and high-performance applications. The platform offers two primary tools for querying data from its robust database: SOQL (Salesforce Object Query Language) and SOSL (Salesforce Object Search Language). Although both
A Beginner’s Guide to Setting up a MuleSoft-Salesforce Connector
The power of Salesforce often depends on its ability to exchange data with external systems, from ERPs to marketing platforms. MuleSoft, Salesforce’s integration platform, excels at this by providing pre-built connectors that drastically simplify the complexities of API communication. For
Rate Limiting and Throttling in Node.js
When building web applications or APIs, sometimes too many requests from a single user or client can overload your server. To prevent this, we use Rate Limiting and Throttling. In this blog, we will explain what they are and how
Salesforce Customer Portal
In the modern digital economy, customer expectations have fundamentally shifted. Customers no longer just want service; they demand instant, personalized, and effortless experiences available 24/7. To meet this demand, organizations must empower their customers to find answers and manage their
What Is AWS Lambda Runtime?
An AWS Lambda runtime is the environment that executes your function code. It includes: The programming language version (e.g., Python 3.9 or 3.11) The AWS SDK (boto3) System libraries and environment configurations When AWS releases new runtimes, older ones are
