Morning.dev
My Feed Popular
Login
DEV Community • 2026-04-20 18:57

Why State Management is the "Final Boss" of Building AI Agents

Liquid syntax error: 'raw' tag was never closed

0 0
1m read
Implementing WebMCP on a Recruitment Website
DEV Community • 2026-04-20 18:57

Implementing WebMCP on a Recruitment Website

Thinking about what, exactly, the future of a website “looks” like in the agentic era is a challenging proposition. It might be that in most cases, our future viewers/readers/customers can do everything, from their chatbot of preference while never visiting your site. WebMCP is a part of this puzzle. The protocol directs an agent to stop guessing what a button does, and starts calling tools with ...

0 0
11m read
Echo JS • 2026-04-20 18:56

Fax Office 1987 8 film cameras simulated in a single HTML file

Comments

0 0
1m read
Hacker News: Front Page • 2026-04-20 18:55

Anduril, Palantir and SpaceX are changing how America wages war

Article URL: https://www.economist.com/business/2026/04/20/anduril-palantir-and-spacex-are-changing-how-america-wages-war Comments URL: https://news.ycombinator.com/item?id=47838930 Points: 7 # Comments: 0

0 0
1m read
DEV Community • 2026-04-20 18:51

I built a film camera simulator in a single HTML file here's how

Launched today: faxoffice1987.com — 8 film cameras simulated in Canvas 2D. The constraints I set myself: One HTML file No build step, no dependencies, no npm install Runs offline from a USB drive No backend, no account, no uploads The hard part: per-pixel color science. Each film stock (Tri-X, Portra, Velvia, Neopan Acros) has its own render path. Not a filter on top — a decision at the pix...

0 0
1m read
DEV Community • 2026-04-20 18:48

Sensitive Data Exposure - The Bug That Looks Like a Feature Working Correctly

The API response came back 200. The data was correct. The test passed. Nobody noticed the response body also contained the user's hashed password, their internal account ID, a debug flag set to true, and a field called admin_notes that was never meant to leave the server. Sensitive Data Exposure does not look like an attack. It looks like a feature working correctly. TL;DR Sensi...

0 0
11m read
Hacker News: Front Page • 2026-04-20 18:46

We got 207 tok/s with Qwen3.5-27B on an RTX 3090

Article URL: https://github.com/Luce-Org/lucebox-hub Comments URL: https://news.ycombinator.com/item?id=47838788 Points: 5 # Comments: 1

0 0
1m read
I got fed up with GitHub Trending, so I built my own ranker. Here's what I learned.
DEV Community • 2026-04-20 18:43

I got fed up with GitHub Trending, so I built my own ranker. Here's what I learned.

So we run a tech newsletter, and I used to spend my whole Sunday trying to find repos worth writing about. Github trending was useless. it's either huge projects everyone knows already or random stuff that got lucky on HN and then died. so I got annoyed enough to build something. it works way better. but the real lesson was how much junk you have to filter out before the ranking even matters. ...

0 0
2m read
I got fed up with GitHub Trending, so I built my own ranker. Here's what I learned.
DEV Community • 2026-04-20 18:43

I got fed up with GitHub Trending, so I built my own ranker. Here's what I learned.

So we run a tech newsletter, and I used to spend my whole Sunday trying to find repos worth writing about. Github trending was useless. it's either huge projects everyone knows already or random stuff that got lucky on HN and then died. so I got annoyed enough to build something. it works way better. but the real lesson was how much junk you have to filter out before the ranking even matters. ...

0 0
2m read
When should you use canary deployments?
DEV Community • 2026-04-20 18:42

When should you use canary deployments?

One solution for a tricky or high-risk deployment is to leverage a canary deployment. In a canary deployment, new features are rolled out to a small subset of your customer base with no fanfare. If things go well: hooray! Canary deployments are ideal for times when a deployment might go sideways or the feature might not work as expected. By utilizing a canary release, you have minimized the risk, ...

0 0
6m read
DEV Community • 2026-04-20 18:41

Building a Hybrid AWS Microservices Platform with API Gateway, Lambda, ECS, and Load Balancers

