Tag

Repositories

0 views collected around this technical thread.

Architects Research Society
Architects Research Society
Feb 16, 2023 · Fundamentals

Understanding Domain-Driven Design (DDD): Core Concepts, Patterns, and Architectural Practices

This article explains the fundamentals of Domain‑Driven Design, covering its core ideas such as model‑driven design, ubiquitous language, bounded contexts, layered and hexagonal architectures, and key building blocks like entities, value objects, aggregates, repositories, factories, and services, with practical examples and diagrams.

AggregatesBounded ContextDDD
0 likes · 23 min read
Understanding Domain-Driven Design (DDD): Core Concepts, Patterns, and Architectural Practices
Top Architect
Top Architect
May 2, 2021 · Fundamentals

Understanding Domain-Driven Design: Core Concepts, Layers, and Patterns

This article explains the fundamentals of Domain‑Driven Design, covering the importance of a correct domain model, the layered architecture (presentation, application, domain, infrastructure), building blocks such as entities, value objects, services, aggregates, repositories, factories, and advanced topics like CQRS, Event Sourcing, Unit of Work, DCI, and the four‑color archetype analysis.

AggregatesCQRSDomain Modeling
0 likes · 37 min read
Understanding Domain-Driven Design: Core Concepts, Layers, and Patterns
DevOps Cloud Academy
DevOps Cloud Academy
Mar 22, 2020 · Backend Development

Introduction to Maven Artifacts, Maven Repositories, and Private Maven Repositories

This article provides a concise introduction to Maven artifacts, explains what Maven and Maven repositories are, describes the difference between public and private repositories, and shows how Maven simplifies dependency management for Java developers.

ArtifactsBuild ToolsJava
0 likes · 7 min read
Introduction to Maven Artifacts, Maven Repositories, and Private Maven Repositories
Java Captain
Java Captain
Apr 13, 2019 · Fundamentals

Comprehensive Guide to Maven: Repositories, Dependency Management, Scopes, and Lifecycle

This article provides a comprehensive overview of Maven, covering its repository types, local and remote configurations, dependency management including scopes and conflict resolution, best practices for avoiding issues, and the standard Maven lifecycle, enabling developers to master Maven for Java projects.

Build ToolsJavaRepositories
0 likes · 8 min read
Comprehensive Guide to Maven: Repositories, Dependency Management, Scopes, and Lifecycle