Panth Patelhow-is-my-backend.whiteloves.in·Dec 7, 202410 Javascript tools for clear code designHey there, developer! You might need some tools to boost your skills, and here are a few to check out: (https://jsr.io/@panth977/tools) Rate limit function invocation Sometimes you just want to make sure you don't go over the max number of calls to a...JavaScript
Sumeet sumeetblog.hashnode.dev·Jul 5, 2024🚀 Mastering Spring Data JPA: Implementing @OneToMany Mapping with User and MobilePhone EntitiesIn my previous guide, we explored @OneToOne mapping between User and AadharCard entities. Now, we’ll move on to @OneToMany mapping between User and MobilePhone entities in Spring Data JPA. This guide will show you how to efficiently manage one-to-man...1 likeJava
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·171 readsLaravel
Desiah Barnettdesiahbarnett.hashnode.dev·Mar 29, 2024Navigating Many-To-Many Relationships in FlaskFlask, a popular web framework for Python, often requires us to handle tricky stuff like many-to-many relationships between different parts of our data. But don't worry, it's not as hard as it sounds! Let's dive into how we can tackle these relations...Code Kickstart: A Beginner’s Journeydb model
Dominik Kellerfive.hashnode.dev·Feb 13, 2024How To Create One-to-Many Relationships in SQLRelational database systems, such as MySQL, PostgreSQL, or SQLite make storing and retrieving data quick and efficient. The underlying principle of a relational database is to store data in related tables, which avoids data redundancy. Tables can be ...one to many