Systems | Development | Analytics | API | Testing

Elevate Gives Retailers a Powerful New Tool for Managing Supply Chains

In today’s world, retail customers expect things fast. They want their products on time and they want their orders not to be canceled. And when things go wrong, they want answers. To deliver that experience, retailers need to be able to understand at a granular level how their customers’ orders are moving through their supply chains. In this episode of “Powered by Snowflake,” Daniel Myers chats with Elevate Co-founder and CTO James Sutton about his company’s recently introduced retail operations platform that provides the analytics retailers need to evaluate and manage supply chain performance.

Automatically extract TML definitions from tml/export

ThoughtSpot elements such as search, Liveboards, and data connections are all defined in a JSON-based metadata definition called ThoughtSpot Modeling Language, or TML. Recently, I blogged about how you can use Postman to access platform APIs to import/export TML as part of your devops processes; for example, to check in TML definitions and push to another environment via a continuous integration process. The TML export is pretty straightforward.

Simulators vs. Emulators: What's the Difference, Anyway?

In the world of software testing, it’s common to hear folks talk about simulators and emulators as if the terms are synonymous. To a certain extent, that makes sense. Simulators and emulators are similar in many ways, and the differences between them don’t always matter from the perspective of a test engineer. But the fact remains that simulators and emulators are different beasts.

Matt Wyman on How Businesses Lose Money with Poor Code

Earlier this week, Sauce Labs Chief Customer Officer, Matt Wyman, sat down with journalist Marko Velimirović of Website Planet. The pair discussed the release of the consumer report Every Experience Matters as well as the state of DevOps, trends in testing and the increasing need for developers to deliver exceptional quality at velocity. To read the full interview, head over to Website Planet. A selected portion is included below.

Why Google Cloud BigQuery for SAP Enterprises?

What is BigQuery and how can it help you gain new insights from your SAP data? In this video, Kevin Nelson, a Developer Advocate at Google Cloud, will demonstrate how to integrate your SAP data with BigQuery to help drive new insights across your organization and give more power to your data analytics users. Chapters: product: Cloud - General; fullname: Kevin Nelson;

Webinar Recap: Functional strategies for migrating from Hadoop to AWS

In a recent webinar, Functional (& Funny) Strategies for Modern Data Architecture, we combined comedy and practical strategies for migrating from Hadoop to AWS. Unravel Co-Founder and CTO Shivnath Babu moderated a discussion with AWS Principal Architect, Global Specialty Practice, Dipankar Ghosal and WANdisco CTO Paul Scott-Murphy. Here are some of the key takeaways from the event.

AstraZeneca: Building a collaborative culture between data leaders and business teams

How data projects are put into production at AstraZeneca? Successful projects require discussion, business expertise, tech knowledge, and agility. AstraZeneca achieved this by building a collaborative culture between data leaders and business teams. “Data without trust is useless. Data Governance is critical to knowing that we can trust our data and ensuring that the data is well understood, well looked after, and only accessible to the right people.”

Switch to JDK 17 + Parallel GC and speed up your Android builds by 9-20%

Speed up Android build times with simple tweaks to the Java Development Kit and Gradle. After benchmarking build times for 3 projects with different JDK versions, JDK 17 is now also preinstalled on all build stacks to help you get the 9-20% speed improvements we did. Learn more and try them!

Practical Guide: Flutter + Firebase + FlutterFire CLI + CI (Codemagic)

This article highlights three technologies that you can combine to create a super-app: Flutter, Firebase, and Codemagic. Our task is to configure Firebase for all platforms supported by the Flutter framework, utilize Firebase Remote Config to alter the appearance of our app without making these changes manually and then set up CI/CD using Codemagic to distribute our app via Firebase App Distribution. We’ll be creating a live demo of the app to demonstrate the power of these technologies.