Systems | Development | Analytics | API | Testing

%term

How To Reduce Reductions in Elixir

In this article, we'll show how you can use Elixir's profile.eprof mix task to evaluate and improve code performance in your Elixir application. You'll see how we used the profiling mix task to lower reductions in our instrument/3 function and custom instrumentation functionality, both key parts of our Elixir integration.

100+ Test Cases For Search Functionality You Should Know

Search functionality is an interesting but complex area when it comes to testing. A search functionality is by definition a search engine, which deals with vast amounts of data and an underlying search algorithm built on complex statistical models. That’s not to mention the ever-increasing user expectations for the search feature to understand nuances in human language, capable of handling misspellings, synonyms, and natural language queries.

How to Build an API on AWS

AWS is the largest cloud provider and with that it there can be challenges to build an API on AWS when trying to securely expose data. The most notable way to expose this data is by hand-coding an API to interact with the various AWS systems. This might be an acceptable way to approach the problem but with recent developments with AI and other low-code/no-code tools, developers are expected to do more with less.

Why Eyefinity Chooses Ghost Inspector Over Every Other Test-Building Software [Case Study]

For the past 30 years, Eyefinity has been a leader in cloud-based software and technology tailored to the vision care industry. Eyefinity offers reliable patient care solutions for ophthalmologists and optometrists, with a client base in over 20,000 offices across the US. As a company dedicated to providing the most seamless customer experience for doctor and client, Eyefinity knows that Quality Assurance is paramount to maintaining.

Tricentis Test Automation wins 2023 SaaS award

We are thrilled to announce that Tricentis Test Automation has been named a winner in the Best SaaS Product for Web and App Development category of the 2023 SaaS awards! The annual awards are considered the Oscars of the business software world and celebrate outstanding SaaS innovators across the globe. Best SaaS Product for Web and App Development is a highly competitive category recognizing an innovation that clearly meets a developer’s need.

Qlik CEO Mike Capone Discusses Data-Driven Leadership & Empowering Asian Enterprises with Innovation

Join us in this insightful Ask Me Anything session as Qlik CEO, Mike Capone, delves into the world of data-driven leadership. Discover how Qlik is at the forefront of meeting the escalating demand of Asian Enterprises for innovation through the strategic use of data, technology, and analytics. Stay tuned for valuable insights and practical approaches to driving success in today's data-driven landscape.

5 Testing Tips for CXOs to Ensure Successful ERP Implementation

Enterprise Resource Planning (ERP) systems have become the backbone of modern businesses, streamlining processes and enhancing efficiency. However, an ERP system’s successful implementation and operation require meticulous testing to ensure it aligns seamlessly with your business needs. This comprehensive guide will explore what ERP is, the types of ERP testing, and its benefits that ensure your ERP system functions flawlessly.

Generative AI Policies: 7 Issues Leaders Should Watch

Generative artificial intelligence (AI) is a game-changer, bringing with it the promise of unparalleled efficiency and the potential for entrée into new markets. As generative AI continues to soar in popularity, organizations are eager to tap into its transformative power. However, this enthusiasm should come with a side of caution. It’s critical that organizations develop a strong generative AI policy so the allure of new technology doesn’t lead to devastating mishaps.

Options for passwordless authentication in Django apps

Passwordless authentication is gaining popularity as a secure and user-friendly alternative to traditional password-based authentication in Django applications. In this article, we will delve into three passwordless authentication methods: email-based authentication, authentication with OAuth, and authentication with magic links.