Systems | Development | Analytics | API | Testing

Technology

Quick Qlik - Qlik Sense Mobile Design Tips and New Landscape Mode

When designing mobile analytics solutions for Qlik Sense Mobile you want to make sure your customers have the best user experience. Qlik Sense sheet properties provide small screen layout settings, configurable sheet sizes and grid spacing adjustments to style your dashboards to deliver this experience. Chart objects are responsive and can be displayed in a list view or grid view on your device and now with support for Landscape mode your visualizations can be displayed just like they are when using a web browser on a computer. Making it easier to view and your mobile Qlik sense apps.

Kong Builders - May 25 - How to install and run Kuma on AWS ECS

Kong Builders is the livestream series that takes our developer-focused toolsets and puts them on display in the best venue possible – building applications and connecting workloads. In this week's Livestream, Kat Morgan will walk through how to install and run Kuma on AWS ECS See upcoming and past episodes at Konghq.com/kong-builders

How to Transition to a Cloud ERP Without Disrupting Financial Reporting Processes

More and more companies are migrating their enterprise resource planning (ERP) to the cloud. It relieves them of the burdens typically associated with installing and maintaining complex software systems, and it’s arguably more secure because it’s monitored 24/7 by dedicated experts. There is no question that cloud-based ERPs like NetSuite, Epicor, Microsoft Dynamics, and Oracle Cloud are gaining steam. Rolling out a new ERP system can be highly disruptive to your organization, though.

Test-driven development: an introduction for mobile app developers

Test-driven development, or TDD, is a testing method where you first convert the feature requirements to tests and then write code to make the tests pass. In this article, we take an objective look at test-driven development, its benefits, downsides, and best use cases.

Cross-Platform End-to-End Testing - Explained with Real-life scenarios

The definition of end-to-end testing is as simple as “testing the application from one end to another”. A lot of the time people do generalize end-to-end testing as “testing done to test the application from beginning to end”. However, in an application, you may certainly define a beginning (generally the home page) but there can be a lot of endings. For example, one eCommerce application’s end-user flow may look like this: Another flow may look like this.