manish maharjanforJoBins Engineeringblog.jobins.jp·Apr 24, 2024Polymorphism Concept with LaravelIn the software development world, polymorphism is the concept that plays a vital role to ease the development if conduct with appropriate judiciary. The concept allow the to treated varieties of object types to be treated as objects sharing a common...14 likes·169 readsLaravel
Aayush Kurupblogs.aayushkurup.dev·Aug 6, 2022Creating Polymorphic Relationships using Node.js and SequelizeIn my last article, I explained what are polymorphic relationships. This blogs is a continuation of the same where I will demonstrate how to create a polymorphic relationship in node.js using the popular ORM sequelize. Sequelize is one of the most po...1 like·773 readsDatabases