Building a Hybrid AWS Microservices Platform with API Gateway, Lambda, ECS, and Load Balancers Introduction When teams start splitting a large backend into smaller services, the first infrastructure question is usually not "How do we build a microservice?" but "How do we expose many different services safely, consistently, and without creating a networking mess?" Our archite...

0 0
16m read
Hacker News • 2026-04-20 18:40

Show HN: Git Push No-Mistakes

Comments

0 0
1m read
DEV Community • 2026-04-20 18:40

The Brutal Truth About Using AI for My Personal Knowledge Base: What They Don't Tell You in the Documentation

The Brutal Truth About Using AI for My Personal Knowledge Base: What They Don't Tell You in the Documentation It all started innocently enough. "I'll just build a simple knowledge base," I told myself three years ago. "Something to organize my 170+ technical articles and help me remember what I've learned." Fast forward 847 hours of development, 17 major versions, and a mountain of reg...

0 0
8m read
Hacker News: Front Page • 2026-04-20 18:39

Kimi vendor verifier – verify accuracy of inference providers

Article URL: https://www.kimi.com/blog/kimi-vendor-verifier Comments URL: https://news.ycombinator.com/item?id=47838703 Points: 3 # Comments: 0

0 0
1m read
DEV Community • 2026-04-20 18:34

Setting Up Disaster Recovery for Morpheus Enterprise with MySQL InnoDB ClusterSet — Step by Step

Morpheus Enterprise Disaster Recovery with MySQL InnoDB ClusterSet: A Production-Grade Guide In a previous build-out we deployed two separate MySQL InnoDB Clusters — one on the Master site and one on the DR site — as the backing database for our Morpheus Enterprise platform. This guide is the disaster-recovery follow-up: we merge those two clusters into a single InnoDB ClusterSet so Mo...

0 0
23m read
DEV Community • 2026-04-20 18:33

How We Strengthened Dependency Security in Our Monorepo

Strengthening Dependency Security in a Monorepo In response to the recent increase in supply chain attacks in the npm ecosystem, we revisited how dependencies are managed across our monorepo. This article summarizes the security improvements we implemented. Background Looking at recent attack patterns, there has been a noticeable rise in cases where malicious code is introdu...

0 0
3m read
Protecting .NET String Values by Hiding Them in Machine Code DLLs
DEV Community • 2026-04-20 18:32

Protecting .NET String Values by Hiding Them in Machine Code DLLs

Introduction Every .NET developer should understand just how critical source code protection is for preventing intellectual property loss. Whether you're shipping a commercial library, a licensed desktop application, or a SaaS client tool, your compiled assemblies are far more exposed than most developers realize. There are numerous legitimate reasons why software vendors cannot distrib...

0 0
7m read
OpenAPI in .NET 10: From Setup to Build-Time Generation (with Scalar UI)
DEV Community • 2026-04-20 18:30

OpenAPI in .NET 10: From Setup to Build-Time Generation (with Scalar UI)

Why OpenAPI and Build-Time Generation Matter In the modern web ecosystem, a public API is only as good as its documentation. Even for a Backend-for-Frontend (BFF), you can reduce developer friction by publishing clear, interactive API documentation. OpenAPI has emerged as the industry standard for describing RESTful services. By providing a machine-readable description of your endpoint...

0 0
15m read
DEV Community • 2026-04-20 18:29

Building a Live F1 Dashboard Using OpenF1 and Streamlit

Formula 1 generates massive amounts of telemetry data during each race weekend — lap times, sector speeds, tire compounds, and pit stop durations. For developers who are also F1 enthusiasts, accessing this data and building visualizations is an exciting way to combine technical skills with a passion for the sport. In this article, we'll walk through building a complete F1 dashboard using Streamli...

0 0
10m read
DEV Community • 2026-04-20 18:28

What You're Really Doing When You Write Code

Most developers spend years writing code... without ever understanding what computing actually is. That's a problem. Because until you understand how a machine processes information, you're not really designing systems—you're just arranging syntax. Computing, Stripped to Its Core At its lowest level, computing is simple: Input → Transformation → Output That's it. Every system y...

0 0
3m read
Previous Next

Showing page 139 of 1280

Previous 139 Next