grep -r "sam" /news · homesearch
grep -rli "sam" /news

sam

Full-text search across 133 articles. Combine with topic and date filters; results sorted by relevance.

results 133 page 3/7
03:48
2026-05-24
dev.to
machine-learning

The 20% of ML theory that earns its keep in production

According to a recent discussion on r/learnmachinelearning, approximately 20% of machine learning theory is responsible for handling 80% of production work. The article identifies four key theoretical concepts—bias-varia…

02:52
2026-05-24
dev.to
data

Seven Types of Data Extensions We Use on SFMC Projects

The article summarizes seven types of Data Extensions (DEs) in Salesforce Marketing Cloud (SFMC), including Sendable DEs for email campaigns, Lookup DEs for reference data, Filtered DEs for point-and-click segmentation (…

02:52
2026-05-24
dev.to
developer-tools

Custom API vs Custom Action vs Azure Function: Dataverse decision

Here is a factual summary of the article: The article compares three methods for implementing business logic in Microsoft Dataverse—Custom Actions (legacy), Custom APIs (modern), and Azure Functions—focusing on their la…

02:52
2026-05-24
dev.to
artificial-intelligence

Cutting agent latency from 30s to 8s without model swap

The article describes how a team reduced their AI agent's p95 response latency from 31 seconds to 8 seconds and cut user abandonment by 70% without changing the underlying model. The improvements came from four structura…

02:51
2026-05-24
dev.to
cloud-computing

Plugin + Azure Function + Service Bus: async integration at scale

This article describes an enterprise integration pattern where a Dataverse plugin publishes a small metadata message to an Azure Service Bus Topic, rather than directly calling multiple downstream systems. Five independe…

02:51
2026-05-24
dev.to
developer-tools

Custom connector with OAuth2: three auth pitfalls we debugged

Here is a factual summary of the article: The article describes three common pitfalls encountered when building a custom Power Automate connector using OAuth2 for a third-party API. The issues included a redirect URI mi…

02:51
2026-05-24
dev.to
artificial-intelligence

Four forensics when a production AI agent fails

The article describes a common failure pattern in production AI agents, where multiple distinct issues—such as degraded external dependencies, faulty validation gates, and cost spikes from specific user queries—compound …

02:28
2026-05-24
dev.to
developer-tools

Go Unit Testing: Structure & Best Practices

The article explains Go's built-in testing package, which provides a minimalist framework for writing unit tests without external dependencies, emphasizing that tests should live alongside production code using a clear n…

02:09
2026-05-24
dev.to
enterprise-software

When a 200-Line CPQ Quote Takes 30 Seconds: Where to Look First

Based on the article, the primary cause of slow CPQ quote generation for large deals (200+ line items) is not general system slowness but specific bottlenecks, including overly broad Price and Product Rules that iterate …

← prev page 3 / 7 next →