Tag Archives: Enterprise

React Hooks

React is a javascript framework for building interactive client side interfaces along with the integration with back-end server. React considers the UI as a set of reusable components. These components can either be a class component or a stateless functional … Read More »

Tagged |

Automation & Record Keeping Using Postman

    What is Postman, and why use it? Postman is an API Development Environment that helps people to build, test, document, monitor and publish documentation for their APIs. Postman is used by 6 million developers and more than 200,000 … Read More »

Tagged , |

Android Gradle: When to use what?

    On updating Android Gradle plugin 3.0 in your project, you might have noticed that you are getting warning: “Warning:Configuration ‘compile’ is obsolete and has been replaced with ‘implementation’. It will be removed at the end of 2018” This … Read More »

Tagged |

Multiple Modules in Android Library

    Applications are now migrating to a modularized structure in order to attain quicker Gradle builds, reuse code across functionalities and to create slicker Git flows by splitting the team between the different modules. Let us assume that we … Read More »

Tagged |

Amazon DynamoDB, from development to deployment

Amazon DynamoDB is a fully managed proprietary NoSQL database service that supports key-value and document data structures and is offered by Amazon as part of the Amazon Web Services. DynamoDB exposes a similar data model to and derives its name … Read More »

Tagged |

Using LESS in React without Ejecting

I recently came across a problem while configuring my React application to use LESS styling. The misleading information on the web made the solution a bit tricky. So, after finding the appropriate solution, I decided to write this article. Some … Read More »

Tagged , |

An In-Depth Look At PHP Unit Assertions

A Definitive Guide to Testing PHP Applications with PHP Unit outlines the core to-dos for getting started with unit testing in PHP. If you would like to implement the ideas presented in this blog, please ensure that you have scanned … Read More »

Tagged , , , |

Vulnerability Assessments or Penetration Testing – Choose Wisely!

  The terms “Vulnerability Assessment” and “Penetration Testing” are often confused. But is this confusion correct and justified? We should note that although these security methods sometimes duplicate but they differ from each other in terms of different goals. Both … Read More »

Tagged , |

Introduction to Protocol Buffer and guidelines on how to use it

    Protocol buffer also known as protobuf was designed by google for internal use to store data and to communicate between processes. Google has now provided support for multiple languages and made it public under open source license. It … Read More »

Tagged , |

A Definitive Guide to Understanding Microservices Architecture

Let’s begin with a scenario. Imagine you are creating a next generation social media application. An application that will revolutionize the way people interact. You expect it to be a great success in future. You are very excited and much … Read More »

Tagged |

An Ultimate Guide To Edge Video Analytics

Edge Video Analytics is an application of Edge Computing. This form of computing is the opposite of Cloud Computing, however it is usually augmented by Cloud Computing. This implies that most of the computing and filtering is done at the … Read More »

Tagged |

Introduction to Server SQL Profile

INTRODUCTION SQL Server Profiler is a tool through which you can monitor, debug and analyze all the activities happening in SQL server database. You can easily monitor the selected events you want. By using SQL Server Profiler you can monitor … Read More »

Tagged |

A Friendly Introduction to Machine Learning

Machine learning (ML) is one of the most trending topics of Artificial Intelligence (AI) which, though not new in concept is becoming increasingly popular day by day. Today, Machine learning is being used in numerous Computer Science, Artificial Intelligence and … Read More »

Tagged |

Introduction to Cognitive Computing

The world of computation is evolving at an unprecedented pace, and we are witnessing numerous advances in fields such as Artificial Intelligence and others. Recently a new term, Cognitive Services, was introduced by IBM when it launched one of it’s … Read More »

Tagged |

How to Manage a LAMP Stack with Docker

Setting up a Linux, Apache, MySql and PHP stack usually requires some third party bundles or each individual software separately. The major issue in either of these is that it is not replicable, and if you want same environment again … Read More »

Tagged |

How to Create Custom Docker Image Using Docker Compose

Docker is the container platform provider and management service that helps in addressing every application across the hybrid cloud. Docker enables true independence between applications and infrastructure, as well as developers and IT ops to unlock their potential for better … Read More »

Tagged |

Major Challenges Everyone Should Know about the IOT (Internet of Things)

Introduction IoT (Internet of Things) is a network of devices connected over internet. This includes  cars, home appliances, and other embedded electronic devices. With the help of IoT a network is formed with these devices so that they can be … Read More »

Tagged |

How to create a Python based Machine Learning Development Environment

Machine Learning is one of the top skills these days and is capturing majority of the Software Industry day by day. The concept behind Machine Learning is to enable machines programmatically to learn and take smart decisions and keep on … Read More »

Tagged |

Enterprise Blockchain 101: An Introduction

Introduction to Blockchain All the buzz coming out of BLOCKCHAIN. The impact created by its usage as a cryptocurrency in bitcoin as its first application and now it has continued its way as the underpinning for Shared Distributed Ledger technology … Read More »

Tagged |

A Definitive Guide to Testing PHP Applications with PHP Unit

The fact you are on this page clearly shows that you want to unit test your PHP application. If you are still not very convinced on putting efforts into unit tests and would like to have a solid footing on … Read More »

Tagged , |

Comparison between different Vulnerability Scanning Tools

Nowadays security risks are very high due to which security testing is very important. Through security testing we can identify loop holes in a system, network or computer software. Security testing helps us to determine that software or system prevents … Read More »

Tagged |

How to use Machine Learning for Anomaly Detection

