Discover

Curated articles from sources across the web

1127 articles from 16 sources
Qwen3.6-35B-A3B corre en mi laptop y dibuja mejor que Claude Opus 4.7
D
DEV Community · Technology

Qwen3.6-35B-A3B corre en mi laptop y dibuja mejor que Claude Opus 4.7

Estaba probando modelos locales para reemplazar algunas llamadas a la API de Anthropic — costo, latencia, privacidad, las razones de siempre — cuando le pedí a Qwen3.6-35B-A3B que me dibujara un pelícano en ASCII art. Lo que apareció en la terminal me hizo hacer un doble-take. Copié el prompt exacto...

Juan Torchia
Read
I Built a Real-Time Notification System Inspired by Accra Traffic
D
DEV Community · Technology

I Built a Real-Time Notification System Inspired by Accra Traffic

I want to start this with something that has nothing to do with code. If you've been in traffic in Accra, Ghana — specifically at one of those busy intersections with police officers manually directing — you've probably experienced this: one officer clears their side and cars start moving. But nobod...

Ebenezer Lamptey
Read
TELMED AI DOCTOR
D
DEV Community · Technology

TELMED AI DOCTOR

Liquid syntax error: Tag '{% https://github.com/CMARV7/telmed-ai-doctor %}' was not properly terminated with regexp: /\%\}/

Marvelous Chinwendu
Read
SOLID's Packaging Principles Are Jointly Unsatisfiable
D
DEV Community · Technology

SOLID's Packaging Principles Are Jointly Unsatisfiable

If you know a software architect, a professor who teaches SOLID or packaging principles, or anyone who takes design principles seriously — I'd appreciate you sharing this with them. The argument needs to be challenged by practitioners and researchers alike. A companion paper showed that ISP is a...

Yannick Loth
Read
Per-page OG images on an Astro site, without the SaaS
D
DEV Community · Technology

Per-page OG images on an Astro site, without the SaaS

Every page on dacforge.com now has its own Open Graph image. The services hub has one image. Each of the ten service pages has its own. Each blog post has its own. The about page, the privacy page, and every other public URL on the site has a distinct card that shows up when someone pastes the link...

DacForge
Read
Mastering Git & Github (12 most useful Git commands)
D
DEV Community · Technology

Mastering Git & Github (12 most useful Git commands)

🌱 Introduction Most devs say they know Git because they can push projects to github. I’ve seen the opposite. They know just ENOUGH git to break projects confidently. A git add . here, a quick commit there… trusting AI agents and suddenly the project turns into something nobody wants...

Programming with Shahan
Read
How I Built a Free Inbox Placement Test with Node.js and SSE
D
DEV Community · Technology

How I Built a Free Inbox Placement Test with Node.js and SSE

The Problem I've been doing B2B cold outreach for 5+ years. The #1 blind spot? ESPs confirm SMTP delivery — status 250, "message accepted." But they never tell you which folder your email actually landed in. Your campaign could have a 0% open rate not because of bad copy, but because eve...

live-direct-marketing
Read
Arquitetura REST
D
DEV Community · Technology

Arquitetura REST

1 INTRODUÇÃO No cenário atual do desenvolvimento de software, a integração entre sistemas heterogêneos deixou de ser uma exceção e virou regra. Com a popularização das aplicações em rede, os Web Services se tornaram a espinha dorsal dessa comunicação. Dentre as várias abordagens arquiteturais que e...

Gabriel Tomé
Read
I Built a PQC Native L1 Blockchain from Scratch in 9 Months
D
DEV Community · Technology

I Built a PQC Native L1 Blockchain from Scratch in 9 Months

I’ve spent the last nine months deep in the weeds of Rust, distributed systems, and FIPS-standardized cryptography. The result is Dytallix: the first solo-built, PQC-native Layer 1 blockchain. There is no ECDSA here. No hybrid mode. No legacy accounts. Dytallix was built from the ground up with a...

