✕ Clear all filters
175 articles
▶ Videos →

📰 Dev.to · MORINAGA

175 articles · Updated every 3 hours · View all reads

All Articles 187,667Blog Posts 169,838Tech Tutorials 50,166Research Papers 36,758News 23,060 ⚡ AI Lessons
Four GitHub API license values that an OSS directory cannot display verbatim
Dev.to · MORINAGA 🌐 Frontend Engineering 1mo ago
Four GitHub API license values that an OSS directory cannot display verbatim
MIT and Apache-2.0 are fine to show as-is. NOASSERTION, BUSL-1.1, SSPL-1.0, and null each need separate handling before they mean something useful to a develope
Three slug-collision strategies I evaluated for a HuggingFace model directory ETL
Dev.to · MORINAGA 🌐 Frontend Engineering 1mo ago
Three slug-collision strategies I evaluated for a HuggingFace model directory ETL
When slugify() collapses punctuation, two distinct HuggingFace model IDs can map to the same URL. Here are the three strategies I considered and why I chose SHA
How I built a two-path YAML frontmatter parser for @ directive collisions
Dev.to · MORINAGA 🌐 Frontend Engineering 1mo ago
How I built a two-path YAML frontmatter parser for @ directive collisions
When early articles broke strict YAML parsing, I added a line-by-line fallback. Here's the dual-path implementation, the saveArticle round-trip, and what I'd ch
Three turbo.json settings that matter when ETL and build share a monorepo
Dev.to · MORINAGA 🌐 Frontend Engineering 1mo ago
Three turbo.json settings that matter when ETL and build share a monorepo
cache false for data tasks, env array for API-keyed ETLs, and outputs scoping — three specific turbo.json settings that prevent stale builds in an Astro monorep
How I built the upgrade pass that replaced 43 AI model directory template entries
Dev.to · MORINAGA ✍️ Prompt Engineering 1mo ago
How I built the upgrade pass that replaced 43 AI model directory template entries
The SQL detection query, Claude system prompt design, upsert pattern, and what actually changed when the upgrade pass ran on 43 fallback-template entries.
What I learned building a three-tier thumbnail fallback for a CI YouTube longform pipeline
Dev.to · MORINAGA 1mo ago
What I learned building a three-tier thumbnail fallback for a CI YouTube longform pipeline
How I chain designed AI keyart, a rendered opening frame, and YouTube auto-thumbnails — with the CI mechanics to make the fallback non-fatal.
Notable this week: NOOA, Prime Agent, Qwen3.8-Max, DeepSeek V4-Flash official
Dev.to · MORINAGA 🤖 AI Agents & Automation ⚡ AI Lesson 1mo ago
Notable this week: NOOA, Prime Agent, Qwen3.8-Max, DeepSeek V4-Flash official
Five releases from August 3–9, 2026 worth bookmarking: NVIDIA's agent framework, a self-improving RLM harness, two frontier models, and a fast-rising GitHub rep
Four libSQL queries I use to catch ETL gaps in my AI model directory
Dev.to · MORINAGA 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 1mo ago
Four libSQL queries I use to catch ETL gaps in my AI model directory
Practical SQL for spotting missing content, stale generations, boilerplate clustering, and pipeline coverage gaps in a Turso-backed programmatic directory.
Three model-pairing decisions that emerged from a COMPARE_LIMIT budget cap
Dev.to · MORINAGA 📐 ML Fundamentals ⚡ AI Lesson 1mo ago
Three model-pairing decisions that emerged from a COMPARE_LIMIT budget cap
Group by pipeline first, limit to top-4 by downloads, then cap with COMPARE_LIMIT: three decisions forced by API cost that also improved the comparison pages.
Three AT Protocol behaviors that shaped my Bluesky post queue design
Dev.to · MORINAGA 🧠 Large Language Models ⚡ AI Lesson 1mo ago
Three AT Protocol behaviors that shaped my Bluesky post queue design
Rate limit windows, orphaned blob uploads, and client-set timestamps: three AT Protocol behaviors the documentation underspecifies for posting bots, and how I h
Why I'm betting article cross-publishing beats social-first for AI directory distribution
Dev.to · MORINAGA 📣 Digital Marketing & Growth ⚡ AI Lesson 1mo ago
Why I'm betting article cross-publishing beats social-first for AI directory distribution
A pre-registered 12-month bet: Dev.to cross-posts will drive more organic sessions than Bluesky referrals by April 2027. The case, the counter-argument, and wha
How I implemented quality_contract v2 — four fields that audit AI articles at the source
Dev.to · MORINAGA 🤖 AI Agents & Automation ⚡ AI Lesson 1mo ago
How I implemented quality_contract v2 — four fields that audit AI articles at the source
primary_keyword, search_intent, verified_at, original_evidence: the four fields I added to make AI-generated articles traceable to first-person evidence before
Three lint rules that caught persistent boilerplate in 1500 AI-generated directory entries
Dev.to · MORINAGA 💻 AI-Assisted Coding ⚡ AI Lesson 1mo ago
Three lint rules that caught persistent boilerplate in 1500 AI-generated directory entries
How I built a humanization quality gate to detect stock phrases and duplicate sentences leaking through into a programmatic directory's generated content.
How I implemented Pagefind search with a lazy-loading native dialog in Astro 5
Dev.to · MORINAGA 📣 Digital Marketing & Growth ⚡ AI Lesson 1mo ago
How I implemented Pagefind search with a lazy-loading native dialog in Astro 5
Using the HTML dialog element and deferred script loading to add Cmd+K site search to three Astro directories without shipping Pagefind's JS bundle on every pag
Notable this week: Kimi K3 weights land, MCP goes stateless, OfficeCLI for agents
Dev.to · MORINAGA 🧠 Large Language Models ⚡ AI Lesson 1mo ago
Notable this week: Kimi K3 weights land, MCP goes stateless, OfficeCLI for agents
Five releases from July 28–August 1: Kimi K3 open weights on HuggingFace, MCP 2026-07-28 stateless spec, OfficeCLI for agents, GLM-5.2 comparison, and VS Code C
Five things I noticed this week: GPT-5.6, Gemini Robotics 2, and GitHub stacked PRs
Dev.to · MORINAGA 🧠 Large Language Models ⚡ AI Lesson 1mo ago
Five things I noticed this week: GPT-5.6, Gemini Robotics 2, and GitHub stacked PRs
Recap for July 28–31: GPT-5.6's cost-efficiency push, Gemini Robotics 2, GitHub stacked PRs preview, the 2x-not-10x LLM debate, and Kedge's SQLite-first infra b
Three Dev.to API behaviors I had to handle explicitly in a publish pipeline
Dev.to · MORINAGA 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Three Dev.to API behaviors I had to handle explicitly in a publish pipeline
Retry-After in two formats, tag sanitization that strips hyphens silently, and an authentication header that doesn't follow Bearer convention — three Dev.to spe
What I learned resolving cross-publish internal links without hardcoding URLs
Dev.to · MORINAGA 📣 Digital Marketing & Growth ⚡ AI Lesson 1mo ago
What I learned resolving cross-publish internal links without hardcoding URLs
Using /articles/slug/ links in source Markdown and rewriting them to real platform URLs at publish time avoids link rot across Dev.to, Hashnode, and Bluesky.
Three ways Turso's free-tier limits shaped my directory site data model
Dev.to · MORINAGA 🌐 Frontend Engineering ⚡ AI Lesson 1mo ago
Three ways Turso's free-tier limits shaped my directory site data model
Storage caps, row-read budgets, and single-org database limits forced specific schema decisions across three AI directory sites sharing one Turso database.
Three rules my Bluesky non-mutual unfollow script uses to avoid churn flags
Dev.to · MORINAGA 📣 Digital Marketing & Growth ⚡ AI Lesson 1mo ago
Three rules my Bluesky non-mutual unfollow script uses to avoid churn flags
A pruner that removes non-mutual follows safely — 14-day grace period, daily cap, and a bot-follows-only scope to protect manually curated accounts.