Anomaly Detection is a widely used for Machine Learning as a service to find out the abnormalities in a system. The idea is to create a model under a probabilistic distribution. In our case, we will be dealing with the Normal … Read More »

Tagged |

How to Implement IBM Watson Speech to Text Java SDK

The domain of speech recognition is considered as one of the most promising areas where modern machine learning tools are coming in handy in our quest to further refine and improve accuracy of the transcripts. The advent of ML frameworks … Read More »

Tagged , |

How to Create a Basic Content Based Recommendation System

For this recommendation system, on the basis of item’s characteristics and user’s preference, we will predict the user’s rating for all items that were unrated by the user. Read More »

Tagged |

11 Tips For Testing Mobile Application Efficiently

Almost 5 million mobile apps are available in Apple App Store and Google Play Store and it continuously growing. With the increasing number of apps it’s most common practice to test mobile application in order to deliver the stable app … Read More »

Tagged , |

A Comparison between Different Speech to Text Services

Artificial Intelligence (AI) is a broad term and is defined as the study of intelligence shown by machines. In computer science some of the focused areas of AI are: Speech recognition Learning Planning Problem solving Folio3 is a seasoned player … Read More »

Tagged , |

Custom Models for Machine Learning Training – Speech To Text Service

Speech Recognition has been evolving over the last few decades. The recent interest in Machine Learning technologies have also added a new boost to the speech recognition domain. There are a few Speech Recognition solutions available in the market, The … Read More »

Tagged , |

Your Definitive Guide To Blockchain For Business

Why Blockchain The business value-add of Blockchain will grow to slightly more than $176 billion by 2025, and then it will exceed $3.1 trillion by 2030 – Gartner Blockchain is the future of Business – IBM Next Big Thing After … Read More »

Tagged |

Creating Desktop Application Using React, Electron and NodeJS

JavaScript is everywhere these days. There are so many existing web technologies that allow developers to create web applications efficiently and as quickly as possible. Building UI for web is almost effortless with the use of CSS and JavaScript here … Read More »

Tagged |

14 Major PHP Keynotes for Developers

Have you been programming in a C-style programming language, and have just been recruited in a PHP project? Are you tired of studying the basic common programming structures again and again every time you learn a new language? Do you … Read More »

Tagged |

19 Best Practices and Recommendations for Linux Server

Securing Linux server is very important to protect your data, intellectual property from the hands of crackers (hackers). The system administrator is responsible for security of the Linux box. In this blog we will go through important tips for hardening … Read More »

Tagged |

Cloud Services Comparison: Amazon vs Microsoft Azure vs Google Cloud

Introduction As companies are gaining business momentum at a rampant pace, the use and application of different cloud services have become talk of the town. Companies are shifting from self-maintained data centers, as they are expensive to maintain and are … Read More »

Tagged |

How to Implement Best Enterprise Search Solution

What is Enterprise Search Enterprise search is a complex system of search, through which authorised users are able to search across different data sources used by the organization. Data sources might be application databases, file system, Email servers, Document Management … Read More »

Tagged |

Performance Testing with Apache Bench

Apache Bench, or ‘ab’, is a very powerful, and yet simple to use command line utility for measuring the performance of your application under certain load. It is a freeware and bundled with Apache web server. Apache Bench also has … Read More »

Tagged , |

17 Best Practices for Web Security

Recently we have been noticing a sharp rise in cybercrime and hacking based attacks, and it has been speculated already that cybercrime will cost the world in excess of $6 trillion annually by 2021. A couple of years ago, IBM’s … Read More »

Tagged , |

6 Reasons Why Your Business Needs Custom Email Campaigns

Keeping customers involved with your product is the key to success of a business. The challenge involved is that not every product is addictive in its nature to keep the customers busy. Skilfully crafted, a customized email landing directly into … Read More »

Tagged , |

Disaster Recovery Plan for RackSpace Cloud Servers

Irrespective of whether you use the Cloud or dedicated servers, it is essential that you should have a proper plan of countering any event if something goes wrong. To put it as simply as possible, technology breaks sometimes. Therefore, it … Read More »

Tagged |

How to Deploy ETL Processes on SpagoBI

First of all we need to Download SpagoBI from here http://forge.ow2.org/project/showfiles.php?group_id=204 We have to download All-In-One-SpagoBI-5.2.0 and run it. After creating SpagoBI by using Talend studio as shown in our blog named “How to create ETL job by using Talend” … Read More »

Tagged |

WordPress SSO: How to Integrate SAML 2.0 with ADFS 3.0

Hello everyone, Recently, we did SAML 2.0 integration with Active Directory Federation Services (ADFS) on a WordPress site for one of our clients. Even with using the plugins, it was not so simple, there were some issues we faced during … Read More »

Tagged |

HL7 Integration with Gmail Using Mirth Connect Engine

Mirth Connect Overview A Mirth Connect engine, with its own filters and transformers, is the medium for the source and destination systems. Messages flow into a source connector, pass through a pre-processor script, are converted to XML, pass through filters … Read More »

Tagged |

How To Create an ETL Job by using Talend Studio

For creating jobs in ETL through Talend Studio, the first step is to download Talend Studio from, which can be done from here. Once we have Talend Studio, the next step is to create ETL process in it. New job … Read More »

Tagged |

Push Notifications with Parse

Overview This is a three part tutorial series that will show you how to send Push Notifications from Parse, from the backend server to client devices (Android & IPhone). In this first part, we’ll build a REST based backend server … Read More »

Tagged |