Usefull links¶
Here is the list of articles and sites that I find interesting. This page is regularly updated.
Sites¶
- IT eBooks
- Live, Web-Based Browser Testing
- Catalog of Refactorings
- Code Smell
- Anti Patterns Catalog
- Coupling And Cohesion
- A visualization of the most famous Sorting Algorithms.
- Enterprise Integration Patterns
- Service Design Patterns
- SOAPatterns.org
- CloudPatterns.org
- BigDataPatterns.org
- Microservice Patterns
- Microservices Patterns from Sam Newman
- Domain Driven Design Community
- Domain Driven Design Weekly
- Awesome Domain-Driven Design
- About DDD on the site of Ward Cunningham
- Refactoring Databases
- XUnit Test Patterns
- Microsoft Application Architecture Guide, 2nd Edition
- Cloud Design Patterns | Microsoft Docs
- .NET Microservices: Architecture for Containerized .NET Applications
- Azure Architecture Center | Microsoft Docs
- Agile Alliance
- Passionate about data
- PlanningPoker.com - Estimates Made Easy. Sprints Made Simple.
- Awesome Microservices
- Microservice Weekly
- Solution Architecture links, articles, books, video lessons, etc.
Articles¶
- Simple Top-Down Parsing in Python
- Top Down Operator Precedence
- Why extends is evil
- Why getter and setter methods are evil
- The Kiss Principle
- The Case for Slow Programming
- Inversion of Control Containers and the Dependency Injection pattern
- Microservices
- Mocks Aren’t Stubs
- AnemicDomainModel
- SQLAlchemy Architecture
- Concurrency model and Event Loop
- Clean architectures in Python: a step-by-step example
- Designing a DDD-oriented microservice
- Eventually Consistent - Revisited