Jack Linkejacklinke.com·Dec 18, 2024Building django-tomselectDynamic form selection widgets with autocomplete can transform how users interact with your application. They make navigating through long lists of options faster and more intuitive, and when paired with multi-column support, they provide the clarity...69 readsDjango
Jack Linkejacklinke.com·Oct 31, 2024Simplify SaaS App Form Customization With Django Tenant OptionsI've been working on a Django package for a couple of years now that solves a specific, but common problem in B2B SaaS applications. If you've ever built a multi-tenant application where different business customers need to customize form options whi...1 like·246 readsDjango
Gaetano Osurgaetano-osur.hashnode.dev·Sep 15, 2024Handling Multiple Model Objects in a Single Rails FormI have been working on a flight booking project that required me to dynamically create passengers upon booking a flight. This led me to a painstakingly interesting journey of learning about nested forms in rails. In this blog, we'll explore how to ha...Rails
MAYANK VIKRAMBHAI PARMARmynkprmar.hashnode.dev·Dec 21, 2023What is HTML Element ?HTML (Hypertext Markup Language) elements are the building blocks of web pages. They are the individual components used to structure and present content on the internet. Each element is represented by tags that define its purpose and how it should be...list elements