Tag: Web Development

  • Improving CI/CD with Snyk

    CI/CD – Continuous Integration/ Continuous Deployment (Delivery) – is an approach to development that helps expedite the process of developing software with a large code base and multiple contributors while reducing errors. It accomplishes this by automating the process of integrating the code of different contributors and performing unit tests, ensuring that the code is…