Systems | Development | Analytics | API | Testing

%term

On Demand Tabular Reports - SaaS in 60

Last year we released Tabular Reporting, a new Excel and Office 365 add-in that addresses operational report and distribution requirements by creating formatted reports using existing Qlik Cloud Analytics apps and data. Now you can make those same reports available to download, on demand, directly to users while they analyze data within a Qlik Cloud Analytics app, complete with their preferred data selections.

Comprehensive Guide to Test Case Management with TestQuality

In today's rapidly evolving software testing landscape, maintaining high-quality assurance standards is more critical than ever. Test Case Management plays a pivotal role in ensuring that software meets user expectations and functions flawlessly. Whether you're a QA professional, a software tester, or a developer, understanding and effectively implementing Test Case Management can significantly impact your project's success.

Empowering Data Agility: Equifax's Journey to Operational Excellence

In the data-driven world where real-time decision-making and innovation are not just goals but necessities, global data analytics and technology companies like Equifax must navigate a complex environment to achieve success. Equifax sets the standard for operational excellence by enabling real-time decision-making, accelerating innovation, scaling efficiently, consistently achieving service level agreements (SLAs), and building reliable data pipelines.

5 Ways Healthcare and Life Sciences Organizations Are Using Gen AI

Much has been said about how generative AI will impact the healthcare and life sciences industries. While generative AI will never replace a human healthcare provider, it is going a long way toward addressing key challenges and bottlenecks in the industry. And the effects are expected to be far-reaching across the sector.

Qlik Connect: A Decade in for me, the Best One Yet

This year’s Qlik Connect was officially my 10th Qlik annual user conference… From Qonnections to Qlik World to Qlik Connect, you could assume I have seen it all already, but I can honestly say that this one was the best (and most fun!) yet. But don’t take my word for it. The buzz from our wonderful community of Qlik partners and customers speaks for itself.

S1.E8: AI & Machine Learning in Testing | QA Therapy Podcast

Feeling like your team is pinning all their hopes on AI and ML to solve every challenge? In this episode of QA Therapy, we're thrilled to have Tariq King, QA Therapist, join us to explore how AI and ML will shape the future of testing. Tariq, currently serving as the Vice President of Product-Service Systems at EPAM, with over 40 research articles under his belt.

Exploring Text Analysis with OpenAI and NodeJS

In the world of natural language processing (NLP), the dream has always been to create systems that can understand, analyze, and generate human-like text. The good news is we are getting closer to this aspiration, thanks to innovations in artificial intelligence, particularly through platforms like OpenAI. In this article, we’ll explore text analysis with OpenAI, exploring the methodologies, tools, and metrics utilized to decipher the complex tapestry of human language. Let’s get started.

API versioning in Ruby on Rails

Versioning APIs is a critical part of building web applications, as it allows you to make changes that may otherwise break existing API users. Changing the contract between the API and the clients that depend on it is dangerous, and versioning endpoints adds flexibility and safety. Versioning is implemented in many ways - You can version with subdomains, query parameters, URL schemas, headers, and more!