11 articles

📰 Dev.to · MORINAGA

Articles from Dev.to · MORINAGA · 11 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (26757) ArXiv cs.AIDev.to AIMedium · AIMedium · ProgrammingMedium · Machine LearningMedium · Cybersecurity
How I rebuilt Astro slug pages after AdSense flagged three sites for scaled content abuse
Dev.to · MORINAGA 1d ago
How I rebuilt Astro slug pages after AdSense flagged three sites for scaled content abuse
AdSense rejected three directory sites for scaled content abuse. I rebuilt slug pages to generate unique prose from real database fields — here's the exact Type
Bun's Rust rewrite hit 99.8% test compatibility — three things I'm watching for my CI
Dev.to · MORINAGA ☁️ DevOps & Cloud ⚡ AI Lesson 2d ago
Bun's Rust rewrite hit 99.8% test compatibility — three things I'm watching for my CI
My stack runs Node 22 in GitHub Actions. Here's what Bun's Rust-core milestone means for pnpm workflows, Playwright installs, and build times in practice.
How I fixed a Bluesky image upload race against Cloudflare Pages deploy lag
Dev.to · MORINAGA ⚡ AI Lesson 2d ago
How I fixed a Bluesky image upload race against Cloudflare Pages deploy lag
The TypeScript pattern I use to read generated PNGs from disk before Cloudflare Pages deploys — and the three-dirname path resolution that makes it work.
IndexNow, libSQL, and three other tools I reached for this week
Dev.to · MORINAGA 3d ago
IndexNow, libSQL, and three other tools I reached for this week
Five open protocols and dev tools that earned their place in a $25/month programmatic SEO stack. Annotated usage notes, no hype.
5 things I noticed this week while shipping three programmatic SEO sites
Dev.to · MORINAGA 4d ago
5 things I noticed this week while shipping three programmatic SEO sites
Week 2 observations: Astro sitemap quirks, Cloudflare 500s on URL patterns, IndexNow+Wayback setup, itch.io without ETL forks, and cross-posting canonical gotch
@astrojs/sitemap generates /sitemap-0.xml not /sitemap-index.xml on small sites
Dev.to · MORINAGA 5d ago
@astrojs/sitemap generates /sitemap-0.xml not /sitemap-index.xml on small sites
How 3 Astro + Cloudflare Pages sites spent 15 days with 404 sitemaps, why @astrojs/sitemap does this, and the two-line _redirects fix.
How I added itch.io entries to a Steam-only Astro directory without changing the ETL
Dev.to · MORINAGA 5d ago
How I added itch.io entries to a Steam-only Astro directory without changing the ETL
The curated JSON overlay pattern I used to merge itch.io games into a Steam-first Astro 5 directory — no ETL pipeline changes, 82 lines of scaffolding script.