laiso·Sep 6, 2025Introducing ts-bench: A Reproducible Benchmark for Evaluating AI Coding Agents’ TypeScript…I’m excited to introduce “ts-bench” an easy-to-use, reproducible benchmark project for evaluating the TypeScript code-editing capabilities…
laiso·Jan 18, 2025What You Need to Know About Building a TypeScript Agent to Call MCP ServersWhy Do We Need to Explain MCP Client-Side Development?
laiso·Nov 23, 2024Modern Frontend Development Guide for Laravel: Breeze, Vite, Livewire, Inertia.jsOverview
laiso·Oct 31, 2024Building a Full-Stack Web Application with AWS Amplify Hosting (Gen 2) Using HonoAWS Amplify Hosting provides native support for Server-Side Rendering (SSR) for frameworks like Next.js and Nuxt.js. The specifications for…
laiso·Sep 29, 2024Building an Intelligent Hacker News Classifier with Vercel AI SDK CoreBuilding an Intelligent Hacker News Classifier with Vercel AI SDK CoreA response icon1A response icon1
laiso·Aug 3, 2024Site2pdf: Introducing an Open-Source Tool for Converting Websites to PDFOver the weekend, I released an open-source software (OSS) called “Site2pdf.” This tool crawls websites using Puppeteer and converts the…
laiso·Jun 8, 2024Internal of Deploy Next.js on Firebase App HostingThe process for deploying Next.js on Firebase App Host has evolved. Initially, server-side rendering (SSR) was done through Cloud…
laiso·Apr 12, 2024Internal Architecture of Astro DBAstro DB is a fully-managed SQL database provided by Astro, compatible with Drizzle LibSQL (SQLite). Internally, it sends SQL to an API…