Designly Blog

#React Hook Form

Implementing Semantic Search with Supabase, Next.js, and OpenAI: A Tutorial
11 months ago
Full-Stack Development

Implementing Semantic Search with Supabase, Next.js, and OpenAI: A Tutorial

Implement semantic search using Supabase/PostgreSQL, Next.js, and OpenAI. Improve search accuracy and relevance. Tutorial with code examples.

Next.JS - Kick-Ass Form Handling Using React-Hook-Form, Yup and Bootstrap
1 year ago
Full-Stack Development

Next.JS - Kick-Ass Form Handling Using React-Hook-Form, Yup and Bootstrap

Creating forms with validation is often a tedious and daunting task. I'll show you how to streamline and speed up this process using Next.JS, React-Hook-Form, Yup and Bootstrap!