Mike Mwanjemikemwanje.hashnode.net·Jan 15, 2022How to run API automated tests with Newman on CircleCI.Postman is a great tool not only for building, but also for testing APIs. In this post, we shall look at how to use Newman, Postman’s command-line collection runner, to run automated tests for an API in a CI/CD pipeline running on CicleCI. Whereas th...94 readsPostman
Avik Kundutechvista.hashnode.net·Oct 4, 2022Deploy a serverless workload on Kubernetes using Knative and ArgoCDOriginally published in CircleCI Blog: Deploy a serverless workload on Kubernetes using Knative and ArgoCD by Avik Kundu Containers and microservices have revolutionized the way applications are deployed on the cloud. Since its launch in 2014, Kubern...45 readsKubernetesknative
Gayan Hewahewadotme.hashnode.net·Oct 30, 2019Laravel, Circle CI and Github FTWWe all have unique ways of working. The view on personal projects is different. They can be quick and dirty. Some even make them so much that you can avoid testing (I know). In my experience, there are times when I skip the whole test coverage thing,...Laravel
Martin SibyforCerta's Tech Blogcerta.hashnode.net·Mar 6, 2023The Ultimate Hack for Supercharging Your CircleCI Pipeline!🚀 Prerequisites An existing CircleCI pipeline. Basic knowledge of Pytest. Basic knowledge of YAML files. 🌅 Background We have a couple thousand test cases as the test suite of the Django app powering Certa. To ensure CI, we are utilizing Circl...83 readsoptimization
Marietta Ngwe Akumbommarietta.hashnode.net·Feb 25, 2023DevOps Journey (AWS, CircleCI)In the course of a career switch, while working on Udacity Cloud DevOps Engineering projects, project 3 has been a pain in the kneck. Mostly caused by some negligence, poor choice of the docker image and unimaginable syntax errors. In this write-up, ...64 readsDevops
Snyksnyksec.hashnode.net·Jan 6, 2023Supply chain security incident at CircleCI: Rotate your secretsOn January 4, CircleCI, an automated CI/CD pipeline setup tool, reported a security incident in their product by sharing an advisory. Context around the CircleCI Incident On December 27, security engineer Daniel Hückmann received an email notificatio...CircleCI
Kyle GalbraithforDepotdepot.hashnode.net·Dec 16, 2022How to use BuildKit cache mounts in CI providersMaking Docker image builds fast requires using as many previous build results as possible. The most common way to do this is to focus on the Docker layer cache, as we did in our blog post on fast image builds in GitHub Actions. But there is another c...Docker
Avik Kundutechvista.hashnode.net·Dec 9, 2022Using CI/CD to deploy web applications on Kubernetes with ArgoCDOriginally published in CircleCI Blog: Using CI/CD to deploy web applications on Kubernetes with ArgoCD by Avik Kundu GitOps modernizes software management and operations by allowing developers to declaratively manage infrastructure and code using a ...72 readsKubernetesKubernetes
Avik Kundutechvista.hashnode.net·Oct 4, 2022Deploy a serverless workload on Kubernetes using Knative and ArgoCDOriginally published in CircleCI Blog: Deploy a serverless workload on Kubernetes using Knative and ArgoCD by Avik Kundu Containers and microservices have revolutionized the way applications are deployed on the cloud. Since its launch in 2014, Kubern...45 readsKubernetesknative
Danielchiubaka.hashnode.net·Aug 10, 2022Writing Shared Scripts for CircleCI OrbsProblem CircleCI Orbs provide an include directive that can be used to include scripts in an orb's command configurations. Unfortunately, this directive doesn't provide an obvious way of referencing other, shared scripts from within the included scri...39 readsCircleCI
Mike Mwanjemikemwanje.hashnode.net·Jan 15, 2022How to run API automated tests with Newman on CircleCI.Postman is a great tool not only for building, but also for testing APIs. In this post, we shall look at how to use Newman, Postman’s command-line collection runner, to run automated tests for an API in a CI/CD pipeline running on CicleCI. Whereas th...94 readsPostman
Gayan Hewahewadotme.hashnode.net·Oct 30, 2019Laravel, Circle CI and Github FTWWe all have unique ways of working. The view on personal projects is different. They can be quick and dirty. Some even make them so much that you can avoid testing (I know). In my experience, there are times when I skip the whole test coverage thing,...Laravel