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...DiscussJavaScript
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鈥檒l 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...Discuss路1 likeJava
Sumeet sumeetblog.hashnode.dev路Jun 15, 2024馃殌 Mastering Spring Data JPA: Implementing @OneToOne Mapping with User and AadharCard Entities 馃殌Overview In this guide, we'll walk through how to establish a @OneToOne relationship between User and AadharCard entities. This mapping type is perfect for scenarios where one entity is closely associated with another, such as a user having a unique ...Discuss路31 readsMastering Spring Data JPA: Implementing @OneToOne Mapping with User and AadharCard Entities A Step-by-Step Guide to Efficiently Managing Entity Relationships in Spring Boot Applications
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...Discuss路14 likes路164 readsLaravel
Asfaq Leeonleeonscoding.hashnode.dev路Dec 4, 2023Spring Data JPA in Spring Boot[part-2]: one-to-one associationIn the previous article[Part-1], I've talked about the entities and JPA specification and its implementation with hibernate and some necessary annotations regarding JPA and hibernate. In this blog, I'm going to demonstrate how we can create mappings ...Discuss路76 readsjpa
Onuh Chidera Theolashecode3.hashnode.dev路Apr 4, 2023Using AbstractBaseUser In DjangoIntroduction If you are like me, you have probably worked your way through the Django documentation and probably haven鈥檛 understood this yet. Well, I just cracked this huge case, and it was an ordeal. AbstractBaseUser is a model class in Django, an...Discuss路2 likes路152 readsDjangoDjango