CloudData & AnalyticsDigital Analytics
With the mammoth rise in vast amounts of data across the globe, it has been a necessity for the companies to ensure that they derive insights from the data being gathered. While traditional statistical tools have always been a prior step in evaluating the data, the application of analytics and machine learning has become increasingly […]
In the era of chatbots, besides imitating humans they can also perform complex tasks like booking tickets for movies etc. Out of various implementations, Rasa is an open-source implementation for Natural Language Understanding (NLU) and Dual Intent and Entity Transformer (DIET) models. It can interact with databases, APIs, conversational flows for interactive learning with reinforcement […]
We keep hearing the word Agile quite frequently in the industry. Every project wants to be on Agile and the thought is that as soon as you start implementing Agile frameworks, there would be some kind of magic that would accelerate delivery, reduce client escalations and the team would be happy. Doing Agile You have […]
When Amazon first came out with a smart recommendation algorithm for customers, millions of its customers received their first personalized shopping experience tailored to meet their own interests. This not only introduced us to a whole new era of shopping but was the beginning of using machine learning in a very practical manner. The approach […]
Automation TestingMobile Automation TestingMobility
Testing of the mobile application is a method by which an application software system developed for hand-held mobile devices is tested for its practicality, usability, and consistency. Mobile application testing is often an automated or manual variety of testing. Mobile testing aims to verify that every function of the application is working exactly as required. […]
Adobe Experience Manager (AEM) provides an encryption service which helps to encrypt text and decrypt the protected text. The support is available in AEM with the bundle name Adobe Granite Crypto Support (com.adobe.granite.crypto). It can be used to: Encrypt properties configured in OSGI configuration service Meet the need to protect/unprotect text or binary data in […]
AgileManual TestingSoftware development
Quality Assurance in Software Development is not like testing the product by covering the business requirements but is like what QA process you are implementing and is it generating the ROI. Nowadays in the software industry, the client is always looking for frequent and iterative deployments. If you are a QA person then you are […]
Behind every business are real people, and B2B brands must connect with the human on the other side to stay relevant. B2B websites that lack an emotional narrative and present mere numbers, data, products, and features fail to connect with their customers. Research shows that numbers are forgettable, and most people do not easily remember […]
Introduction Keycloak is an authentication framework that gives application users federation and single sign-on (SSO) capabilities. In this blog we will discuss the key concepts that you should have in mind while deploying a Keycloak Cluster on top of Kubernetes. Keycloak Cluster Setup First of all we should know that for a Keycloak cluster, all […]
Estimation Experienced project managers know the first question clients ask on any new project is “How much?” followed closely by “How soon?” Whenever the subject of agile project management is discussed, it’s inevitable that one question will be asked: “How do you provide the client or sponsors with an estimate when you have no complete […]
Problem statement For editing the XML content AEM provides an XML web editor interface, where editors can edit content, add XML elements in the markup and refer one or more Darwin Information Typing Architecture(DITA) topics/articles in a DITA topic. Editors can navigate the preferences list and include it in the DITA topic. The out of […]
Have you ever wanted to use https://something.i.want.com:8080 instead of the same old boring https://localhost:8080 ? Well here is how you do it on Mac OS. By default, the IP of localhost is 127.0.0.1. ‘localhost’ itself is an alias. To make it your own follow the instructions below. 1. With sudo access vi /etc/hosts $sudo vi […]