About 25 results
https://aparker.io/deploying-on-friday-the-13th · 30 Oct 2023
“I wasn’t trained to do that.”
https://matteogassend.com/articles/test-with-dagger · 15 Oct 2023
Have you ever had to implement a CI/CD pipeline and then proceed to push to a repository 10/20 times just to see if the pipeline works correctly? Well, this ends today! Dagger (not the stabby kind) Dagger's tagline is CI/CD as Code that Runs Anywhere I...
https://rednafi.com/python/dependency-management-redux/ · 27 Jun 2023
Modern Python dependency management using pip-tools, hatch, and PEP-621 for web apps and libraries with reproducible builds.
https://codeklets.nl/episodes/374 · 14 Jun 2023
In deze aflevering hebben we het over CI/CD en DevOps
https://rednafi.com/javascript/periodic-readme-updates-with-gh-actions/ · 4 May 2023
Automate your GitHub profile README with periodic updates using Actions. Parse RSS feeds and dynamically display latest blog posts with NodeJS.
https://matteogassend.com/articles/taming-the-whale · 9 Mar 2023
import CodeSandbox from '../../components/mdx/CodeSandbox.astro' import Youtube from '../../components/mdx/Youtube.astro' Have you ever had to work on a project that requires lots of parts that need to be installed separately? And one of those parts refus...
https://rednafi.com/misc/audit-commit-messages-on-github/ · 6 Oct 2022
Automate commit message validation with GitHub Actions. Enforce refs and closes patterns to maintain clean Git history and link commits to issues.
https://rednafi.com/misc/automerge-dependabot-prs-on-github/ · 7 Jul 2022
Automatically merge Dependabot pull requests using GitHub Actions. Configure branch protection and status checks for safe automated dependency updates.
https://rednafi.com/misc/health-check-a-server-with-nohup/ · 18 Apr 2022
Run background health checks in CI with nohup and ampersand. Test server readiness with retry loops and automatic cleanup on success or failure.
https://rednafi.com/python/github-action-template-python/ · 2 Mar 2022
Production-ready GitHub Actions workflow for Python with multi-OS testing, dependency caching, automated updates, and daily scheduled runs.