排序
Page Transactions and Page Object Model
Page Transactions and Page Object Model, Page Transactions pattern for testing automation (2 Part Series) 1 Page Transactions as a new way to organize your testing automation 2 Pag...
Page Transactions as a new way to organize your testing automation
Page Transactions as a new way to organize your testing automation, Photo by Mateus Campos Felipe Scarlet ibis (Guará) The scarlet ibis, sometimes called red ibis (Eudocimus ruber...
Testando das trincheiras: Usando um “clock” fixo
Testando das trincheiras: Usando um 'clock' fixo,Outro curtinho sobre testes. Um dos problemas mais comuns que eu vejo é o uso do tempo variável dentro do código. Como assim? Im...
Currying vs Dependency Injection
Currying vs Dependency Injection,In this article, I want to describe a very simple concept used in functional programming: currying. We have to imagine that in most functional lang...
SOLID Principles with Examples in Python
SOLID Principles with Examples in Python,Let's examine the SOLID principles through clear examples of Python code and simplify complex definitions into human language. Note: The te...
Simply Explained : Top 5 Design Patterns
Simply Explained : Top 5 Design Patterns,Introduction Design patterns are reusable solutions to common programming problems. They provide proven approaches to solve recurring desig...
Implementing CQRS in Python
Implementing CQRS in Python, Introduction Today we will explore the key concepts behind the CQRS pattern and its benefits. Then we will dive into its implementation in Python, usin...
The Flag Parameter Anti-Pattern
The Flag Parameter Anti-Pattern,While implementing a new feature, I came across the flag parameter anti-pattern in two unrelated places. I would like to take this as an opportunity...
Quick Guide to Behavioral Design Patterns
Quick Guide to Behavioral Design Patterns,Design patterns are typical solutions to common problems in software design, which are tried and tested. Each pattern is like a template t...
[pt-BR] Polymorphic Data: uma tentativa de te convencer a adotar um novo padrão de projeto
[pt-BR] Polymorphic Data: uma tentativa de te convencer a adotar um novo padrão de projeto,caso não queira ler o artigo e queria ver diretamente o código, segue o repositório n...
[en-US] Modeling an OO domain: a case study about the creation of a model for an authentication and authorization gateway.
[en-US] Modeling an OO domain: a case study about the creation of a model for an authentication and authorization gateway.,Developing is hard, in particular, I believe developing o...
[pt-BR] Modelagem de um domínio OO: um estudo de caso sobre a criação de um modelo para um gateway de autenticação e autorização
[pt-BR] Modelagem de um domínio OO: um estudo de caso sobre a criação de um modelo para um gateway de autenticação e autorização,Desenvolver é difícil, em especial, acredi...