Published inUdacity Eng & DataMastering forms in Next.js 15 and React 19Creating forms in modern React has evolved significantly with the latest releases. In this post we’ll explore best practices for building…Jan 10A response icon6Jan 10A response icon6
Case Study: Solving Vercel’s 10-Second Limit with QStashLearn how to get around Vercel’s 10-second limit by thinking serverlessly and using QStash to glue together smaller serverless functions.Jan 23, 2024A response icon1Jan 23, 2024A response icon1
Published inUdacity Eng & DataBootstrap a SaaS Project in Minutes with Next.js, Supabase, and StripeThe meta for setting up a SaaS project in 2024. Includes database, checkout, subscriptions, webhooks, a professional codebase, and more!Jan 16, 2024A response icon1Jan 16, 2024A response icon1
Published inUdacity Eng & DataLaying Pipe on Next.js Route Handlers: The Power of Function Compositionnext-route-handler-pipe is an awesome solution for abstracting composable functions and keeping our code squeaky clean.Dec 18, 2023A response icon2Dec 18, 2023A response icon2
Published inUdacity Eng & DataDeploying Next.js on the edge with SST — Is SST the game-changer it’s claimed to be?Is SST the game-changer it’s claimed to be? I put it to the test as I search for the best hosting solution for Udacity’s Next.js apps.May 22, 2023A response icon4May 22, 2023A response icon4
Published inUdacity Eng & DataWhat is Next.js App Router & Is it ready for the main stage?I’ll absolutely use Next.js App Router for side projects, but is it ready for a large-scale production projects?May 9, 2023A response icon1May 9, 2023A response icon1
Published inUdacity Eng & DataHandling errors like a pro in TypeScriptError handling is crucial to the longevity of any project. Learn the design pattern I use to handle errors and write cleaner code.Dec 21, 2022A response icon15Dec 21, 2022A response icon15
Published inUdacity Eng & DataUsing middleware in Next.js API routes.Middleware functions allow us to abstract reusable code. Making use of next-api-route-handler we can create middleware for Nextjs API…Aug 29, 2022A response icon1Aug 29, 2022A response icon1
Published inUdacity Eng & Data5 Steps to create professional API routes in Next.jsHere are the 5 steps that I use in all of my Next.js projects to ensure my handlers are ready for production.Aug 29, 2022A response icon1Aug 29, 2022A response icon1
Published inUdacity Eng & DataProtected routes using Next.js Edge Middleware & SupabaseNext.js now provides middleware functionality, allowing us to execute code before a request is processed — at the edge.Jul 19, 2022A response icon3Jul 19, 2022A response icon3