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?
Swivel Chair Work In order to get data from a source, an employee might have to interact with multiple systems and then copy the same data to different applications. Imagine doing this on a daily basis where employees lose five to six hours a day doing repetitive work. This kind of manual data..
UI Technologies from SAP
Over course of several decades of market leadership in Business Applications, SAP has been continuously delivering many User Interface (UI) technologies to bring a contemporary user-experience (UX) for its users. Due to commitments about downward compatibility in the interest of safeguarding..
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!
Introduction I come across a lot of programmers who are brilliant in programming but often fail to work as a team. Partially, this might be due to a lack of communication, but I have also observed the inability to understand someone else’s code plays an important role in teamwork. So if you..
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..
Agile Journey
Accepting Agile software development is a complex transformation that requires an Agile Mindset. Organizations will succeed only when application managers understand and embrace the full scope of the challenge. A Scrum is the most common framework to implement Agile but being Agile is not just..
We need to befriend GitFlow. Here’s why.
For most of you who have read our blogs earlier, my fascination for Git is rather evident. (For those who haven’t : Here’s me rambling about the basics of Git). But let’s be honest. All that we have seen or known about Git so far from the last post is great, but its great for..