Systems | Development | Analytics | API | Testing

June 2024

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.

Embracing the Future: How the API First Approach is Revolutionizing Software Development

‘API first’ is not just a buzzword—it’s a transformative framework essential for building agile and resilient applications in our interconnected digital age. Opting for an ‘API first’ strategy ensures that APIs, which are the backbone of communication between different software services, take priority in your development pipeline.

Enhanced Cybersecurity with Real-Time Log Aggregation and Analysis

In today’s hyper-connected world, systems are more intertwined and complex than ever. Myriad data sources including applications, databases, network and IoT devices continuously generate vast amounts of data, capturing every event and interaction. Imagine harnessing this data–login logs, firewall logs, IPS logs, web logins–aggregating it, and analyzing it to create a holistic view of your entire infrastructure.

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.

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.

Combining Multiple Data Sources into One API with DreamFactory

Integrating and calling other APIs is important in the development process. APIs allow different systems to communicate and share data, enabling developers to build more dynamic and feature-rich applications. Whether it's accessing third-party services, aggregating data from multiple sources, or automating workflows, the ability to effectively integrate and call other APIs is a key component of a successful software strategy.

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.

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.