ddd共20篇
Protegendo Invariantes no Design de Software-拾光赋

Protegendo Invariantes no Design de Software

Protegendo Invariantes no Design de Software, Protegendo Invariantes no Design de Software No design de software, especialmente em Domain-Driven Design (DDD) e boas práticas de pr...
kity的头像-拾光赋kity53天前
02412
Demystifying CPF and CNPJ Check Digit Algorithms: A Clear and Concise Approach-拾光赋

Demystifying CPF and CNPJ Check Digit Algorithms: A Clear and Concise Approach

Demystifying CPF and CNPJ Check Digit Algorithms: A Clear and Concise Approach,I vividly rememeber my first encounter with the CPF (Brazillian ID) validation algorihm during my und...
kity的头像-拾光赋kity6个月前
03213
Integrating DDD Aggregates and Functional Programming with faggregate-拾光赋

Integrating DDD Aggregates and Functional Programming with faggregate

Integrating DDD Aggregates and Functional Programming with faggregate,In the realm of software development, combining traditional methodologies with cutting-edge programming paradi...
kity的头像-拾光赋kity1年前
0538
Exploring Different Schools of Unit Testing in Python-拾光赋

Exploring Different Schools of Unit Testing in Python

Exploring Different Schools of Unit Testing in Python, Intro Unit testing is a crucial aspect of software development that ensures the reliability and correctness of individual com...
kity的头像-拾光赋kity1年前
04810
How to implement DDD Entities in Python-拾光赋

How to implement DDD Entities in Python

How to implement DDD Entities in Python, Intro Some time ago I created a blog post about 'Value Objects'. I want to continue the series about DDD tactic building blocks and in toda...
kity的头像-拾光赋kity2年前
02715
Keep requirements close to your code-拾光赋

Keep requirements close to your code

Keep requirements close to your code, Preface You are a software developer who has joined a new project about a library where you have been given a set of requirements that the pro...
kity的头像-拾光赋kity2年前
04611
Building SaaS with DDD & Clean Architecture in Python — Issue 1-拾光赋

Building SaaS with DDD & Clean Architecture in Python — Issue 1

Building SaaS with DDD & Clean Architecture in Python — Issue 1,It's been a few weeks, and I decided to work on a SaaS application — I had a bunch of ideas for some time now and ...
kity的头像-拾光赋kity2年前
03414
ChatGPT, Domain driven design and python - Using openAI to dive into software development-拾光赋

ChatGPT, Domain driven design and python – Using openAI to dive into software development

ChatGPT, Domain driven design and python - Using openAI to dive into software development, 1. Table of contents 1. Table of contents 2. What is ChatGPT? 3. What is domain driven de...
kity的头像-拾光赋kity3年前
04513
Implementing the Repository pattern in Python using SqlAlchemy as a backend-拾光赋

Implementing the Repository pattern in Python using SqlAlchemy as a backend

Implementing the Repository pattern in Python using SqlAlchemy as a backend,In the previous post, we implemented a really simple file-based repository that used the pickle module. ...
kity的头像-拾光赋kity3年前
05111
Hexagonal Architecture in Python-拾光赋

Hexagonal Architecture in Python

Hexagonal Architecture in Python,What do have clean, layered, hexagonal hexagonal, onion architecture and ports & adapters in common? They kind of share the same principles: Se...
kity的头像-拾光赋kity3年前
02910
How to get started DDD & Onion-Architecture in Python web application-拾光赋

How to get started DDD & Onion-Architecture in Python web application

How to get started DDD & Onion-Architecture in Python web application,I published the following code for sharing knowledge of DDD & Onion Architecture in Python web application...
kity的头像-拾光赋kity3年前
03314
Desacoplando a camada de domínio de uma aplicação das outras camadas - parte 2-拾光赋

Desacoplando a camada de domínio de uma aplicação das outras camadas – parte 2

Desacoplando a camada de domínio de uma aplicação das outras camadas - parte 2,Ferramentas necessárias: Java SDK Docker Postman Ide de sua preferencia Ter concluído a Parte 1 ...
kity的头像-拾光赋kity3年前
02613