theresao.hashnode.devImplementing Search Functionality in Django Rest Framework (DRF)Introduction When building APIs with Django Rest Framework, one of the essential features you might want to include is a search functionality. This allows clients to query the API and filter results based on specific criteria, making it much more use...Sep 15, 2024·5 min read
theresao.hashnode.devHandling Complex Multi Step Forms with Formik and YupIntroduction: When creating forms on our own, we are tasked with managing our forms values, writing our custom event handlers for every input, handling error states manually and the worst part is creating verbose validation logic. This might be manag...Sep 14, 2024·19 min read
theresao.hashnode.devHow to Use Tiptap Rich Text Editor with Next.js and Tailwind CSS: A Simple GuideIf you want a functional Rich Text Editor (RTE) that is simple to set up and use, you’ve come to the right place. Tiptap is a headless editor framework with an open source core that allows you to build and customise your rich text editor effortlessly...Aug 30, 2024·8 min read