Systems | Development | Analytics | API | Testing

Master Muze Charts - An Introductory Guide

Go beyond standard dashboards with Muze, the data visualization library that brings a "grammar of graphics" approach directly into ThoughtSpot. Starting in version 10.15, Muze is available as a native chart option, allowing you to build highly interactive, code-level visualizations without leaving your browser. What’s Covered: Whether you are looking to learn the technical side of custom visualizations or want to see the platform in action, we have the resources to help you succeed.

Syncing Google Sheets with Analyst Studio for Enhanced BI Insights

- Struggling to manage large datasets in Google Sheets while trying to run high-level BI initiatives? In this video, we demonstrate how to seamlessly bridge the gap between your Google Drive and ThoughtSpot using Analyst Studio. We walk you through the entire end-to-end workflow: from connecting a Google Sheet via URL to building a data model and visualizing your insights in real-time. Learn how to automate your data pipeline so that every update in your spreadsheet—like changing a client’s industry or adding new leads—reflects instantly in your ThoughtSpot Liveboards.

From Design to Deployed: Introducing the Figma Plugin for Sauce Visual for Pixel-Perfect Releases

Bridge the disconnect between design and development. The new Figma plugin for Sauce Visual automates baseline creation, enables shift-left testing, and guarantees visual consistency with your approved Figma designs.

Why Quality Assurance Matters for Digital Wallets

Digital wallets started as simple payment tools. Today, they do much more. They support P2P payments, merchant transactions, loyalty programs, identity services, transit use cases and embedded financial services. Reports from McKinsey, Deloitte and Worldpay show strong growth in digital wallet usage. Wallets now power a large share of global e-commerce and POS transactions. Adoption is rising in both developed and emerging markets. Many organisations can launch a wallet fast. Scaling it is harder.

Top 11 Test reporting tools

Let’s be real for a moment. Modern engineering teams run so many automated test cases every day across CI/CD pipelines. Still, without the right visibility, those results are just noisy logs sitting inside Jenkins or GitHub Actions. This is exactly why test reporting tools have become a critical part of every serious QA, DevOps, and automation workflow.

How we built an AI-first culture at Ably

Most companies talk about being “AI-first.” At Ably, we decided to actually become one. We build realtime infrastructure for AI applications. To do that credibly, we need to live and breathe AI ourselves – not just in our product, but in how we work every day. Two years ago, we began a company-wide push for AI adoption.

Q&A: Accelerating Europe's EV transition: How Bitrise is helping Elli lead the charge

Europe’s transition to electric vehicles (EVs) is gearing up and one car maker is leading the charge. The Volkswagen Group recently eclipsed Tesla as Europe’s top EV maker, with deliveries surging a stunning 89% year on year to 347,900 vehicles. But it’s too early to celebrate yet, with the EU’s 2035 ban on new petrol and diesel cars looming large, keeping adoption moving is crucial. That’s where Elli, Volkswagen Group’s charging and energy company, comes in.

Scaling REST APIs for High-Volume Databases | DreamFactory

Scaling REST APIs for databases with heavy traffic requires careful planning to ensure fast, reliable performance. Here’s the gist: -Stateless Design: APIs should process requests independently, enabling horizontal scaling and efficient load balancing. -Caching: Use client-side, server-side, and CDN caching to reduce database strain and improve response times. -Optimized Queries: Fine-tune database queries, use indexes, and implement pagination to handle large datasets effectively.