Morning.dev
My Feed Popular
Login
DEV Community • 2026-04-29 03:33

Running Claude Code in a Loop: The Script That Turns It Into a Persistent Agent

Claude Code is built for interactive sessions. You type, it acts, the conversation ends. That is the right shape for a developer at a keyboard. It is the wrong shape for an agent that needs to keep watch on something. A queue. An inbox. A file. A webhook. A remote service. To turn Claude Code into a persistent worker you wrap it in a loop. This post is the wrapper. I will start with the fifteen-...

0 0
12m read
DEV Community • 2026-04-29 03:32

Indie Dev Email Marketing Complete Guide — Automate with Resend Supabase

Indie Dev Email Marketing Complete Guide — Automate with Resend × Supabase Email drives higher conversions than social media. Here's how indie developers can automate email marketing using Resend and Supabase. Why Email Matters Channel Avg Open Rate Click Rate Conversion Rate Email 21-28% 2-5% 2-4% Twitter/X 0.5-1% 0.1-0.3% 0.1-0.5% Push Notifications 4-8% 0.5-1% ...

0 0
4m read
DEV Community • 2026-04-29 03:32

War Story: Debugging a Kafka 3.7 Consumer Lag Issue in K8s 1.32 with KEDA 2.14 and Prometheus 2.50

At 03:17 UTC on a Tuesday, our on-call pager went off: Kafka consumer lag for the payments topic had hit 12,478,291 messages, with p99 processing latency spiking to 8.7 seconds. We were running Kafka 3.7.0, Kubernetes 1.32.0, KEDA 2.14.1, and Prometheus 2.50.1 — a stack we’d battle-tested for 18 months. This wasn’t a slow leak. This was a sudden, catastrophic failure that threatened to delay 40% o...

0 0
17m read
🚀 argocd install kubernetes cluster aws — common mistakes and how to avoid them
DEV Community • 2026-04-29 03:31

🚀 argocd install kubernetes cluster aws — common mistakes and how to avoid them

💥 The First Time I Tried ArgoCD on EKS, I Broke Production at 2 AM Chai in hand. Midnight deploy. Everything was green. 📑 Table of Contents 💥 The First Time I Tried ArgoCD on EKS, I Broke Production at 2 AM ☁️ Prerequisites — What You Actually Need 🚀 Installing ArgoCD — The Right Way 📦 Using Helm to Deploy ArgoCD 🔧 Exposing ArgoCD — Ingress or LoadBalancer? 🔐 Securing Access — Beca...

0 0
8m read
DEV Community • 2026-04-29 03:31

Supabase pg_cron Complete Guide — Automate Scheduled Jobs in PostgreSQL

Supabase pg_cron Complete Guide — Automate Scheduled Jobs in PostgreSQL Supabase ships with built-in pg_cron support, letting you run scheduled jobs directly inside PostgreSQL — no external scheduler needed. What is pg_cron? A PostgreSQL extension that runs SQL or functions on a cron schedule. Benefits: Runs inside the DB — no external infrastructure Full PostgreSQL featu...

0 0
3m read
Trump unhappy with peace proposal, says Iran 'figuring out its leadership'
newest submissions : multi • 2026-04-29 03:31

Trump unhappy with peace proposal, says Iran 'figuring out its leadership'

submitted by /u/Stunning-Common-9591 to r/worldnews [link] [comments]

0 0
1m read
DEV Community • 2026-04-29 03:31

The Agentic AI Revolution: What's Actually Happening in April 2026

If you've been following AI news lately, you've probably noticed something shifted. We're not talking about smarter chatbots anymore — we're talking about software that can actually do things. Agentic AI is no longer a buzzword. It's the dominant trend reshaping how we build, deploy, and think about AI. The Big Shift: From ChatGPT to Autonomous Agents For years, AI was about language m...

0 0
2m read
Prego Has a Dinner-Conversation-Recording Device, Capisce?
newest submissions : multi • 2026-04-29 03:29

Prego Has a Dinner-Conversation-Recording Device, Capisce?

submitted by /u/BusyHands_ to r/technology [link] [comments]

0 0
1m read
/r/ReactJS - The Front Page of React • 2026-04-29 03:29

How can you explore react internals?

Over the past couple of months I have been exploring react internals and writing about them at https://inside-react.vercel.app/ If anyone wants to do the same, here is a simple way to start: jsr.dev has already put out a lot of really good blogs. You do not have to struggle much. I cloned a React 18 repo, put debuggers in different functions as explained in his blogs, and followed the execution f...

0 0
1m read
Chechen political figure says ‘honor killings’ are a private family matter, calls LGBTQ+ people ‘outcasts and perverts’
newest submissions : multi • 2026-04-29 03:24

