Systems | Development | Analytics | API | Testing

%term

LiveState for Elixir: An Overview and How to Build Embeddable Web Apps

If you have programmed with Phoenix, you already know what a delight it can be to work with LiveView. LiveView simplifies your development process by moving all state management to the server. This reduces the complexity of coordinating states between the client and server. LiveState aims to extend a LiveView-like development flow to embeddable web apps. But before we delve deeper into LiveState, let’s first understand what embeddable web apps are.

AI Challenges and How Cloudera Can Help

By now, every organization, regardless of industry, has at least explored the use of AI, if not already embraced it. In today’s market, the AI imperative is firmly here, and failing to act quickly could mean getting left behind. But even as adoption soars, struggles remain, and scalability continues to be a major issue. Organizations are quick to adopt AI, but getting it established across the organization brings a unique set of challenges that come into play.

Workflow Optimization: 3 Examples and Best Practices

Think about a time when insufficient information or inaccessible data slowed you down. Or maybe a time when your work required manual data entry that resulted in human error and rework, taking time away from higher value tasks. These moments of process frustration and inefficiency are exactly what workflow optimization helps address. Workflow optimization describes the strategies and measures taken to improve the flow of daily tasks and make processes more efficient.

OWASP AI Security Project: Top 10 LLM Vulnerabilities Guide

Artificial intelligence (AI) is kind of a big deal. And when things are a big deal, they're ripe to be exploited. Fortunately, mounting concerns about AI security and privacy are met by plenty of guidance on best practices from the good folks in the open source world. The OWASP AI Security Project has emerged as a crucial initiative, offering developers clear, actionable guidance on designing, creating, testing, and procuring secure and privacy-preserving AI systems.

What is Yellowfin Export? How to Share Reports & Dashboards

A very common request we get from analytics users across all industries is the ability to export dashboard and analytic content to external files for collaboration and sharing. Whether the requirement is to export to PDF or export to XLS, exporting dashboard content to another popular media format remains an expected and important feature of modern business intelligence (BI). However, many analytics vendors lack options in exporting content, limiting the ability to share reports with non-analytics users.

Why Your Business Needs Bespoke QA Consulting: Explained

Businesses across diverse industries navigate distinct requirements, regulations, and challenges in software development and quality assurance. What proves effective for healthcare software might translate differently than banking software due to differing regulatory landscapes and privacy considerations. Hence, QA consulting services play a pivotal role in leveraging industry-specific expertise to tailor solutions that meet the unique quality needs of each sector.

A Guide To Testing React Components With Jest And React Testing Library

Testing is checking if your code works the way it’s supposed to. When you write a program, you have an idea of what it should do. Testing is the process of making sure it does that. It’s like double-checking your work. In this article, we’re diving into the world of React testing using two powerful tools: Jest and React Testing Library. We’ll explore how these tools work together to create robust, reliable tests for your React applications.

A Guide to Java Streams: In-Depth Tutorial With Examples

The addition of the Stream API was a significant enhancement in Java, introducing a powerful way to handle collections with functional-style operations. In Java 9, several improvements were made to this feature, adding more capabilities and refining its functionality. This tutorial will explore both the original Stream API and the enhancements introduced in Java 9, focusing on practical examples to illustrate their usage.