Discover

Curated articles from sources across the web

4859 articles from 16 sources
I built a 13-database ORM for Node.js because Prisma doesn't support Oracle
D
DEV Community · Technology

I built a 13-database ORM for Node.js because Prisma doesn't support Oracle

I'm Hamid — Software Engineer & Ophthalmologist in Algeria. My clinic's software needed to run on Oracle (government mandate), but my team writes TypeScript with Prisma. Prisma doesn't support Oracle. Rewriting everything wasn't an option. So I built @mostajs/orm — a Hibernate-inspired ORM w...

MADANI
Read
Managing Private State in Midnight: Patterns, Pitfalls, and Best Practices
D
DEV Community · Technology

Managing Private State in Midnight: Patterns, Pitfalls, and Best Practices

Managing Private State in Midnight: Patterns, Pitfalls, and Best Practices One of the most common points of confusion for developers new to Midnight is the distinction between private and public state. On EVM chains, the distinction is simple: everything in contract storage is public, and...

Tosh
Read
More Britons opt to holiday in UK this summer amid uncertainty over flights
T
The Guardian · World

More Britons opt to holiday in UK this summer amid uncertainty over flights

Holiday park firms say such bookings are on the rise because of impact of Iran war on aviationHoliday companies have predicted a surge in bookings for UK summer breaks after a jump in interest from Britons fearful of flight cancellations linked to the Iran war.Summer bookings are expected to rise in...

Lauren Almeida
Read
H
Hacker News · Technology

The seven programming ur-languages

Article URL: https://madhadron.com/programming/seven_ur_languages.html Comments URL: https://news.ycombinator.com/item?id=47822486 Points: 16 # Comments: 3

helloplanets
Read
From LLMs to Agents: Build Smart AI Systems with Tools in LangChain
D
DEV Community · Technology

From LLMs to Agents: Build Smart AI Systems with Tools in LangChain

In previous blogs, we learned how to: work with multiple LLM providers use PromptTemplate build a Streamlit web app Now let’s take a big step forward. 👉 Instead of just generating text, we will build AI Agents that can use tools. Tool → A function the AI can call Agent → An AI system that dec...

vaasav kumar
Read
Your LLM Bill Is 45% Too High. Here's the One Prompt Trick That Fixes It
D
DEV Community · Technology

Your LLM Bill Is 45% Too High. Here's the One Prompt Trick That Fixes It

Most developers ship AI features without looking at the bill. Then the bill arrives, and it's five figures. Here's the part nobody tells you: up to 45% of your tokens are pure fluff. Filler words, restated questions, "As an AI assistant...", apologies, repeated context. You're paying Claude and GPT...

LayerZero
Read
From Model to Product: Where AI Projects Actually Break
D
DEV Community · Technology

From Model to Product: Where AI Projects Actually Break

Most AI projects don’t fail in training. They fail when you try to turn them into products. 🚨 The Illusion: “The Model Works” You trained a model: Good accuracy Clean evaluation metrics Solid results So you think: “We’re ready to ship.” But this is where most teams hit a...

Siddhartha Reddy
Read
Why We Accepted Surveillance as Default
D
DEV Community · Technology

Why We Accepted Surveillance as Default

On Second Thought — Episode 04 In January 1996, two men in New York City founded a company called DoubleClick. Kevin O'Connor and Dwight Merriman had a product they called DART: Dynamic Advertising, Reporting, and Targeting. The premise was that advertisers should be able to follow a person acros...

Vivian Voss
Read
I Built a Free Screen Resolution Checker — Here's What I Learned
D
DEV Community · Technology

I Built a Free Screen Resolution Checker — Here's What I Learned

I kept googling "what is my screen resolution" and landing on the same ad-heavy sites with tiny tools buried under popups and cookie banners. So I built my own. What it does My Screen Resolution instantly detects: Screen resolution (e.g. 1920×1080) Viewport size (the actual browser w...

Alex Mercer
Read
Next.js 16 App Router: The Complete Guide for 2026
D
DEV Community · Technology

Next.js 16 App Router: The Complete Guide for 2026

What Is the App Router? The App Router, introduced in Next.js 13 and now the default in Next.js 16, is a file-system based router built on top of React Server Components. It lives in the app/\ directory and replaces the older pages/\ router as the recommended approach for all new projects...

Craftly-dev
Read
The RAM shortage could last years
H
Hacker News · Technology

The RAM shortage could last years

Article URL: https://www.theverge.com/ai-artificial-intelligence/914672/the-ram-shortage-could-last-years Comments URL: https://news.ycombinator.com/item?id=47822414 Points: 20 # Comments: 12

omer_k
Read
Smart Venue – AI-Powered Crowd Navigation & Queue Prediction Assistant
D
DEV Community · Technology

Smart Venue – AI-Powered Crowd Navigation & Queue Prediction Assistant

Excited to share my project Smart Venue, developed as part of the Prompt Wars innovation challenge by Google Cloud × Hack2Skill! 🎯 Smart Venue is designed to improve the experience of attendees at large-scale sporting venues by helping them move smarter, faster, and safer inside stadium environmen...

Bujji Kancharla
Read
Two Weeks of My News Aggregator: RAG Chat and a Sentiment Dial
D
DEV Community · Technology

Two Weeks of My News Aggregator: RAG Chat and a Sentiment Dial

Originally published on my blog Two weeks ago I shipped my news aggregator as a finished Symfony 8 app — fetch feeds, enrich with AI, send alerts, generate digests. Fifty commits later it looks different. The aggregator grew a conversational chat that searches its own archive, a sentiment dial th...

Kevin
Read
🚀 I built a real-time security scanner for Laravel
D
DEV Community · Technology

🚀 I built a real-time security scanner for Laravel

🚀 I built a real-time security scanner for Laravel (and here’s why) Most Laravel developers use tools like PHPStan for code quality. But when it comes to security scanning, the options are either: Too complex Too limited Or just dependency-based So I built Laravel SecureScan. 🔐 It scans...

Dhanik Keraliya
Read

Reading List