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.

It Not Just About Code

It was never just about code. Pamela Oliveira is a firm believer that societal norms can be transformed by the power of open source technology. Experts need to see this and take ownership despite a rapidly changing industry. In this episode of Test Case Scenario, Jason and Pamela dissect the opportunities and difficulties that technical minds have in attempting to solve social issues with open source.

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.

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.

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.

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.

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!

Microservice Pitfalls: Solving the Dual-Write Problem | Designing Event-Driven Microservices

When building a distributed system, developers are often faced with something known as the dual-write problem. It occurs whenever the system needs to perform individual writes to separate systems that can't be transactionally linked. This situation creates the potential for data loss if the developer isn't careful. However, techniques such as the Transactional Outbox Pattern and Event Sourcing can be used to guard against the potential for data loss while also providing added resilience to the system.