Implemented end-to-end CI/CD pipelines, triggered automatically by Git events such as pushes, tags, releases, and specific deployment patterns. The pipeline includes security tests (with Snyk, Renovate, and others), automated tests (using Playwright and Cypress) for UI testing, and k6 for load testing, ensuring high code quality and performance. Additionally, they included automated releases, version bumps, and change-log generation based on Conventional Commits, streamlining the release process. Helper workflows were included to facilitate developers in acquiring media assets and production databases, providing them with better tools for debugging and testing. Overall, their aim was to improve the development process by automating repetitive tasks and ensuring consistent, high-quality releases.