152 followers
I help people learn to code 😀
TLDR: Create your own local AI Coding Assistant that integrates with VS Code. AI Coding Assistants I didn't jump onboard the AI Coding Assistant train...
TLDR: Add type safe and validated server actions to your Next.js App Router project with next-safe-action. Next.js Server Actions Server Actions are...
TLDR: An Open Source fork of SheetJS lets you create and style Excel spreadsheets with JavaScript. Creating XLSX Files An XLSX file is a Microsoft...
TLDR: If you're using git bash in VS Code and notice it slows down and/or starts printing random characters, here's how to fix it. The Problem After a...
TLDR: You can set up a Next.js Route Handler that creates and downloads Microsoft Excel (xlsx) files. XLSX Files No matter where you work as a...
TLDR: If you have null field data, you'll need to take an extra step to get an accurate column count in React Table. React Table I've been working...