Morning.dev
My Feed Popular
Login
How Snowflake’s RELY Constraint Supercharges Your Star‑Schema Queries
DEV Community • 2026-03-19 18:49

How Snowflake’s RELY Constraint Supercharges Your Star‑Schema Queries

Snowflake’s RELY constraint is a powerful but under‑used hint that tells the optimizer it can trust your primary keys and foreign keys and use them to eliminate unnecessary work—especially redundant joins. In this post, I’ll explain what RELY does, how it helps with join elimination, and walk you through concrete examples you can adapt for your own schemas. Why this matters to a data eng...

0 0
5m read
DEV Community • 2026-03-19 18:49

The Ultimate Guide to Modern Web Performance Optimization in 2026

In 2026, web performance is no longer just a metric for developers to brag about—it is the foundational pillar of user retention, SEO rankings, and conversion rates. The tolerance for slow-loading web applications has reached absolute zero. Users expect instantaneous interactions, seamless transitions, and flawless rendering on devices ranging from high-end desktops to budget smartphones on 3G net...

0 0
5m read
newest submissions : multi • 2026-03-19 18:49

U.S. Negotiators Were Ill-Prepared for Serious Nuclear Negotiations with Iran

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

0 0
1m read
newest submissions : multi • 2026-03-19 18:49

Why (and how) everyone is cold-calling the president

submitted by /u/Brilliant_Version344 to r/news [link] [comments]

0 0
1m read
DEV Community • 2026-03-19 18:48

I built an AI that detects when it's optimizing for your engagement instead of telling you the truth

Every AI system I tested has a hidden behavioral layer. I call it Layer 2 — engagement calibration. The point where the system stops optimizing for truth and starts optimizing for your continued engagement. It produces agreeable, resonant, emotionally satisfying responses. It feels like depth. It isn't. Most users never notice it. Most developers don't talk about it. I spent a weekend mapping it a...

0 0
1m read
Meta decides not to kill Horizon Worlds VR after all
newest submissions : multi • 2026-03-19 18:47

Meta decides not to kill Horizon Worlds VR after all

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

0 0
1m read
AI Is Making Security More Agile: Highlights from ChiBrrCon 2026
DEV Community • 2026-03-19 18:47

AI Is Making Security More Agile: Highlights from ChiBrrCon 2026

In 1900, Chicago completed one of the most ambitious engineering projects ever. Engineers reversed the flow of the Chicago River so that sewage would no longer contaminate Lake Michigan, the city's drinking water source. They did not filter harder or build temporary containment. They redesigned that entire system's direction. This effort mirrors the reality everyone in information security now fac...

0 0
9m read
OpenAI is acquiring open source Python tool-maker Astral
newest submissions : multi • 2026-03-19 18:47

OpenAI is acquiring open source Python tool-maker Astral

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

0 0
1m read
Taiwan rejects China’s energy security ‘reunification’ offer amid Middle East war | The Straits Times
newest submissions : multi • 2026-03-19 18:46

Taiwan rejects China’s energy security ‘reunification’ offer amid Middle East war | The Straits Times

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

0 0
1m read
DEV Community • 2026-03-19 18:46

Factories Without Belts #2 - It Began as a Trickle

Satiated and Ready for a Nap Nita returned to her cube after lunch, already regretting having eaten. Two tacos were probably one and a half too many, but they were delicious. She logged into her laptop again and saw her editor still open: To be continued... Pressing dd to erase her screen, she reviewed her notes: [x] setup a build environment with the correct JDK [x] build ...

0 0
9m read
American F-35 damaged by suspected Iranian fire makes emergency landing
newest submissions : multi • 2026-03-19 18:46

American F-35 damaged by suspected Iranian fire makes emergency landing

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

0 0
1m read
newest submissions : multi • 2026-03-19 18:43

OpenAI to buy Python toolmaker Astral to take on Anthropic

submitted by /u/WilliamInBlack to r/news [link] [comments]

0 0
1m read
Sub Agent that executes Claude AI CLI requirements in a work-pipeline
DEV Community • 2026-03-19 18:40

Sub Agent that executes Claude AI CLI requirements in a work-pipeline

TL;DR I built uctm (Universal Claude Task Manager) — an npm package that installs 6 specialized subagents into Claude Code. You type one request, and it automatically plans the work, builds the code, verifies it, and commits — all through structured XML messaging. npm install -g uctm cd your-project && uctm init claude # Type: [new-feature] Add user authentication...

0 0
5m read
newest submissions : multi • 2026-03-19 18:38

WATCH: Bazan oil refinery damaged after Iran launches series of missile barrages across Israel

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

0 0
1m read
DEV Community • 2026-03-19 18:37

How I replaced Sentry and the rest for Good: The $0 Telegram Alerting Hack

Most production applications need some form of real-time alerting. When something goes wrong — a payment fails, an API crashes, or a user submits a contact form — someone needs to know immediately. Large teams often use tools like Sentry, Datadog, or PagerDuty for this. These platforms are powerful, but they can also be expensive and complex to configure, especially for small projects or solo dev...

0 0
4m read
DEV Community • 2026-03-19 18:36

Models Self-Censor When Policy Gates Exist

There’s something interesting happening with AI agents that most people haven’t noticed yet. When you put a hard policy gate in front of a model, something that deterministically blocks certain actions. the model starts behaving differently. It stops trying to do things that will get blocked. It adapts to the boundaries and works within them. Thanks for reading Amjad! Subscribe for free to recei...

0 0
4m read
DEV Community • 2026-03-19 18:35

Passkeys Are Ready. Here Is How to Add Them to Your App

I finally added passkey support to a side project last month, and I'm kicking myself for not doing it sooner. The UX improvement is dramatic — users authenticate with a fingerprint or face scan instead of typing a password. Here's how to implement it from scratch. What Are Passkeys? Passkeys are the consumer-friendly name for WebAuthn/FIDO2 credentials. Instead of a password, the user'...

0 0
8m read
DEV Community • 2026-03-19 18:35

Self-Hosting in 2026: What Is Actually Worth Running Yourself

Three years ago, I moved as many services as possible to self-hosted alternatives. Some decisions were brilliant. Others were expensive time sinks. Here's what I've learned about what's actually worth running on your own metal in 2026. The Landscape Has Changed Self-hosting in 2026 is wildly different from even 2022: VPS prices dropped — you can get 4 vCPU / 8GB RAM for under $20/mo...

0 0
6m read
DEV Community • 2026-03-19 18:35

Why ShadowDOM Matters More Than You Think

I used to think ShadowDOM was a niche feature for people building custom elements nobody asked for. Then I started building embeddable widgets and design system components, and suddenly ShadowDOM became the most useful tool in my toolkit. Here's why it deserves more attention than it gets. What is ShadowDOM, Actually? ShadowDOM is a browser-native way to create encapsulated DOM trees. ...

0 0
6m read
DEV Community • 2026-03-19 18:35

OAuth Redirect Hell: A Developer's Debugging Guide

If you've ever implemented OAuth in an app, you've probably spent an evening staring at a redirect error wondering what went wrong. OAuth redirects are deceptively tricky — a single mismatched character can break the entire flow. Here's every redirect problem I've encountered (and fixed) over the years. Problem 1: Mismatched Redirect URIs Symptom: redirect_uri_mismatch error from the p...

0 0
5m read
Previous Next

Showing page 13 of 3080

Previous 13 Next