From The Programmer’s Brain by Felienne Hermans
When you program, there are a lot of different types of things that you might be doing. In this article we dive into these different activities that you perform as you program.
From BDD in Action, Second Edition by John Ferguson Smart
This article explores BDD automation tools that are available for use.
From Operations Anti-Patterns, DevOps Solutions by Jeffery D. Smith
From Operations Anti-Patterns, DevOps Solutions by Jeffery Smith
This article covers
Longer release cycles and their impact to the team’s deployment confidence
Automation techniques for deployments
The value of code deployment artifacts
Feature flags for releasing incomplete code
From Practices of the Python Pro by Dane Hillard
This article covers
• Recognizing the signs of tightly coupled code
• Strategies for reducing coupling
From GitOps and Kubernetes by Billy Yuen, Alexander Matyushentsev, Todd Ekenstam, and Jesse Suen
This article delves into Canary deployments: what they are; how they work; and where you might consider using them.
From Transfer Learning for Natural Language Processing by Paul Azunre
This article delves into using shallow transfer learning to improve your NLP models.
From Transfer Learning for Natural Language Processing by Paul Azunre
This article discusses getting started with baselines and generalized linear models.