GCP BigQuery Benefits Wondering what the buzz about GCP BigQuery is? Here is what you need to know: Accelerated time to value – Users are able to access their data warehousing equipment online without needing expert-level administration in-house. This reduces the extra management required to..
Train your ML models with ease
A Machine Learning/Deep Learning model is nothing but applying an algorithm on a data set such that it learns and makes predictions. In order to train a model, one would need an abundant amount of data. The data set can correspond to a table in a database, a CSV file or a set of images, etc. The..
ML Frameworks to the rescue for Citizen Data Scientists
What is an ML Framework? A Machine Learning Framework is defined as “an interface, library or tool which allows developers to more easily and quickly build machine learning models, without getting into the nitty-gritty of the underlying algorithms.” Machine Learning Platform A Machine..
Next Generation Identity and Access Management
With advancing authentication technologies, identity management predicted the disappearance of passwords. These technologies apply password alternatives such as biometric, iris, facial and authentication via other electronic devices. Where Identity Management will head? As technologies continue to..
Why RPA came into existence?
UI Technologies from SAP
Auto-create variable names for Function Module/Method Call

When you are making a Function Module call or a Method call from your program, it is required to declare the variables matching with the interface of the function module. The variables have to be of the same type of import/export parameters to avoid a mismatch short dump. Traditionally, one has to..
How to code? Keep it simple!
Do we need Automation Testing?

Automation Testing in simple terms means using an automation tool to execute your test case cases. Benefits of automation testing are Speed, Efficiency, Increased ROI, Reliability, Reusability and Improved Test Coverage. But just because you can Automate application testing, does it mean you should..