Sylvain Witmeyer·Aug 5, 2024Enhance Job Duration Tracking in CircleCI and GitHub ActionsWhen working with CI/CD tools like CircleCI and GitHub Actions, you might have noticed that the reported total duration of a pipeline isn’t…
InITNEXTbySylvain Witmeyer·May 14, 2024Mastering FinOps: 10 Expert Tips for Maximizing Your AWS Cost EfficiencyWorking as a freelancer is the opportunity to collaborate with organizations of different sizes. One of the tasks I find most gratifying is…
InITNEXTbySylvain Witmeyer·Mar 27, 2023Terraform cleanerHave you ever worked on a legacy terraform project with dozen of modules ?
InITNEXTbySylvain Witmeyer·May 27, 2022The comprehensive guide for your AWS VPC cross communication (peering, sharing, transit gateway…As a developer and a cloud architect, the network side took me the most time to master. But after working on multiple projects in small to…
InITNEXTbySylvain Witmeyer·Dec 9, 2021Deploy your react app on Backblaze and Cloudflare with Github ActionsThere are multiple ways to deploy static webapp. The advantage of being static is that a simple object storage is enough to serve your…A response icon1A response icon1
InITNEXTbySylvain Witmeyer·Oct 18, 2021How to add some caching in your lambdas without external service — aka stateful lambdasDo you know that you can keep some data persistent between different lambda calls? This is useful in case you want to store a temporary…A response icon1A response icon1
InITNEXTbySylvain Witmeyer·Jan 30, 2021How to easily create a HTTP 301 redirection with AWS API GatewayFew weeks ago I rewrote a lambda function for serving a swagger UI. Code is available here…
InITNEXTbySylvain Witmeyer·Dec 17, 2020Secrets injection from external Vault into Kubernetes — POCWhen you work in a multi cloud environment, you can't always use AWS secrets manager for storing all your secrets. Hashicorp Vault is an…A response icon4A response icon4
Sylvain Witmeyer·Nov 23, 2020How to measure latency with curlWhen you deploy or migrate new infrastructure it can be useful to test the application's performance. Curl is often used to easily debug…
Sylvain Witmeyer·Aug 10, 2020How do I easily manage all my AWS credentials with AWS-VaultWether you are a consultant working with multiple clients or a devops in a company working on different projects with different stages…A response icon1A response icon1