Discover

Curated articles from sources across the web

1927 articles from 16 sources
I scanned every major vibe coding tool for security. None scored above 90.
D
DEV Community · Technology

I scanned every major vibe coding tool for security. None scored above 90.

I'm a non-technical founder. I can't write code. I built two production apps entirely with AI. Last week I scanned my own app for security. It scored 20/100. Found 8 vulnerabilities including a critical auth bypass where missing config silently allows all requests. So I built Vibe Check — an AI-po...

Elise Vance
Read
Como o event loop organiza a execução do JavaScript
D
DEV Community · Technology

Como o event loop organiza a execução do JavaScript

Faaala, pessoal. Tudo certo? Este ano, decidi finalmente iniciar um projeto que estava engavetado há muito tempo: uma série de conteúdos sobre conceitos fundamentais para entrevistas técnicas de front-end (e também dar aquela força para identificar problemas reais em aplicações JavaScript). A idei...

David Alves de Souza
Read
Schedule Threads Posts From Claude
D
DEV Community · Technology

Schedule Threads Posts From Claude

I run my Threads account from Claude. I don't open the BlackTwist dashboard for scheduling anymore. I write the post in the same conversation where I'm brainstorming, tell Claude when to publish it, and the post lands in my queue. This is the first post in a four-part series on managing Threads wi...

Luca Restagno
Read
H
Hacker News · Technology

Hacker News CLI

Article URL: https://pythonhosted.org/hackernews-cli/commands.html Comments URL: https://news.ycombinator.com/item?id=47785582 Points: 15 # Comments: 2

rolph
Read
Hide regions and services in the AWS console
D
DEV Community · Technology

Hide regions and services in the AWS console

Tired of scrolling through regions and services you'll never use? You just want to... AWS now lets you hide regions and services from your console. Here's how. Heads up: This is a visual preference, not a security control. Users can still access hidden regions and services directly....

Sean Boult
Read
Building Crash-Recovery State Machines for Long-Running LLM Pipelines in Python
D
DEV Community · Technology

Building Crash-Recovery State Machines for Long-Running LLM Pipelines in Python

LLM pipelines fail. API timeouts, rate limits, unexpected token counts, network blips — any of these can kill a long-running job mid-way through. If you restart from zero every time, you're wasting money and time. Here's a state machine pattern with atomic checkpoints that lets you resume exactly w...

German Yamil
Read
Architectural drift with Agentic coding. Here's what I built to fix it.
D
DEV Community · Technology

Architectural drift with Agentic coding. Here's what I built to fix it.

I've been shipping features with Claude Code for months now. The velocity is incredible — what used to take days takes an afternoon. But something kept bugging me. The code diffs on my PRs looked fine. Tests passed. Lint was clean. But every few weeks I'd open a file I hadn't touched in a month and...

Soumyadeep Mahapatra
Read
AI Writes the Code — But You Own the Consequences
D
DEV Community · Technology

AI Writes the Code — But You Own the Consequences

AI has fundamentally changed how frontend code gets written. You can now: generate components in seconds scaffold entire features fix bugs with a prompt explore multiple implementations instantly The speed is undeniable. But there’s a part of the equation that hasn’t changed at all: You...

Rohith
Read
Why 80% of Programmers Are Unhappy (It's Not the Money)
D
DEV Community · Technology

Why 80% of Programmers Are Unhappy (It's Not the Money)

80% of professional developers aren't happy at work. That's from the 2024 Stack Overflow survey - 65,000 responses from working programmers worldwide. One in three actively hates the job. Nearly half are just plowing through: not miserable enough to quit, not engaged enough to care. And only 20% ar...

Visesh
Read
H
Hacker News · Technology

ChatGPT for Excel

Article URL: https://chatgpt.com/apps/spreadsheets/ Comments URL: https://news.ycombinator.com/item?id=47785397 Points: 9 # Comments: 2

armcat
Read
Laravel has no native WebDAV server — so I built one
D
DEV Community · Technology

Laravel has no native WebDAV server — so I built one

🚀 I’ve just released the first alpha version of my Laravel WebDAV server: 👉 https://github.com/N3XT0R/laravel-webdav-server/releases/tag/1.0.0-alpha.1 ⚠️ Disclaimer This is an early alpha prototype. It is: not stable not production-ready subject to breaking changes at any time...

Ilya Beliaev
Read
Cloud AI APIs vs. Self-Hosted LLMs: When an Old Phone Beats GPT-4
D
DEV Community · Technology

Cloud AI APIs vs. Self-Hosted LLMs: When an Old Phone Beats GPT-4

A Reddit post recently caught my eye — someone turned a Xiaomi 12 Pro into a 24/7 headless AI server running Ollama with a quantized Gemma model on a Snapdragon 8 Gen 1. My first reaction was "that's ridiculous." My second reaction was "wait, I have three old phones in a drawer." This got me thinki...

Alan West
Read
Webhooks vs. Polling on monday.com: When Each Approach Actually Wins
D
DEV Community · Technology

Webhooks vs. Polling on monday.com: When Each Approach Actually Wins

Every monday.com integration I have built in the last two years has started with the same question. Do I poll the API on a schedule, or do I wire up a webhook? The honest answer is that both work, but the one you pick on day one shapes how painful the next two years of maintenance will be. This pos...

Gwilym Pugh
Read
Why 80% of Programmers Are Unhappy (It's Not the Money)
D
DEV Community · Technology

Why 80% of Programmers Are Unhappy (It's Not the Money)

webdev #career #programming #mentalhealth #developerlife Why 80% of Programmers Are Unhappy (It's Not the Money) Nap pods. Catered lunches. Remote work. Stock options. Four-day work weeks at some places. Unlimited PTO that you never actually take because taking it feels like ad...

Visesh
Read
The first time my AI bill scared me into building TokenBar
D
DEV Community · Technology

The first time my AI bill scared me into building TokenBar

A few months ago I opened my AI bill and did the dumb double-take every solo dev knows. Not because I had a huge team. Because the cost was invisible while I was building. That was the whole problem. I could feel the products moving, but I could not feel what each conversation, prompt, or workflow...

Henry Godnick
Read
Your AI Agent Is One Bad URL Away From Being Compromised
D
DEV Community · Technology

Your AI Agent Is One Bad URL Away From Being Compromised

Here is the security model baked into most AI agent frameworks: [Agent decides to fetch URL] → [Framework fetches it] → [Content lands in context] No validation. No trust check. The URL arrives, the framework fetches it, the content enters the model's context window. That is fine for demos...

Entropy0
Read

Reading List