article thumbnail

Modularizing React Applications with Established UI Patterns

Martin Fowler

A perennial problem has been mixing non-UI logic into the UI framework itself, leading to code that's both hard to understand and near-impossible to test. In this first part he gives an overview of how a React application can evolve into a better modular structure. My colleague Juntao Qiu writes about how to untangle such a mess.

article thumbnail

Test-Driving HTML Templates

Martin Fowler

When building a server-side rendered web application, it's valuable to test the HTML that's generated through templates. While these can be tested through end-to-end tests running in the browser, such tests are slow and more work to maintain than unit tests.

Testing 288
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Build and deploy a UI for your generative AI applications with AWS and Python

AWS Machine Learning - AI

Traditionally, building frontend and backend applications has required knowledge of web development frameworks and infrastructure management, which can be daunting for those with expertise primarily in data science and machine learning. For more information on how to manage model access, see Access Amazon Bedrock foundation models.

article thumbnail

Multi-LLM routing strategies for generative AI applications on AWS

AWS Machine Learning - AI

Organizations are increasingly using multiple large language models (LLMs) when building generative AI applications. This strategy results in more robust, versatile, and efficient applications that better serve diverse user needs and business objectives. In this post, we provide an overview of common multi-LLM applications.

article thumbnail

Monetizing Analytics Features: Why Data Visualizations Will Never Be Enough

Think your customers will pay more for data visualizations in your application? Discover which features will differentiate your application and maximize the ROI of your embedded analytics. Five years ago they may have. But today, dashboards and visualizations have become table stakes. Brought to you by Logi Analytics.

article thumbnail

Engineering Practices for LLM Application Development

Martin Fowler

Here David Tan and Jessie Wang reflect on how regular engineering practices such as testing and refactoring helped them deliver a prototype LLM application rapidly and reliably. LLM engineering involves much more than just prompt design or prompt engineering.

article thumbnail

Automated Kubernetes Testing With Terratest: A Step-by-Step Guide

Dzone - DevOps

Ensuring the stability and correctness of Kubernetes infrastructure and application deployments can be challenging due to the dynamic and complex nature of containerized environments.

Testing 96
article thumbnail

How User Acceptance Testing Can Save You Time and Money

Speaker: J.B. Siegel, VP of Client Services, Seamgen

He’ll discuss how user testing allows you to really understand your users - and how to use the insights to inform your product strategy. In this webinar, you'll learn: How to define your MVP application. The right tools for successful user testing. The benefits of user acceptance testing.

article thumbnail

A Microservices Strategy Underpins Every Successful Cloud Native Migration

In a cloud native world, applications are created from loosely coupled microservices instead of being a monolithic entity. Microservices are small, autonomous components, organized around business domains, that are easily monitored, tested, and updated, bringing greater business and operational agility.

article thumbnail

Best Practices for Deploying & Scaling Embedded Analytics

Embedding analytics in your application doesn’t have to be a one-step undertaking. In fact, rolling out features gradually is beneficial because it allows you to progressively improve your application. You can get new capabilities out the door quickly, test them with customers, and constantly innovate.

article thumbnail

Improving the Accuracy of Generative AI Systems: A Structured Approach

Speaker: Anindo Banerjea, CTO at Civio & Tony Karrer, CTO at Aggregage

When developing a Gen AI application, one of the most significant challenges is improving accuracy. 💥 Anindo Banerjea is here to showcase his significant experience building AI/ML SaaS applications as he walks us through the current problems his company, Civio, is solving. .

article thumbnail

Microservices: The Dark Side

Speaker: Prem Chandrasekaran

In his best-selling book Patterns of Enterprise Application Architecture, Martin Fowler famously coined the first law of distributed computing—"Don’t distribute your objects"—implying that working with this style of architecture can be challenging. Focusing on the right amount and kinds of tests in your pipelines.