# Best Practices

Published articles for Best Practices.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Optimizing agent system prompts with Amazon Bedrock AgentCore

DevFeed: [Optimizing agent system prompts with Amazon Bedrock AgentCore](<https://devfeed.tech/articles/optimizing-agent-system-prompts-with-amazon-bedrock-agentcore-31522.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/optimizing-agent-system-prompts-with-amazon-bedrock-agentcore/>)

Author: Han Ding

Published: 2026-09-16T15:47:39Z

Content type: article

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Amazon Bedrock AgentCore](<https://devfeed.tech/topics/amazon-bedrock-agentcore.md>), [Prompt optimization](<https://devfeed.tech/topics/prompt-optimization.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [Traces](<https://devfeed.tech/topics/traces.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [A/B Testing](<https://devfeed.tech/topics/a-b-testing.md>), [Automated prompt engineering](<https://devfeed.tech/topics/automated-prompt-engineering.md>)

Tags: [a-b-testing](<https://devfeed.tech/tags/a-b-testing.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [prompt-optimization](<https://devfeed.tech/tags/prompt-optimization.md>), [system-prompts](<https://devfeed.tech/tags/system-prompts.md>), [traces](<https://devfeed.tech/tags/traces.md>)

### AI overview

This technical companion explains how Amazon Bedrock AgentCore's system prompt optimizer uses production agent traces and reward signals to propose revised system prompts. It describes the reflector engine, recommendation explanations, offline batch evaluation, online A/B testing, and promotion workflow, and reports benchmark results for Single Agent Reflector and the experimental open source Sub-Agent Reflector.

### Source excerpt

AgentCore optimization turns production traces into proposed configuration changes, then validates them before promotion. This technical companion to the launch post explains how the system prompt optimizer's reflector engine works and shares benchmark results for the Single Agent and Sub-Agent Reflectors.

## Using static analysis in Python, JavaScript and more to make your system safer

DevFeed: [Using static analysis in Python, JavaScript and more to make your system safer](<https://devfeed.tech/articles/using-static-analysis-in-python-javascript-and-more-to-make-your-system-safer-27419.md>)

Original publisher: [Read original article](<http://engineering.khanacademy.org/posts/using-static-analysis-in-Python-and-JavaScript-to-make-your-system-safer.htm>)

Author: Khan Academy

Published: 2018-07-26T22:00:00Z

Content type: article

Language: en

Sources: [Khan Academy](<https://devfeed.tech/sources/khan-academy.md>)

Topics: [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Code quality](<https://devfeed.tech/topics/code-quality.md>), [Python](<https://devfeed.tech/topics/python.md>), [Code review](<https://devfeed.tech/topics/code-review.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [React](<https://devfeed.tech/topics/react.md>)

Tags: [analysis](<https://devfeed.tech/tags/analysis.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [code](<https://devfeed.tech/tags/code.md>), [code-quality](<https://devfeed.tech/tags/code-quality.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [eslint](<https://devfeed.tech/tags/eslint.md>), [formatting](<https://devfeed.tech/tags/formatting.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [lint](<https://devfeed.tech/tags/lint.md>), [news](<https://devfeed.tech/tags/news.md>), [python](<https://devfeed.tech/tags/python.md>)

### AI overview

This article describes how Khan Academy uses custom linters and static analysis across JavaScript, Python, and Kotlin to prevent known bad patterns, keep duplicated logic or shared interfaces synchronized, and enforce frontend migration practices.

### Source excerpt

By Kevin Dangoor "Linting" source code to look for errors is nothing new (the original "lint" tool turned ... Read more

## Operationalizing least privilege: Automate IAM remediation through your CI/CD pipeline

DevFeed: [Operationalizing least privilege: Automate IAM remediation through your CI/CD pipeline](<https://devfeed.tech/articles/operationalizing-least-privilege-automate-iam-remediation-through-your-ci-cd-pipeline-26908.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/security/operationalizing-least-privilege-automate-iam-remediation-through-your-ci-cd-pipeline/>)

Author: Luis Pastor

Published: 2026-09-15T15:53:51Z

Content type: tutorial

Language: en

Sources: [AWS Security Blog](<https://devfeed.tech/sources/aws-security-blog.md>)

Topics: [AWS Identity and Access Management (IAM)](<https://devfeed.tech/topics/aws-identity-and-access-management-iam.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Infrastructure as code](<https://devfeed.tech/topics/infrastructure-as-code.md>), [AWS CloudFormation](<https://devfeed.tech/topics/aws-cloudformation.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-cloudformation](<https://devfeed.tech/tags/aws-cloudformation.md>), [aws-cloudtrail](<https://devfeed.tech/tags/aws-cloudtrail.md>), [aws-iam](<https://devfeed.tech/tags/aws-iam.md>), [aws-identity-and-access-management-iam](<https://devfeed.tech/tags/aws-identity-and-access-management-iam.md>), [aws-organizations](<https://devfeed.tech/tags/aws-organizations.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [expert-400](<https://devfeed.tech/tags/expert-400.md>), [iam](<https://devfeed.tech/tags/iam.md>), [infrastructure-as-code-iac](<https://devfeed.tech/tags/infrastructure-as-code-iac.md>), [least-privilege](<https://devfeed.tech/tags/least-privilege.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [security](<https://devfeed.tech/tags/security.md>), [security-blog](<https://devfeed.tech/tags/security-blog.md>), [security-identity-compliance](<https://devfeed.tech/tags/security-identity-compliance.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>)

### AI overview

This article describes an automated workflow for operationalizing least privilege in AWS. It explains how AWS IAM Access Analyzer identifies unused permissions and how remediation can be routed through different paths for infrastructure-as-code-managed, manually created, and unused IAM principals.

### Source excerpt

The principle of least privilege is straightforward to articulate but challenging to maintain at scale. When teams first deploy applications to AWS, they often grant broader permissions than strictly necessary; it's faster to get things working, and the plan is always to tighten permissions later. But later rarely comes. Permissions accumulate, AWS Identity and Access [...]

## How Databricks' marketers use data 3x more with Genie, an AI analytics assistant

DevFeed: [How Databricks' marketers use data 3x more with Genie, an AI analytics assistant](<https://devfeed.tech/articles/how-databricks-marketers-use-data-3x-more-with-genie-an-ai-analytics-assistant-26719.md>)

Original publisher: [Read original article](<https://www.databricks.com/blog/databricks-marketers-use-data-3x-genie-ai-analytics-assistant>)

Author: Elizabeth Dobbs; Thomas Russell; Katy Yuan; Sydney Sundell

Published: 2026-09-15T00:36:33Z

Content type: article

Language: en

Sources: [Databricks](<https://devfeed.tech/sources/databricks.md>)

Topics: [databricks](<https://devfeed.tech/topics/databricks.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [data](<https://devfeed.tech/topics/data.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [data](<https://devfeed.tech/tags/data.md>), [databricks](<https://devfeed.tech/tags/databricks.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [governance](<https://devfeed.tech/tags/governance.md>), [marketing](<https://devfeed.tech/tags/marketing.md>), [metrics](<https://devfeed.tech/tags/metrics.md>)

### AI overview

Databricks describes how its marketing organization unified campaign, sales, CRM, web analytics, advertising, and other data in a governed lakehouse. It built Marge, a Genie Agents-based conversational analytics assistant that answers marketers' natural-language questions using governed enterprise data. The article says this approach helped the marketing department use data three times more often in decisions.

### Source excerpt

Most marketing teams aspire to be data-driven. In practice, getting a trusted answer,...

## The generative AI customization spectrum: From prompt engineering to custom models on AWS

DevFeed: [The generative AI customization spectrum: From prompt engineering to custom models on AWS](<https://devfeed.tech/articles/the-generative-ai-customization-spectrum-from-prompt-engineering-to-custom-models-on-aws-21550.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/the-generative-ai-customization-spectrum-from-prompt-engineering-to-custom-models-on-aws/>)

Author: Bhavya Sruthi Sode

Published: 2026-09-14T15:47:12Z

Content type: tutorial

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Anthropic Claude](<https://devfeed.tech/topics/anthropic-claude.md>), [Nova](<https://devfeed.tech/topics/nova.md>), [llama](<https://devfeed.tech/topics/llama.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [ai](<https://devfeed.tech/tags/ai.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [anthropic-claude](<https://devfeed.tech/tags/anthropic-claude.md>), [aws](<https://devfeed.tech/tags/aws.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [chain-of-thought](<https://devfeed.tech/tags/chain-of-thought.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [foundation-models](<https://devfeed.tech/tags/foundation-models.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [llama](<https://devfeed.tech/tags/llama.md>), [nova](<https://devfeed.tech/tags/nova.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [rag](<https://devfeed.tech/tags/rag.md>)

### AI overview

This AWS article presents an eight-step decision framework for customizing generative AI workloads. It compares progressively more involved approaches, including prompt engineering, Retrieval Augmented Generation (RAG), fine-tuning, continued pre-training, and custom models such as Amazon Nova Forge, emphasizing that teams should start with the simplest approach and escalate when greater control or domain specificity is required.

### Source excerpt

Pick the right generative AI customization approach on AWS with an 8-step decision framework, from prompt engineering and RAG to fine-tuning, continued pre-training, and Amazon Nova Forge. Start simple and escalate only when you must.

## How to Implement Feature Flags for Safe and Gradual Rollouts

DevFeed: [How to Implement Feature Flags for Safe and Gradual Rollouts](<https://devfeed.tech/articles/how-to-implement-feature-flags-for-safe-and-gradual-rollouts-20764.md>)

Original publisher: [Read original article](<https://www.freecodecamp.org/news/how-to-implement-feature-flags-for-safe-and-gradual-rollouts/>)

Author: Abisoye Alli-Balogun

Published: 2026-09-14T14:58:55Z

Content type: article

Language: en

Sources: [freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More](<https://devfeed.tech/sources/freecodecamp-programming-tutorials-python-javascript-git-more.md>)

Topics: [feature flags](<https://devfeed.tech/topics/feature-flags.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Development](<https://devfeed.tech/topics/development.md>), [Tech Debt](<https://devfeed.tech/topics/tech-debt.md>), [Testing](<https://devfeed.tech/topics/testing.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [development](<https://devfeed.tech/tags/development.md>), [experimentation](<https://devfeed.tech/tags/experimentation.md>), [feature-flags](<https://devfeed.tech/tags/feature-flags.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [tech-debt](<https://devfeed.tech/tags/tech-debt.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

This article explains how to implement feature flags for safe, gradual rollouts. It covers separating deployment from release, boolean toggles, percentage-based rollouts, user segmentation, experimentation, kill switches, lifecycle management, and common anti-patterns.

### Source excerpt

Feature flags are one of the most powerful tools in a team's deployment arsenal. They decouple deployment from release, meaning your CI/CD pipeline can push code to production servers on every merge,

## How to scale Alloy as a central telemetry gateway: capacity planning, load testing, and production lessons

DevFeed: [How to scale Alloy as a central telemetry gateway: capacity planning, load testing, and production lessons](<https://devfeed.tech/articles/how-to-scale-alloy-as-a-central-telemetry-gateway-capacity-planning-load-testing-and-production-lessons-8590.md>)

Original publisher: [Read original article](<https://grafana.com/blog/how-to-scale-alloy-as-a-central-telemetry-gateway-capacity-planning-load-testing-and-production-lessons/>)

Author: Fatjon Nebiu

Published: 2026-09-12T11:22:06.456390Z

Content type: tutorial

Language: en

Sources: [Grafana Labs blog on Grafana Labs](<https://devfeed.tech/sources/grafana-labs-blog-on-grafana-labs.md>)

Topics: [Grafana](<https://devfeed.tech/topics/grafana.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [auth](<https://devfeed.tech/tags/auth.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cost](<https://devfeed.tech/tags/cost.md>), [data](<https://devfeed.tech/tags/data.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [grafana-alloy](<https://devfeed.tech/tags/grafana-alloy.md>), [grafana-cloud](<https://devfeed.tech/tags/grafana-cloud.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [platform](<https://devfeed.tech/tags/platform.md>), [production](<https://devfeed.tech/tags/production.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>), [scale](<https://devfeed.tech/tags/scale.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [testing](<https://devfeed.tech/tags/testing.md>), [traces](<https://devfeed.tech/tags/traces.md>)

### AI overview

A practical guide to scaling Grafana Alloy as a centralized telemetry gateway. It covers capacity planning, load testing, and production considerations for collecting metrics, logs, and traces and forwarding them to Grafana Cloud.

### Source excerpt

Running Alloy as a single-instance sidecar is simple. Running it as a centralized gateway that absorbs the full telemetry stream of an enterprise platform--tens of millions of active series, terabytes of logs per day, and tens of thousands of trace spans per second--is a different challenge altogether. To get it right, you need deliberate capacity planning, honest load testing, and a monitoring setup that doesn't rely on the very thing you're testing. As part of the Professional Services team here at Grafana Labs, we've seen this firsthand working with customers. In this post, we'll walk you through the best practices we follow to help them find success, and we'll do so using real, anonymized data from a recent engagement. We'll cover how we sized and load tested a production Alloy central collector deployment on Kubernetes, what the numbers looked like under real stress, and how the cluster behaves today handling the full production telemetry workload for a large enterprise platform. By the end, you should have a better sense for how you can create your own central gateway for collecting telemetry in Grafana Cloud. Why a central gateway? Before diving into numbers, it's worth explaining the pattern. In a central gateway setup, all telemetry from application teams--metrics, logs, and traces--flows to a shared Alloy fleet via OTLP or native Prometheus/Loki write protocols. Alloy buffers, processes, batches, and forwards everything to Grafana Cloud. This gives you several things that per-team sidecar deployments struggle to provide: A single control plane: Auth, rate limiting, and routing in one place so application teams don't need to manage Grafana Cloud credentials Centralized buffering: Ensure a transient Grafana Cloud slowdown doesn't immediately cause data loss at the source Cost visibility: Configure the gateway to only accept telemetry data containing the label or attribute that is mandatory for cost-attribution Protocol normalization: Send OTLP, Prometheus Remote

## Monitoring production agent lifecycle with AWS DevOps Agent and AgentCore Evaluations

DevFeed: [Monitoring production agent lifecycle with AWS DevOps Agent and AgentCore Evaluations](<https://devfeed.tech/articles/monitoring-production-agent-lifecycle-with-aws-devops-agent-and-agentcore-evaluations-4737.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/monitoring-production-agent-lifecycle-with-aws-devops-agent-and-agentcore-evaluations/>)

Author: Meghana Ashok

Published: 2026-09-11T18:26:38Z

Content type: article

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [ai observability](<https://devfeed.tech/topics/ai-observability.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>), [incident](<https://devfeed.tech/topics/incident.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-identity-and-access-management-iam](<https://devfeed.tech/tags/aws-identity-and-access-management-iam.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [devops](<https://devfeed.tech/tags/devops.md>), [incident](<https://devfeed.tech/tags/incident.md>), [infrastructure-monitoring](<https://devfeed.tech/tags/infrastructure-monitoring.md>), [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [production](<https://devfeed.tech/tags/production.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

The article describes monitoring production multi-agent systems with Amazon Bedrock AgentCore Evaluations for continuous quality assessment and AWS DevOps Agent for autonomous infrastructure incident investigation.

### Source excerpt

Multi-agent systems fail in ways traditional monitoring misses. This post presents a dual-layer approach to monitoring production agents: Amazon Bedrock AgentCore Evaluations for continuous quality scoring and AWS DevOps Agent for autonomous infrastructure investigation, shown on a four-agent airline reservation system.

## From zero-shot forecast to purchase order with Amazon Bedrock AgentCore

DevFeed: [From zero-shot forecast to purchase order with Amazon Bedrock AgentCore](<https://devfeed.tech/articles/from-zero-shot-forecast-to-purchase-order-with-amazon-bedrock-agentcore-4640.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/from-zero-shot-forecast-to-purchase-order-with-amazon-bedrock-agentcore/>)

Author: Hyunsoo Kim, Ph.D.

Published: 2026-09-11T14:08:01Z

Content type: article

Language: en

Sources: [AWS Architecture Blog](<https://devfeed.tech/sources/aws-architecture-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [Training AI Models](<https://devfeed.tech/topics/training-ai-models.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [agents](<https://devfeed.tech/tags/agents.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [automation](<https://devfeed.tech/tags/automation.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [strands-agents](<https://devfeed.tech/tags/strands-agents.md>), [time-series](<https://devfeed.tech/tags/time-series.md>), [training](<https://devfeed.tech/tags/training.md>), [zero-shot](<https://devfeed.tech/tags/zero-shot.md>)

### AI overview

An architecture article on using Amazon Chronos2 zero-shot forecasting and Bedrock AgentCore multi-agent orchestration to turn demand forecasts into validated purchase orders without per-product model training.

### Source excerpt

Combine zero-shot forecasting with Amazon Chronos2 and multi-agent orchestration on Amazon Bedrock AgentCore to turn demand forecasts into validated purchase orders. No per-product model training, with business rules, auditability, and cost that scales to zero.

## AI, Disruption, and Standards

DevFeed: [AI, Disruption, and Standards](<https://devfeed.tech/articles/ai-disruption-and-standards-40793.md>)

Original publisher: [Read original article](<https://zeldman.com/2026/09/10/ai-disruption-and-standards/>)

Author: L. Jeffrey Zeldman

Published: 2026-09-10T16:12:17Z

Content type: opinion

Language: en

Sources: [Jeffrey Zeldman](<https://devfeed.tech/sources/jeffrey-zeldman.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [ai-governance](<https://devfeed.tech/topics/ai-governance.md>), [web-standards](<https://devfeed.tech/topics/web-standards.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [MCP](<https://devfeed.tech/topics/mcp.md>), [a2ui](<https://devfeed.tech/topics/a2ui.md>), [Accessibility](<https://devfeed.tech/topics/accessibility.md>)

Tags: [a2ui](<https://devfeed.tech/tags/a2ui.md>), [accessibility](<https://devfeed.tech/tags/accessibility.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-governance](<https://devfeed.tech/tags/ai-governance.md>), [appearances](<https://devfeed.tech/tags/appearances.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [design](<https://devfeed.tech/tags/design.md>), [designers](<https://devfeed.tech/tags/designers.md>), [ethics](<https://devfeed.tech/tags/ethics.md>), [formats](<https://devfeed.tech/tags/formats.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [governance](<https://devfeed.tech/tags/governance.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [standards](<https://devfeed.tech/tags/standards.md>), [ux](<https://devfeed.tech/tags/ux.md>), [video](<https://devfeed.tech/tags/video.md>), [web-standards](<https://devfeed.tech/tags/web-standards.md>), [webstandards](<https://devfeed.tech/tags/webstandards.md>)

### AI overview

This article introduces a video panel on AI and standards featuring Jeffrey Zeldman and Patrick Neeman. The discussion connects lessons from the web standards movement to AI interfaces, focusing on fragmented user experiences, accessibility, interoperability, provenance, and the role of open-source and community efforts.

### Source excerpt

Individually, we have very little power, but together we have a great deal of power. In response to a series of Medium articles by Patrick Neeman--like this one that addressed issues of AI governance, fairness, and standardization--publisher Louis Rosenfeld invited Patrick and me to come on his show and talk about AI and standards. A [...] The post AI, Disruption, and Standards appeared first on Jeffrey Zeldman Presents.

## Laravel Queue Gotchas Collected from Experience

DevFeed: [Laravel Queue Gotchas Collected from Experience](<https://devfeed.tech/articles/a-series-of-unfortunate-jobs-33302.md>)

Original publisher: [Read original article](<https://freek.dev/3189-a-series-of-unfortunate-jobs>)

Author: Freek Van der Herten (freek@spatie.be)

Published: 2026-09-10T12:06:27Z

Content type: tutorial

Language: en

Sources: [freek.dev - all blogposts](<https://devfeed.tech/sources/freek-dev-all-blogposts.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [gotchas](<https://devfeed.tech/topics/gotchas.md>)

Tags: [best-practices](<https://devfeed.tech/tags/best-practices.md>), [gotcha](<https://devfeed.tech/tags/gotcha.md>), [gotchas](<https://devfeed.tech/tags/gotchas.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [practical](<https://devfeed.tech/tags/practical.md>), [queues](<https://devfeed.tech/tags/queues.md>)

### AI overview

An article about gotchas in Laravel queues that the author says they collected through experience.

### Source excerpt

Laravel queues are great out of the box, until they bite. Over the years I've collected a few gotchas the hard way. Let me save you the headache. Read more

## Architecting SASE solutions using AWS Local Zones

DevFeed: [Architecting SASE solutions using AWS Local Zones](<https://devfeed.tech/articles/architecting-sase-solutions-using-aws-local-zones-4657.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/compute/architecting-sase-solutions-using-aws-local-zones/>)

Author: Lakshmi VP

Published: 2026-09-09T20:36:09Z

Content type: tutorial

Language: en

Sources: [AWS Compute Blog](<https://devfeed.tech/sources/aws-compute-blog.md>)

Topics: [networking](<https://devfeed.tech/topics/networking.md>), [Network Services](<https://devfeed.tech/topics/network-services.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-local-zones](<https://devfeed.tech/tags/aws-local-zones.md>), [aws-marketplace](<https://devfeed.tech/tags/aws-marketplace.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [edge](<https://devfeed.tech/tags/edge.md>), [latency](<https://devfeed.tech/tags/latency.md>), [routing](<https://devfeed.tech/tags/routing.md>), [sase](<https://devfeed.tech/tags/sase.md>), [security](<https://devfeed.tech/tags/security.md>), [zero-trust](<https://devfeed.tech/tags/zero-trust.md>)

### AI overview

The article explains how AWS Local Zones can support SASE deployments by placing virtual security appliances closer to distributed users to reduce latency while maintaining security controls.

### Source excerpt

Organizations with geographically distributed workforces face a trade-off between security and low-latency access. This post explores how to use AWS Local Zones and Secure Access Service Edge (SASE) solutions to deploy virtual security appliances closer to end users, covering key design principles, capacity planning, and traffic routing.

## From noise to signal: Monitoring Amazon DocumentDB like a pro

DevFeed: [From noise to signal: Monitoring Amazon DocumentDB like a pro](<https://devfeed.tech/articles/from-noise-to-signal-monitoring-amazon-documentdb-like-a-pro-4699.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/database/from-noise-to-signal-monitoring-amazon-documentdb-like-a-pro/>)

Author: Deepak Deepesh

Published: 2026-09-09T15:23:20Z

Content type: tutorial

Language: en

Sources: [AWS Database Blog](<https://devfeed.tech/sources/aws-database-blog.md>)

Topics: [Amazon DocumentDB](<https://devfeed.tech/topics/amazon-documentdb.md>), [site-reliability-engineering](<https://devfeed.tech/topics/site-reliability-engineering.md>), [Amazon CloudWatch Logs](<https://devfeed.tech/topics/amazon-cloudwatch-logs.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [amazon](<https://devfeed.tech/tags/amazon.md>), [amazon-cloudwatch](<https://devfeed.tech/tags/amazon-cloudwatch.md>), [amazon-cloudwatch-logs](<https://devfeed.tech/tags/amazon-cloudwatch-logs.md>), [amazon-documentdb](<https://devfeed.tech/tags/amazon-documentdb.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [database](<https://devfeed.tech/tags/database.md>), [devops](<https://devfeed.tech/tags/devops.md>), [expert-400](<https://devfeed.tech/tags/expert-400.md>), [health](<https://devfeed.tech/tags/health.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [on-call](<https://devfeed.tech/tags/on-call.md>), [operations](<https://devfeed.tech/tags/operations.md>), [performance](<https://devfeed.tech/tags/performance.md>), [production](<https://devfeed.tech/tags/production.md>)

### AI overview

A tutorial on monitoring production Amazon DocumentDB clusters with tiered alerts, CloudWatch metrics, Performance Insights, profiler logs, slow-query diagnosis, and garbage-collection health checks.

### Source excerpt

Learn how to build a tiered alerting strategy for Amazon DocumentDB by organizing CloudWatch metrics into Critical, Warning, and Advisory tiers, diagnosing slow queries through three complementary lenses, and monitoring garbage collection health before it becomes a cluster-wide incident.

## Join our live webinars: Migrating from Atlassian to YouTrack

DevFeed: [Join our live webinars: Migrating from Atlassian to YouTrack](<https://devfeed.tech/articles/join-our-live-webinars-migrating-from-atlassian-to-youtrack-8809.md>)

Original publisher: [Read original article](<https://blog.jetbrains.com/youtrack/2026/09/migrating-from-atlassian-to-youtrack-webinar/>)

Author: Elena Pishkova

Published: 2026-09-09T12:51:07Z

Content type: news

Language: en

Sources: [The JetBrains Blog](<https://devfeed.tech/sources/the-jetbrains-blog.md>)

Topics: [migration](<https://devfeed.tech/topics/migration.md>), [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [atlassian](<https://devfeed.tech/tags/atlassian.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [data-center](<https://devfeed.tech/tags/data-center.md>), [demo](<https://devfeed.tech/tags/demo.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [events](<https://devfeed.tech/tags/events.md>), [helpdesk](<https://devfeed.tech/tags/helpdesk.md>), [knowledge-base](<https://devfeed.tech/tags/knowledge-base.md>), [livestreams](<https://devfeed.tech/tags/livestreams.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [migration](<https://devfeed.tech/tags/migration.md>), [project-management](<https://devfeed.tech/tags/project-management.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [webinar](<https://devfeed.tech/tags/webinar.md>), [workflows](<https://devfeed.tech/tags/workflows.md>), [youtrack](<https://devfeed.tech/tags/youtrack.md>), [youtrack-server](<https://devfeed.tech/tags/youtrack-server.md>)

### AI overview

JetBrains announces live webinars about migrating from Atlassian products to YouTrack. Sessions cover moving projects, users, and data from Jira, Confluence, and Jira Service Management, with migration demos, deployment and pricing information, customer stories, and regional sessions.

### Source excerpt

Atlassian is discontinuing sales and support for Data Center products. If you're exploring alternatives, join us for a live session on September 30 to see how Jira-to-YouTrack migration works, including a demo and real customer stories. Register for the worldwide English-language webinar, hosted by the YouTrack team, or attend a regional session in Japanese hosted [...]

## Evaluation-First AI Agents: How Zepto Scales Customer Support on Databricks and MLflow

DevFeed: [Evaluation-First AI Agents: How Zepto Scales Customer Support on Databricks and MLflow](<https://devfeed.tech/articles/evaluation-first-ai-agents-how-zepto-scales-customer-support-on-databricks-and-mlflow-11538.md>)

Original publisher: [Read original article](<https://www.databricks.com/blog/evaluation-first-ai-agents-how-zepto-scales-customer-support-databricks-and-mlflow>)

Author: Gireesh Sreedhar KP; Deepak Dhankani; Eash Sharma

Published: 2026-09-09T03:00:00Z

Content type: article

Language: en

Sources: [Databricks](<https://devfeed.tech/sources/databricks.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [databricks](<https://devfeed.tech/topics/databricks.md>), [AI Infrastructure](<https://devfeed.tech/topics/ai-infrastructure.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-engineering](<https://devfeed.tech/tags/ai-engineering.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [blog](<https://devfeed.tech/tags/blog.md>), [company](<https://devfeed.tech/tags/company.md>), [customer](<https://devfeed.tech/tags/customer.md>), [customers](<https://devfeed.tech/tags/customers.md>), [data-science-and-ml](<https://devfeed.tech/tags/data-science-and-ml.md>), [data-strategy](<https://devfeed.tech/tags/data-strategy.md>), [databricks](<https://devfeed.tech/tags/databricks.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [india](<https://devfeed.tech/tags/india.md>), [industries](<https://devfeed.tech/tags/industries.md>), [operations](<https://devfeed.tech/tags/operations.md>), [platform](<https://devfeed.tech/tags/platform.md>), [product](<https://devfeed.tech/tags/product.md>), [production](<https://devfeed.tech/tags/production.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [retail-consumer-goods](<https://devfeed.tech/tags/retail-consumer-goods.md>), [scale](<https://devfeed.tech/tags/scale.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

This Databricks and MLflow case study describes how Zepto uses an evaluation-first, multi-agent AI system to operate customer support at more than 100,000 tickets per day. It focuses on the system architecture, evaluation framework, quality gate, and development and production loops used to improve reliability as volume, product categories, languages, and failure modes expand.

### Source excerpt

Zepto's Push for Reliable, Real-Time Customer SupportZepto is one of India's fastest-growing...

## A Multi-Module Android Template with Kotlin Convention Plugins, Lint Rules, and Design System Tokens

DevFeed: [A Multi-Module Android Template with Kotlin Convention Plugins, Lint Rules, and Design System Tokens](<https://devfeed.tech/articles/forget-the-setup-tax-a-production-ready-multi-module-android-template-22945.md>)

Original publisher: [Read original article](<https://proandroiddev.com/forget-the-setup-tax-a-production-ready-multi-module-android-template-f4c879c97205?source=rss----c72404660798---4>)

Author: Shamil Gulmetov

Published: 2026-09-09T01:34:18Z

Content type: tutorial

Language: en

Sources: [ProAndroidDev - Medium](<https://devfeed.tech/sources/proandroiddev-medium.md>)

Topics: [Template](<https://devfeed.tech/topics/template.md>), [Android](<https://devfeed.tech/topics/android.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Gradle](<https://devfeed.tech/topics/gradle.md>), [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [Dependency injection](<https://devfeed.tech/topics/dependency-injection.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Refactoring](<https://devfeed.tech/topics/refactoring.md>), [now-in-android](<https://devfeed.tech/topics/now-in-android.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-app-development](<https://devfeed.tech/tags/android-app-development.md>), [android-architecture](<https://devfeed.tech/tags/android-architecture.md>), [android-studio](<https://devfeed.tech/tags/android-studio.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [automation](<https://devfeed.tech/tags/automation.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [build](<https://devfeed.tech/tags/build.md>), [compose](<https://devfeed.tech/tags/compose.md>), [dependency-injection](<https://devfeed.tech/tags/dependency-injection.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [now-in-android](<https://devfeed.tech/tags/now-in-android.md>), [refactoring](<https://devfeed.tech/tags/refactoring.md>)

### AI overview

This tutorial presents an Android Architecture Template based on patterns from Google's Now in Android repository. It describes a multi-module structure with Gradle Version Catalogs, Kotlin Convention Plugins, Jetpack Compose design tokens and dark-theme support, dependency injection, custom Lint rules, and a terminal-based renaming tool.

### Source excerpt

How to streamline your development workflow with pre-configured Kotlin Convention Plugins, custom Lint rules, and unified design system tokens. Creating a new Android application from scratch in modern engineering is rarely as simple as clicking File -> New -> New Project in Android Studio. Before writing a single line of business logic, developers face hours -- or even days -- of repetitive infrastructure setup: Configuring a scalable multi-module architecture. Setting up Gradle Version Catalogs and writing custom Kotlin Convention Plugins to eliminate build script duplication. Standardizing design tokens and dark theme support in Jetpack Compose. Wiring up Hilt Dependency Injection for Coroutine Dispatchers, network, and Application Scopes. Enforcing architectural boundaries and team coding standards using custom static analysis (Lint) rules. Google's official Now in Android (NiA) repository is the recognized gold standard for modern Android engineering. However, because NiA is a full-featured showcase app with domain logic (news feeds, authors, bookmarks, offline sync), using it as a starter kit is cumbersome: developers must strip out existing features while risking breaking build pipelines. This Android Architecture Template bridges that gap: a clean, production-ready starter kit that extracts NiA's best architectural patterns into an isolated foundation. To make it enterprise-ready with zero room for error, it includes a standalone automation tool. Instead of manual refactoring, run a single terminal command to rename and brand the entire architecture in seconds. Acknowledgments & Credits Core architectural decisions, build-logic convention plugins, and static analysis infrastructure in this template are directly inspired by Google's official Now in Android (NiA) repository. Rather than reinventing the wheel, this template focuses on developer ergonomics--making Google's best practices instantly usable out of the box. 1. Modular Project Architecture The repository

## 10+ best practices to improve your email deliverability

DevFeed: [10+ best practices to improve your email deliverability](<https://devfeed.tech/articles/10-best-practices-to-improve-your-email-deliverability-16106.md>)

Original publisher: [Read original article](<https://www.twilio.com/en-us/blog/insights/8-best-practices-to-improve-your-email-deliverability>)

Author: Jesse Sumrak

Published: 2026-09-09T00:00:00Z

Content type: tutorial

Language: en

Sources: [Twilio Blog](<https://devfeed.tech/sources/twilio-blog.md>)

Topics: [email](<https://devfeed.tech/topics/email.md>), [SendGrid](<https://devfeed.tech/topics/sendgrid.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [best-practices](<https://devfeed.tech/tags/best-practices.md>), [deliverability](<https://devfeed.tech/tags/deliverability.md>), [domain](<https://devfeed.tech/tags/domain.md>), [email](<https://devfeed.tech/tags/email.md>), [industry-insights](<https://devfeed.tech/tags/industry-insights.md>), [marketing](<https://devfeed.tech/tags/marketing.md>), [sendgrid](<https://devfeed.tech/tags/sendgrid.md>), [spam](<https://devfeed.tech/tags/spam.md>), [spoofing](<https://devfeed.tech/tags/spoofing.md>), [subscriber](<https://devfeed.tech/tags/subscriber.md>)

### AI overview

This tutorial explains email deliverability and presents more than ten practices for improving inbox placement, including domain authentication, double opt-in, non-spammy subject lines, list cleaning, and avoiding spam traps. It also distinguishes delivery from deliverability and discusses sender reputation and subscriber engagement.

### Source excerpt

Email deliverability determines whether your messages reach inboxes or spam folders. Follow these 10+ best practices to improve your deliverability rates.

## Getting started with Oracle Database@AWS: A complete onboarding guide

DevFeed: [Getting started with Oracle Database@AWS: A complete onboarding guide](<https://devfeed.tech/articles/getting-started-with-oracle-database-aws-a-complete-onboarding-guide-4700.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/database/getting-started-with-oracle-databaseaws-a-complete-onboarding-guide/>)

Author: Raghu Soma

Published: 2026-09-08T16:59:29Z

Content type: tutorial

Language: en

Sources: [AWS Database Blog](<https://devfeed.tech/sources/aws-database-blog.md>)

Topics: [Oracle Database](<https://devfeed.tech/topics/oracle-database.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-marketplace](<https://devfeed.tech/tags/aws-marketplace.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [database](<https://devfeed.tech/tags/database.md>), [guide](<https://devfeed.tech/tags/guide.md>), [iam](<https://devfeed.tech/tags/iam.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [onboarding](<https://devfeed.tech/tags/onboarding.md>), [oracle](<https://devfeed.tech/tags/oracle.md>), [oracle-database-aws](<https://devfeed.tech/tags/oracle-database-aws.md>)

### AI overview

A step-by-step guide to onboarding Oracle Database@AWS, covering service selection, AWS Marketplace offers, prerequisites, OCI tenancy linking, and IAM configuration before provisioning.

### Source excerpt

A practical, step-by-step guide to getting Oracle Database@AWS up and running. It covers the five procurement and onboarding steps, from securing your AWS Marketplace offer through validating prerequisites, linking your OCI tenancy, and configuring IAM, so you can move from purchase to a provisioning-ready environment.

## AgentOps: How to build AI agents at scale

DevFeed: [AgentOps: How to build AI agents at scale](<https://devfeed.tech/articles/agentops-how-to-build-ai-agents-at-scale-12149.md>)

Original publisher: [Read original article](<https://www.port.io/blog/agentops-agent-creation>)

Author: Matar Peles

Published: 2026-09-06T18:44:36Z

Content type: tutorial

Language: en

Sources: [Developer Experience & Platform Engineering Blog | Port](<https://devfeed.tech/sources/developer-experience-platform-engineering-blog-port.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [build-ai-agents](<https://devfeed.tech/tags/build-ai-agents.md>), [developer](<https://devfeed.tech/tags/developer.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [platform](<https://devfeed.tech/tags/platform.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

This article presents AgentOps as the practice of creating, running, and operating AI agents reliably in production and at scale. It recommends governing agents throughout their lifecycle, starting with an agent registry and a standardized golden-path workflow for creating new agents. The proposed workflow captures an agent's purpose and dependencies, obtains approval for sensitive access, creates scoped service accounts with minimum permissions, provisions the agent on a selected platform, and registers it.

### Source excerpt

AgentOps is the practice of running AI agents reliably at scale. See what it covers, which teams own it, and where to start.

## Incident response guide for AWS CloudTrail investigations - Part 2

DevFeed: [Incident response guide for AWS CloudTrail investigations - Part 2](<https://devfeed.tech/articles/incident-response-guide-for-aws-cloudtrail-investigations-part-2-4686.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/security/incident-response-guide-for-aws-cloudtrail-investigations-part-2/>)

Author: Oscar Diaz

Published: 2026-09-03T21:15:53Z

Content type: article

Language: en

Sources: [AWS Security Blog](<https://devfeed.tech/sources/aws-security-blog.md>)

Topics: [Incident response](<https://devfeed.tech/topics/incident-response.md>), [AWS CloudTrail](<https://devfeed.tech/topics/aws-cloudtrail.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>), [web applications](<https://devfeed.tech/topics/web-applications.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-cloudtrail](<https://devfeed.tech/tags/aws-cloudtrail.md>), [aws-identity-and-access-management-iam](<https://devfeed.tech/tags/aws-identity-and-access-management-iam.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [security-blog](<https://devfeed.tech/tags/security-blog.md>), [security-identity-compliance](<https://devfeed.tech/tags/security-identity-compliance.md>)

### AI overview

An incident-response guide for investigating AWS CloudTrail events through a multi-stage attack scenario. It traces an SSRF vulnerability on an EC2-hosted web application to IMDSv1 credential harvesting, IAM activity, and unauthorized Amazon Bedrock access across Regions.

### Source excerpt

In Part 1 of this guide, we examined two common incident scenarios: cross-account Amazon Simple Storage Service (Amazon S3) data deletion with ransomware implications, and cryptocurrency mining deployed through AWS CloudFormation using exposed AWS Management Console credentials. We also introduced key incident response terminology and investigative frameworks for analyzing AWS CloudTrail events. In this second [...]

## Incident response guide for AWS CloudTrail investigations - Part 1

DevFeed: [Incident response guide for AWS CloudTrail investigations - Part 1](<https://devfeed.tech/articles/incident-response-guide-for-aws-cloudtrail-investigations-part-1-4685.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/security/incident-response-guide-for-aws-cloudtrail-investigations-part-1/>)

Author: Oscar Diaz

Published: 2026-09-03T21:15:39Z

Content type: tutorial

Language: en

Sources: [AWS Security Blog](<https://devfeed.tech/sources/aws-security-blog.md>)

Topics: [AWS CloudTrail](<https://devfeed.tech/topics/aws-cloudtrail.md>), [Incident response](<https://devfeed.tech/topics/incident-response.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [aws-cloudtrail](<https://devfeed.tech/tags/aws-cloudtrail.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [guide](<https://devfeed.tech/tags/guide.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [logs](<https://devfeed.tech/tags/logs.md>), [security](<https://devfeed.tech/tags/security.md>), [security-blog](<https://devfeed.tech/tags/security-blog.md>), [security-identity-compliance](<https://devfeed.tech/tags/security-identity-compliance.md>)

### AI overview

A practical guide to investigating suspicious AWS activity through CloudTrail logs. It covers scenarios such as cross-account unauthorized access, cryptocurrency mining, and AI service abuse, with investigation questions, annotated logs, and preventive lessons.

### Source excerpt

AWS CloudTrail logs contain the evidence you need when investigating suspicious activity in your AWS environment, but knowing which fields matter and how to interpret them can mean the difference between surface-level analysis and uncovering the full scope of an incident. This guide walks you through real-world scenarios, showing you how to analyze CloudTrail events [...]

## Get to VMware Cloud Foundation Faster with VMware Pro Cloud Services

DevFeed: [Get to VMware Cloud Foundation Faster with VMware Pro Cloud Services](<https://devfeed.tech/articles/get-to-vmware-cloud-foundation-faster-with-vmware-pro-cloud-services-12805.md>)

Original publisher: [Read original article](<https://blogs.vmware.com/cloud-foundation/2026/09/03/get-to-vmware-cloud-foundation-faster-with-vmware-pro-cloud-services/>)

Author: paula swanson

Published: 2026-09-03T20:21:10Z

Content type: article

Language: en

Sources: [VMware Blogs](<https://devfeed.tech/sources/vmware-blogs.md>)

Topics: [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [architectures](<https://devfeed.tech/tags/architectures.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-infrastructure](<https://devfeed.tech/tags/cloud-infrastructure.md>), [cloud-services](<https://devfeed.tech/tags/cloud-services.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [modernization](<https://devfeed.tech/tags/modernization.md>), [private-cloud](<https://devfeed.tech/tags/private-cloud.md>), [vcf-professional-services](<https://devfeed.tech/tags/vcf-professional-services.md>), [vmware](<https://devfeed.tech/tags/vmware.md>), [vmware-cloud-foundation](<https://devfeed.tech/tags/vmware-cloud-foundation.md>)

### AI overview

The article presents VMware Pro Cloud Services as a way to deploy VMware Cloud Foundation faster and deliver a public-cloud experience on premises. It describes pre-packaged services for designing, deploying, configuring, integrating, and operationalizing a secure private cloud, using VMware reference architectures and practices developed through customer engagements.

### Source excerpt

Public clouds have upped the ante when it comes to what we expect from private cloud solutions. Our smartphones and fast access to public cloud resources have conditioned us to expect instant access to what we need when we need it. Anything less feels antiquated and cumbersome, leaving your business users frustrated and disenchanted. To ... Continued The post Get to VMware Cloud Foundation Faster with VMware Pro Cloud Services appeared first on VMware Blogs.

## UX Conference November Announced (Nov 16 - Nov 19)

DevFeed: [UX Conference November Announced (Nov 16 - Nov 19)](<https://devfeed.tech/articles/ux-conference-november-announced-nov-16-nov-19-9044.md>)

Original publisher: [Read original article](<https://www.nngroup.com/training/nov-asia-au/>)

Published: 2026-09-03T04:50:49Z

Content type: article

Language: en

Sources: [NN/g latest articles and announcements](<https://devfeed.tech/sources/nn-g-latest-articles-and-announcements.md>)

Topics: [AI Strategy](<https://devfeed.tech/topics/ai-strategy.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Accessibility](<https://devfeed.tech/topics/accessibility.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [design](<https://devfeed.tech/tags/design.md>), [event](<https://devfeed.tech/tags/event.md>), [training](<https://devfeed.tech/tags/training.md>), [ux](<https://devfeed.tech/tags/ux.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Live online UX training courses covering best practices, hands-on exercises, AI-enhanced design workflows, AI product strategy, user research with AI, AI experiences, design systems, and user experience analytics. Sessions are offered for Asia/AU and the USA, with optional UX Certificate specialties.

### Source excerpt

Take up to 2 in-depth training courses, teaching user experience best practices for successful design. Live online training focused on long-lasting skills for UX professionals. Nov 16 - Nov 19, 2026 (Americas) | Nov 17 - Nov 20 (Asia/AU).

## UX Conference September Announced (Sep 14 - Sep 25)

DevFeed: [UX Conference September Announced (Sep 14 - Sep 25)](<https://devfeed.tech/articles/ux-conference-september-announced-sep-14-sep-25-9047.md>)

Original publisher: [Read original article](<https://www.nngroup.com/training/september/>)

Published: 2026-09-01T20:37:45Z

Content type: article

Language: en

Sources: [NN/g latest articles and announcements](<https://devfeed.tech/sources/nn-g-latest-articles-and-announcements.md>)

Topics: [User interface design](<https://devfeed.tech/topics/ui-design.md>), [AI Strategy](<https://devfeed.tech/topics/ai-strategy.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [design](<https://devfeed.tech/tags/design.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [event](<https://devfeed.tech/tags/event.md>), [management](<https://devfeed.tech/tags/management.md>), [skills](<https://devfeed.tech/tags/skills.md>), [training](<https://devfeed.tech/tags/training.md>), [ux](<https://devfeed.tech/tags/ux.md>)

### AI overview

NN/G announces live virtual UX training courses running September 14-25, 2026. The program covers UX best practices, design systems, usability testing, AI-related UX strategy and writing, collaboration, and certification pathways.

### Source excerpt

Take up to 5 in-depth training courses, teaching user experience best practices for successful design. Training focused on long-lasting skills for UX professionals. September 14 - September 25, 2026.

[Next page](<https://devfeed.tech/tags/best-practices.md?cursor=WyIyMDI2LTA5LTAxVDIwOjM3OjQ1KzAwOjAwIiwgIjQ5NDk0ZDE2LTM3ZTgtNDg2OS05MjQ2LThiM2QyMzhhZjNkYiJd>)