
Ultimate CORS Guide for Developers
Why CORS exists, how it works, and how to use it to properly setup cross-origin requests.
Why CORS exists, how it works, and how to use it to properly setup cross-origin requests.
Discover how to setup Eureka in AWS ECS following an example project.
Learn how to use Kaniko from Jenkins to easily build and push Docker images.
Learn how to deploy a production-ready Jenkins in a few lines of code using the AWS Cloud Development Kit.
Discover 5 better ways to manage secrets required by your Jenkins jobs.
The first-in-first-out (FIFO) queue is the type of AWS SQS queue that guarantees order and provides exactly once delivery of messages. That sounds great, but there are some other important features to understand to avoid unexpected queue behaviour. In this article you’ll discover the 3 most important caveats with SQS FIFO queues. 1) If a message fails to be processed, it may block other messages When you send a message to a FIFO queue a message group id must be provided....
Discover how to use VPC endpoints to enable a Jenkins agent in one VPC to communicate with a Jenkins master in another.
Using separate AWS accounts provides strong separation of resources, which is great until the point you need cross-account access from a VPC in one account to another. In this article you’ll learn 3 ways to setup a secure connection across accounts, with full working examples you can try out yourself. Why do we need cross-account VPC access? A Virtual Private Cloud (VPC) is a private network which you create in the AWS cloud....
Discover how to integrate AWS CodeBuild with Jenkins, with full working examples.