Dale Lantodalelanto.hashnode.dev路Oct 18, 2024A Beginner's Guide to Laravel Repository PatternThe repository pattern separates the data access logic from the business logic by providing a clean interface to interact with data sources, making it easier to manage, swap, or extend the data layer without affecting other parts of the application. ...DaleLanto
Yashraj Singh Jadonblog.yashraj.dev路Aug 2, 2024Implementing MVVM Architecture in AndroidModel-View-ViewModel (MVVM) has become a popular architectural pattern in Android development. This blog post will dive deep into MVVM, exploring its components, benefits, and implementation in Android applications. What is MVVM? MVVM is an architect...38 readsAndroid
Quang Phanquangphan.hashnode.dev路Jul 31, 2024Design pattern for Database ContextI have a small library system application which I want to implement CRUD operation on Books and other related services. When choosing the pattern for my data access layer, my initial thought was that a singleton pattern would ensure only one object i...224 readsDesign Patterns in .NET Core.design patterns
Jaimin Pateljaimin047.hashnode.dev路May 28, 2024What is Repository Design Pattern, Pros and consRepository Design Pattern Definition The Repository Design Pattern is a structural pattern that mediates data access by providing an abstraction over the data layer. It allows you to decouple the data access logic and business logic by encapsulating ...181 reads.NET
Mritunjay Kumarcodecomponents.hashnode.dev路May 20, 2024Working with submodules in githubMake sub repository inside main repository. Assume you have a project that contains two folders, server and client, to manage the repository called submodules. To set up Git submodules with separate repositories for the client and server, and a main...GitHub
Khalilmaniani.hashnode.dev路May 19, 2024A Brief Guide to Entity Framework EF 8 ImplementationEntity Framework Core (EF Core) is a powerful Object-Relational Mapper (ORM) that allows .NET developers to interact with databases using .NET objects. It simplifies data access by enabling you to work with data as strongly typed objects without writ...ef8
Nikhil Akkinikhilakki.in路Feb 16, 2024Let's understand the Repository PatternIntro In the realm of software development, efficient data access is pivotal for robust applications. One design pattern that stands out in addressing this challenge is the Repository Pattern. By providing a structured approach to handling data, it e...341 readsGorepo-pattern
Bashar Omarbasharomar.hashnode.dev路Jan 13, 2024馃摎 8 repos used by the top 1% of React devs 馃弳Hi there 馃憢 Today, let's look into 8 React repos that the top 1% of developers use (and those you have likely never heard of Ready? How do we find the repos used by the top 1% of devs 馃敠 Our story behind how we find what the best developers use is a...36 readsrepository
Alfredo Perezalfredo-perez.dev路Jan 4, 2024Taming HTTP Requests with an Abstract API聽ServiceSome time ago, there was a need to have multiple remote controllers in your living room because you had multiple devices on it, like the TV or stereo system, and so on, making it a hassle to manage all of them and to find the correct one when you nee...33 readsAngular
Flavius Cojocariusquarecuplabs.hashnode.dev路Oct 1, 2023Gallalaus: An Expedition into Full Stack Development - Project StructureEmbark on the next leg of our Full Stack Development expedition with this third post in the Gallalaus series! In this stop, I'll share how I prefer to structure my projects for a smoother journey ahead. Main project structure This project will be str...Gallalaus: An Expedition into Full Stack DevelopmentAngular