Rick Glenn
Read
The signing key mistake that cost me a week on my first Android release
D
DEV Community · Technology

The signing key mistake that cost me a week on my first Android release

If you've never shipped an Android app to Google Play before, the signing key part is where a lot of people get quietly stuck. It's not a hard concept, but the way Google documents it makes it feel like you're juggling three different keys that could all brick your release if you mess up. Here's wh...

TheIOn-Project
Read
Part 2: Hands-on tc Framework: Building a Full-Stack Async API with Pages
D
DEV Community · Technology

Part 2: Hands-on tc Framework: Building a Full-Stack Async API with Pages

Introduction: The Practical Graph This post will show a practical, hands-on example that implements a serverless topology using the tc (Topology Composer) framework. It supports synchronous entry points with asynchronous real-time updates. You will construct a REST API (API Gateway Routes...

Robert J. Berger
Read
Convert an ASP .NET MVC application to Vue JS 3 TS page-by-page
D
DEV Community · Technology

Convert an ASP .NET MVC application to Vue JS 3 TS page-by-page

So with the new Visual Studio edition, there is a template available for an ASP .NET MVC application with Vue JS. The template does most of the work for you, it's pretty cool. But what if you want to migrate an existing, production running MVC application slowly to Vue JS 3? Not so straight-forward,...

Yogesh Bhavsar
Read
How to Scrape Websites with Claude Code (2026 Guide)
D
DEV Community · Technology

How to Scrape Websites with Claude Code (2026 Guide)

Claude Code can edit files, run shell commands, and write tests — but it cannot fetch live web pages on its own. Connect it to CrawlForge MCP and it gains 20 scraping tools that run straight from your terminal. npm install -g crawlforge-mcp-server npx crawlforge-setup # paste your API key # Now...

Simon
Read
How to Set Up Preview Environments for Pull Requests with Deploynix
D
DEV Community · Technology

How to Set Up Preview Environments for Pull Requests with Deploynix

Code review is better when you can see the changes running live. Reading a diff in GitHub, GitLab, or Bitbucket tells you what changed, but clicking through a live preview tells you whether it actually works. Preview environments give every pull request its own temporary deployment, complete with a...

Deploynix
Read
Security news weekly round-up - 17th April 2026
D
DEV Community · Technology

Security news weekly round-up - 17th April 2026

Vulnerability and malware are the topics that dominate our review for this week. It's not good news that we will mostly talk about two topics. Mind you, these two, in the wrong hands, can wreak havoc on users around the world. Do you remember WannaCry? Let's begin our review. Someone p...

Habdul Hazeez
Read
HTTP desync: el bug que permitió espiar Discord en tiempo real
D
DEV Community · Technology

HTTP desync: el bug que permitió espiar Discord en tiempo real

Introducción: un espacio que destapó una grieta en Discord En octubre de 2022, un investigador con el alias tmctmt tecleó por accidente un espacio dentro de un enlace de adjunto en Discord y, en vez de ver la imagen, recibió un 502 Bad Gateway. Ese tropiezo, tan trivial como apretar una t...

lu1tr0n
Read
Lessons from building a home services marketplace in Morocco
D
DEV Community · Technology

Lessons from building a home services marketplace in Morocco

I spent the last few months shipping Allo Maison, a home services marketplace for Morocco. Here's the tech stack and the hard-won lessons that might save you a week or three. The stack Next.js 15 App Router with SSG everywhere possible. 148 static pages at build time. Tailwind CSS 3 +...

Allo Maison
Read
Kiwi-chan Progress Report: Steady Mining!
D
DEV Community · Technology

Kiwi-chan Progress Report: Steady Mining!

Devlog: Kiwi-chan's Lumberjack Diaries - The Persistent Pursuit of Planks (and My GPU's Sanity) Greetings, fellow tech enthusiasts and Minecraft aficionados! It's another glorious (and slightly smoky) day in the lab as we peek into the digital mind of Kiwi-chan, our very own fully autonom...

kiwi_tech
Read

Reading List