Systems | Development | Analytics | API | Testing

%term

Supergrain Offers Snowflake-Native Messaging Solution

Supergrain’s mission, says company CEO and Co-founder George Xing, is to “create the fastest, easiest, most frictionless customer engagement product experience for our customers.” In this episode of “Powered by Snowflake,” he explains to host Daniel Myers how Supergrain is meeting that goal. The key, he says, is that the Supergrain software runs directly on a customer’s Snowflake instance, giving them the ability to use any and all of their Snowflake data to create messaging campaigns.

Pharmaceuticals Sales Analytics with ThoughtSpot, Snowflake, and SDG Group

See how easily you can search to generate granular, actionable insights with Live Analytics on prescription sales and market share data for a fictional pharmaceutical company. Learn how to analyze IQVIA (third-party prescription data) and Veeva (sales CRM) data with ease and speed to track market performance and assess market share and salesforce performance. ThoughtSpot Analytics on top of the Snowflake Data Cloud with the expertise of SDG Group enable you to combine these different data sources and ask ad-hoc exploratory questions with ease.

SaaS in 60 - Enterprise Access Control - (Direct App Sharing)

This week we have added a finer level of control when sharing Qlik Cloud SaaS content with users and groups. User adoption requires easy sharing of content from Qlik Sense Shared and Managed spaces as well as a more finer grain access control within spaces to make it easy for users to manage their tenant. Watch this video to learn more!

Retrieving Twitter data in real-time

Using a Talend route and aTalend job, Richard demonstrates how you can retrieve Twitter data in real-time. This week, Richard is using Talend to collect near real-time Twitter data around the Australian Grand Prix. Build and use a Talend route and a Talend job to do the same. This job would work for just about anything that is happening now. A concert, an event, a game, etc. Forget hashtags – collect near real-time twitter data around any current event.

Technical Session on Logging & Kibana | Antino Labs

The Kibana logs is the most unequivocal way of what's going on in the application and debug the performance issues. Large number of generated logs provides a very exuberant experience while navigating. In this session, you are going to get some insights over optimizing the whole process. Why do we log? We request you keep watching the video till end if you really want to gain worthy insights over Logging and Kibana.

What is Web Testing? Types of Web Application Testing

Web testing, at its core, is simply checking your web application or your website for problems before you make that web application or website live. Web testing is designed to check all aspects of the web application’s functionality, including looking for bugs with usability, compatibility, security, and general performance.

State Machines in Ruby: An Introduction

A state machine can hold all possible states of something and the allowed transitions between these states. For example, the state machine for a door would have only two states (open and closed) and only two transitions (opening and closing). On the other hand, complex state machines can have several different states with hundreds of transitions between them.