Suppressions of Suppressions
Discusses the risks of suppressing lint rules in code and proposes a meta-lint rule to prevent suppressing critical rules.
Discusses the risks of suppressing lint rules in code and proposes a meta-lint rule to prevent suppressing critical rules.
An introduction to CI/CD concepts, practices, and tools for improving software delivery speed and quality.
Building a Django job to send activation email reminders before user accounts expire, plus discussion on dependency management.
A guide on using GitHub Actions to automatically trigger a webhook on a daily schedule, with examples using curl and a dedicated action.
The article details setting up a Django SaaS signup flow, email templates, and configuring CI/CD with GitHub Actions and pre-commit.
Learn how to automatically schedule and publish articles to the DEV community platform using GitHub Actions and a custom Python script.
Analysis of build failure rates in open source projects vs. corporate work, using Travis CI data to compare reliability.