Skip to main content

Innovation + Product Development

Mobile Testing on Cloud with Appium Using AWS Device Farm

With Amazon’s Device Farm technology, you can now easily upload your app and choose an Android or an iOS device to test your app. You will get screenshots, videos of the tests that were run and most importantly, the real-time reports of the tests that were completed. It is as simple as uploading a file […]

Red Tiles Layout@1x.jpg

Site Clusters – Part 4: Renderings shmenderings; or why you should care about Shared and Final layout

A critical portion of understanding Site Clusters is wrapping your head around Shared and Final layout, and understanding their impact on your assembly.

The Agile Way: Continuous Integration In Alm

The Agile Way: Continuous Integration in ALM

How to Use Continuous Integration throughout Your Application’s Lifecycle Not so long ago, applications were developed and deployed with on-site Application Lifecycle Management ALM solutions. More recently, the automation of processes, such as building and testing apps, has made application lifecycle management more of a way to manage application workflows. Agile methodologies have played a […]

3 Steps to Configure SQL Developer for Hive Data

In my previous post, I introduced a HiveServer2 based approach to query data in Java code. If we don’t have to write any additional code, we could leverage a Database tool to do the manipulation. As we know, Oracle SQL Developer is a free tool that can be used for different kinds of databases by installing […]

5 Visions Realized with Adobe Experience Cloud

This week I attended the Adobe Partner Cafe event in San Francisco, where I learned about the transformational visions Adobe has built into their digital experience solutions suite, Adobe Experience Cloud. Adobe Experience Cloud is a new omnichannel term Adobe introduced this year to more broadly serve all the digital marketing solutions they have, including Adobe Marketing Cloud, Adobe Analytics Cloud […]

Monitoring in IIB

 What is Monitoring Monitoring is a feature in IIB, which enables the developer to configure the flow to emit events when something interesting happens. These events can either be stored in a DB or consumed by monitoring applications such as Websphere Business Monitor for auditing and replay of messages. Features IIB flows can be configured […]

How to Query Hive Data in HDP via Java Code

What is Hive? You may have heard about Data Warehousing products such as Oracle, Teradata Netezza which have been used in different industries for decades. Recently, Hive emerged as a new generation of the open-source data warehouse product which features clustered nodes in the big data domain. It facilitates reading, writing, and managing super large […]

Cognos Report Studio Performance Tuning

When we run reports, there are a few reports that take a long time to execute. To make it faster we can improve our report performance by following these steps: Prompt Page: We have to ensure that the parameter definition matches the parameter usage. Parameters are defined in filters and calculations. The resulting parameters are […]

How to Fix Excel Merged Columns in Cognos Report Studio

The Cognos default output is ‘HTML’. When we design a report in Report Studio, not only in HTML format, but also in Excel and PDF, the report output should be good. Most of the time when we export to Excel, we experience Merged Cell issues in Excel. Hence it is difficult for the user to sort […]

Flags@1x.jpg

Site Clusters – Part 3: Owning your language architecture

When we talk about Site Clusters — as you hopefully read in Part 1 and Part 2 of this series — we’re referring to the localization strategy for translating a website from one localized language to many other localized languages. Let’s imagine you have a website which you want to distribute to all of North America.

ES6/JSX Code Coverage with Istanbul/NYC

Background In computer science, code coverage is a measurement of how many lines/blocks/arcs of your code are executed while the tests are running. A code coverage system collects information about the running program and then combines that with source information to generate a report on the test suite’s code coverage. Issue You’ve got some experience […]

How to Use Spring Data JPA

What Is Spring Data JPA? Firstly, Spring Data is a subproject of Spring, which used to simplify database access. It supports both NoSQL and relational data storage. Spring Data JPA is not a JPA provider, it just adds an extra layer of abstraction on top of the JPA provider. At first, it seems like Spring […]

Load More