ALVIERI
writings WorkSite
  • SvelteKit Remote Functions

    September 1, 2025

    SvelteKit's new remote functions feature that simplifies form handling, authentication, and server-side logic with better type safety and developer experience.

    SvelteKitWeb DevelopmentSvelteAuthentication
  • How to Fix "Unknown file extension .ts" Error When Running Prisma Seed

    June 9, 2025

    Learn how to resolve the "Unknown file extension .ts" error when running npx prisma db seed in Next.js projects. Quick fix using tsx or TypeScript configuration adjustments.

    Next.jsPrismaTypeScript
  • Fix Next.js Open Graph Images Showing localhost URLs in Production

    May 6, 2025

    Learn how to fix Next.js Open Graph images pointing to localhost in production using metadataBase. A simple solution for correct OG image URLs on any hosting platform.

    Next.jsSEOOpen Graph Image
  • Disappearing GitHub Self-Hosted Runner

    April 9, 2025

    My GitHub self-hosted runner was removed after 14 days of inactivity. Here's what happened, how I debugged it, and the fix that worked.

    GitHub ActionsDevOpsSelf-Hosted RunnersIssues