Chechen political figure says ‘honor killings’ are a private family matter, calls LGBTQ+ people ‘outcasts and perverts’

submitted by /u/DoremusJessup to r/worldnews [link] [comments]

0 0
1m read
DEV Community • 2026-04-29 03:24

Python's Data Model Is an API. Here Is How to Use It Properly

Most Python developers know that __len__ makes len() work and __add__ makes + work. That is the surface. The actual story is that Python's data model is a coherent, documented protocol through which user-defined objects can participate in the language itself: not just operators, but truthiness, hashing, iteration, context management, attribute access, memory layout, and more. Using it well means u...

0 0
8m read
Tim Cook Was Great for Apple Investors. He Was Not as Great for America.
newest submissions : multi • 2026-04-29 03:23

Tim Cook Was Great for Apple Investors. He Was Not as Great for America.

submitted by /u/nosotros_road_sodium to r/technology [link] [comments]

0 0
1m read
DEV Community • 2026-04-29 03:19

AI Agents in Production Are Flying Blind — AgentLens Fixes That

The Visibility Problem Running an AI agent in production means dealing with a problem most developers hit quickly. The agent makes 15–20 LLM calls per session — chained, conditional, sometimes parallel. Something goes wrong. The output is bad, the cost spiked, or the agent looped. And there's no answer to any of these questions: Which specific call failed? What did the model actually...

0 0
2m read
DEV Community • 2026-04-29 03:19

Python Metaclasses, What's Actually Happening When You Write class

Every Python developer knows that everything is an object. What fewer know is that classes are objects too, and like every other object, they are instances of something. That something is a metaclass. Understanding metaclasses means understanding how Python builds classes in the first place, which turns out to explain a lot of behavior that otherwise looks like magic. Classes Are Instanc...

0 0
7m read
DEV Community • 2026-04-29 03:18

Flutter Dart 3 Complete Guide — Pattern Matching, Sealed Classes & Records

Flutter × Dart 3 Complete Guide — Pattern Matching, Sealed Classes & Records Dart 3 introduced Pattern Matching, Sealed Classes, and Records — features that fundamentally change how you write Flutter apps. More expressive, safer code with less boilerplate. Dart 3 Key Features Patterns — Destructure and match values Sealed Classes — Exhaustive type checking Records — ...

0 0
3m read
DEV Community • 2026-04-29 03:16

Product Hunt Launch Complete Guide — Indie Dev Strategy for Day-1 Top 10

Product Hunt Launch Complete Guide — Indie Dev Strategy for Day-1 Top 10 Product Hunt is the go-to community for discovering new products. With the right preparation and timing, a single launch day can deliver thousands of users and massive traffic. How Product Hunt Works Voting window: Pacific Time 00:00–23:59 Ranking: Determined by upvote count on launch day Exposure: ...

0 0
3m read
Lobsters • 2026-04-29 03:16

Warp is now open-source

Comments

0 0
1m read
Canada grapples with oil price surge from war in Iran
newest submissions : multi • 2026-04-29 03:14

Canada grapples with oil price surge from war in Iran

submitted by /u/toronto_star to r/worldnews [link] [comments]

0 0
1m read
DEV Community • 2026-04-29 03:11

I Built a Text Similarity Checker: Compare Two Texts Instantly in Your Browser

Recently I was working on my online tools website toolsonline.run and decided to build a Text Similarity Checker — a tool that compares two texts and shows you exactly how similar they are. Why I Built This I kept running into situations where I needed to compare two blocks of text: Writing: Checking if I accidentally repeated paragraphs in a long article SEO: Detecting duplicate c...

0 0
2m read
DEV Community • 2026-04-29 03:10

GitHub 星标 18.6 万的工具,90% 的团队用错了:n8n 工作流的 5 个隐藏神技 🔥

这个工具被严重低估了 最近我在 GitHub 上注意到一个项目 -- n8n,拿到了 18.6 万颗星,比很多知名开源项目都多。但当我问开发者们怎么用 n8n 时,80% 的人只会说"连接两个 API"。 n8n 绝不只是另一个 Zapier。它是一个可编程的 AI 工作流引擎,用对了可以让你的 AI Agent 从玩具变成真正的生产级系统。 今天分享 5 个几乎没人教的 n8n 隐藏用法,这些方法我在真实生产环境中验证过,能让你的自动化效率提升 10 倍。 为什么 n8n 值得你花时间学 先说数据: GitHub 186,000+ 星(同类最高) 支持本地部署(数据不出墙) 内置代码节点(JavaScript/Python 随便写) 支持向量数据库和 AI Agent 编排 社区活跃度高,MCP 生态完善 相比 Zapier...

0 0
4m read
Previous Next

Showing page 375 of 1886

Previous 375 Next