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...Discuss·1 like·233 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...DiscussRails
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...Discusslist elements