Page 1 des bookarks : archi

Français | HTTP/3 explained

à lire plus tard

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

tags️ : archi 

index at XUnitPatterns.com

Unit testing is hardly news, but simply writing a ton of tests guarantees you no bliss. Gerard Meszaros's xUnit Test Patterns distills and codifies the crucial meta-knowledge to take us to the next level. Why do good tests go bad, and how do you fix them--it's as simple and groundbreaking as that. Smells and antipatterns arise in tests that cripple their maintainability. xUnit Test Patterns exhaustively describes those pathologies and provides the prescription in the catalog format familiar since 1994. But fear not - every motivation and pattern includes at least one source-code example and the explanations are couched in clear, direct language. If you're ready to promote your test code to the same level of care and craftsmanship that you devote to production systems, grab a copy of xUnit Test Patterns and get cracking.

Ajouté par inwebo le 2025 -09 -15. Permalink

tags️ : archi  pdf 

Generating Worlds With Wave Function Collapse - PROCJAM Tutorials

Wave Function Collapse (WFC) by @exutumno is a new algorithm that can generate procedural patterns from a sample image. It's especially exciting for game designers, letting us draw our ideas instead of hand coding them. We'll take a look at the kinds of output WFC can produce and the meaning of the algorithm's parameters. Then we'll walk through setting up WFC in javascript and the Unity game engine.

Ajouté par inwebo le 2025 -09 -15. Permalink

tags️ : archi  tutorial 

Event-Driven Data Management for Microservices

This is the fifth article in a series about building applications with microservices. The first article introduces the Microservices Architecture pattern and discusses the benefits and drawbacks of using microservices. The second<.htmla> and third articles in the series describe different aspects of communication within a microservices architecture. The fourth article explores the closely related problem of service discovery. In this article, we change gears and look at the distributed data management problems that arise in a microservices architecture.

Ajouté par inwebo le 2025 -09 -15. Permalink

tags️ : archi 

MinaPecheux / godot-tutorials

Cool un peu de travail !

nb : url qui me fait planter 

Ajouté par inwebo le 2025 -07 -20. Permalink

tags️ : archi  tutorial 

Is High Quality Software Worth the Cost?

Parfait, le meilleur argumentaire pour pousser vers du code de qualité.

Ajouté par inwebo le 2025 -05 -20. Permalink

tags️ : archi  web 

Code Refactoring: A Guide to Using Rector PHP | Medium

Rector à voir plus en détail.

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

tags️ : archi  php 

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