Events, Home

AWS Lambda and serverless Java | DevNation Live

Have you ever tried Java on AWS Lambda but found that the cold-start latency and memory usage were far too high? In this session, we will show how we optimized Java for serverless applications by leveraging GraalVM with Quarkus to provide both supersonic startup speed and a subatomic memory footprint.

Articles, Home

How to use the Jenkins multi-configuration project

When a developer requires a multiplicity of build jobs, all of which differ only slightly in nature, a Jenkins Matrix job can save time and greatly reduce complexity. Follow this video tutorial to set up a Jenkins multi-configuration project and drastically shorten how long high-volume builds take to run.