Systems | Development | Analytics | API | Testing

%term

Embedded Analytics and Business Intelligence for Your Applications with Logi Symphony

Create lightning-fast embedded analytics experiences that accelerate time-to-value without the need for additional engineering resources. Seamlessly integrate custom analytics to make data insights accessible and engaging for all users.

Data Streaming Cheat Sheet and Checklist | Data Streaming Systems

Thank you for watching this course. We have a few additional resources for you to dig deeper and be fully equiped to start your data in motion journey: a comprehensive cheat sheet with a check list of what you need to verify before going to production and a sneak preview of what we saved for the follow-up course.

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.

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.

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.

Choosing the right WebSocket library for React projects

As users now expect applications to provide instant updates, live chats, and dynamic content, modern web development requires the ability to deliver realtime experiences and communication between users and servers. WebSocket is a communication protocol that allows full-duplex two-way communication between a client and a server over a single TCP connection. The connection persists unless it is explicitly told to disconnect or in case of network or server failure.

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.

AI Won't Replace Humans - But It Will Change How We Make Decisions

Have you heard the phrase “AI won't replace humans - but humans with AI will replace humans without AI”? I personally love this quote because it perfectly encapsulates the nature of the anticipated workforce shift from the rise of generative AI. As I wrote back in 2017, the power of AI is not about machines supplanting human abilities, but rather about a symbiotic relationship between humans and AI. I think the Star Trek analogy I used then is standing the test of time…

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.