Quality Gates в разработке: делаем качество частью процесса
В разработке качество часто ломается не только на самих багах — но и в тех местах, где работа переходит от одного этапа к другому без ясных условий. З…
Latest Testing & QA news from Tech News
В разработке качество часто ломается не только на самих багах — но и в тех местах, где работа переходит от одного этапа к другому без ясных условий. З…
Большинство UI-тестов флакают, медленно работают и в итоге отключаются в CI. Показываю альтернативу — изоляционные UI-тесты без стендов, таймингов и б…
Secret Scanning with Gitleaks I have built a deliberately vulnerable Flask app to use as a target for building a real DevSecOps pipeline. The repo is …
AI is everywhere except in CI/CD Developers now use AI for nearly everything, except the part that actually ships code. Recent surveys conducted by Je…
TLDR ; Multi-stage Docker builds with BuildKit caching reduce image sizes by 80% and build times by 60% Remote build caching shares artifacts across d…
This post is for the team rolling out accessibility testing: developer tooling, CI platform, design systems, frontend tooling, or their engineering ma…
Code review is better when you can see the changes running live. Reading a diff in GitHub, GitLab, or Bitbucket tells you what changed, but clicking t…
In the previous post, I talked about how we stopped building and started listening to our developers. We uncovered a fragmented CI/CD landscape riddle…
Four VPC blueprints for MLOps from scrappy MVP to distributed LLM training, with the cost traps nobody puts in the tutorial. You spent three weeks tun…
Your GitHub Actions pipeline takes 20 minutes. Your team runs it 50 times a day. That's 16 hours of CI compute daily — and most of it is waste. Develo…
CI/CD automates the build and deployment process — push code, pipeline runs, new version deployed on the cluster. Here's how I set it up for ASTRING u…
500+ snapshot tests, all green on every developer's Mac, all red on GitHub Actions. Sound familiar? The common advice is "record your reference images…
A deep dive into the security scanning pipeline that runs on every pull request before a single line of code reaches staging or production In my last …
Over the past three weeks, I have moved from writing basic Terraform code to building a complete, production-ready workflow that combines application …