Page 1 des bookarks : archi

Starting with Event Sourcing in PHP | by Dariusz Gafka | Nerd For Tech | Medium

Intéressant comme pattern, je tente un implémentation simple avec les events doctrine

Ajouté par inwebo le 2025-03-13. Permalink

tags️ : archi  php 

NET-Microservices-Architecture-for-Containerized-NET-Applications.pdf

Ajouté par inwebo le 2025-02-17. Permalink

tags️ : archi  pdf 

Crap4j Articles

CRAP (Change Risk Anti-Patterns) métrique, à creuser

Ajouté par inwebo le 2024-11-28. Permalink

tags️ : archi 

Inheritance Is Poisoning Your Code. Stop Overusing It. | by Ahmed EBEN HASSINE | Nov, 2024 | Medium

Pourquoi l'héritage peut-être mauvais ?

Ajouté par inwebo le 2024-11-20. Permalink

tags️ : archi 

Learn Git - The Full Course - YouTube

Ajouté par inwebo le 2024-11-18. Permalink

tags️ : archi  youtube 

Category:Anti-patterns - Wikipedia

Collection d'anti pattern en POO.

Ajouté par inwebo le 2024-11-18. Permalink

tags️ : archi  wikipedia 

The Combinatorial Explosion Trap: Does Your Code Have It? - YouTube

Ajouté par inwebo le 2024-11-12. Permalink

tags️ : archi  youtube 

Infinite Uniform Point Distributions – BorisTheBrave.Com

Poisson distribution

Ajouté par inwebo le 2024-11-08. Permalink

tags️ : archi 

Principle of least astonishment - Wikipedia

Principe du moindre étonnement en P.O.O.

Ajouté par inwebo le 2024-11-05. Permalink

tags️ : archi  wikipedia 

Sensible Interfaces

How did we get from 'Program to an interface, not to an implementation' to 'Just slap an interface on there, it's the fashionable thing to do'?

Ajouté par inwebo le 2024-11-05. Permalink

tags️ : archi 

DORA | Get Better at Getting Better

DORA is the largest and longest running research program of its kind, that seeks to understand the capabilities that drive software delivery and operations performance. DORA helps teams apply those capabilities, leading to better organizational performance. Important à lire.

Ajouté par inwebo le 2024-11-04. Permalink

tags️ : archi 

Diátaxis

Diátaxis is a way of thinking about and doing documentation. À lire

Ajouté par inwebo le 2024-10-21. Permalink

tags️ : archi 

Hexagonal Architecture, there are always two sides to every story | by Pablo Martinez | SSENSE-TECH | Medium

In his book, Domain-Driven Design: Tackling Complexity in the Heart of Software, Eric Evans proposes a 4-tier architecture to allow isolation between the Domain Layer which holds the business logic, and the other 3 supporting layers: User Interface, Application, and Infrastructure.

Ajouté par inwebo le 2024-10-17. Permalink

tags️ : archi  blog 

DDD, Hexagonal, Onion, Clean, CQRS, … How I put it all together – @hgraca

This post is part of The Software Architecture Chronicles, a series of posts about Software Architecture. In them, I write about what I’ve learned about Software Architecture, how I think of it, and how I use that knowledge. The contents of this post might make more sense if you read the previous posts in this series.

Ajouté par inwebo le 2024-10-16. Permalink

tags️ : archi 

Curated Learning Materials – @hgraca

Bonne base de connaissance, à lire

Ajouté par inwebo le 2024-10-16. Permalink

tags️ : api  archi  lecture 

Prefixes and Suffixes Do Not Belong in Interface Names – Nette Blog

Using the I prefix or Interface suffix for interfaces, as well as Abstract for abstract classes, is an anti-pattern. It has no place in clean code. Differentiating interface names, in fact, obscures OOP principles, introduces noise into the code, and complicates development. Here are the reasons. Je n'ai toujours pas tranché

Ajouté par inwebo le 2024-10-15. Permalink

tags️ : archi  php 

Architecture Hexagonale : trois principes et un exemple d'implémentation - OCTO Talks !

Ajouté par inwebo le 2024-07-31. Permalink

tags️ : archi  blog