cd/sources/dev-to· home sources Dev.to
cat /sources/dev-to.feed | wc -l → 11837

Dev.to

articles 11837 domain dev.to → page 543/592 feed RSS
03:39
2026-05-23
dev.to
large-language-models

BeeLlama v0.2.0: 164 tok/s on a 27B model, one RTX 3090

BeeLlama v0.2.0 demonstrates that speculative decoding can achieve a 4.4x to 4.93x throughput multiplier on a single RTX 3090, running 27B and 31B parameter models at 37-36 tokens per second baseline …

03:24
2026-05-23
dev.to
developer-tools

Event Triggers บน Garudust

The article explains that Garudust uses a single core primitive, `agent.run(task)`, to handle all event triggers, including chat messages, cron jobs, and webhooks, by converting external HTTP POST req…

03:23
2026-05-23
dev.to
developer-tools

Event Loop: como o JavaScript executa código assíncrono

JavaScript is a single-threaded programming language that relies on the Event Loop to manage asynchronous operations, coordinating between the Call Stack, Microtask Queue, and Callback Queue. When the…

03:22
2026-05-23
dev.to
cybersecurity

The Pre-Commit Hook That Catches API Keys Before They Hit Git

This article explains the security risks of accidentally committing API keys and secrets to Git repositories, noting that over 10 million secrets were detected in public commits in 2023. It provides a…

03:22
2026-05-23
dev.to
artificial-intelligence

5 Best AI Chatbot Plugins for WordPress in 2026 (Compared)

According to the article, Tidio is the most widely installed AI chatbot plugin for WordPress with over 100,000 active installations, combining live chat with an AI bot that can handle up to 70% of com…

03:16
2026-05-23
dev.to
research

Fractal Time Oriented Programming

The article describes a computing paradigm called Fractal Time Oriented Programming, which replaces traditional static objects and memory with a continuous medium of localized events and wavefront pro…

03:16
2026-05-23
dev.to
developer-tools

A Practical Guide to Designing RESTful APIs

This article provides a practical guide to designing RESTful APIs, emphasizing a resource-oriented approach where endpoints represent nouns and HTTP verbs describe actions, rather than using action-ba…

03:10
2026-05-23
dev.to
developer-tools

Event Triggers on Garudust

Here is a factual summary of the article: Garudust's agent execution is triggered by a single `agent.run(task)` primitive, meaning any external system capable of sending an HTTP POST can act as an ev…

03:06
2026-05-23
dev.to
artificial-intelligence

The Web Is About to Get a Second Door

The article announces the emergence of WebMCP, a new structured interface layer for the web designed specifically for AI agents, analogous to ARIA for screen readers. It highlights that AI agent traff…

02:55
2026-05-23
dev.to
developer-tools

Notes from a Hammock

The author describes stepping away from constant screen time and notifications to think more clearly, using an E-ink tablet for reading and note-taking. They reflect on their unconventional career pat…

← prev page 543 / 592 next →