J-Fall 202361 Videos

J-Fall 2023: Calibrate Garbage Collection on the Ground and Run Your Java App – Ana Maria Mihalceanu

Struggling to understand which garbage collector fits the bill for your application needs? Will your choice affect the performance forecast for your Java system once containerized and in production? Throughout this session, we’ll examine two kinds of applications, CPU or I/O intensive, and gradually improve the GC configurations by evaluating the throughput, latency, and footprint […]

J-Fall 2023: Modernize your money-maker – Tim te Beek

Most every company has that one product. The project that’s consistently brought in revenue over many years. But it’s also the one that shows its age, and might not be enjoyable to work with. Sure, the runtime says Java 8 or above, but it feels like something from a different era. And rarely do you […]

J-Fall 2023: Falling in love with json(net) – Jakub Marchwicki

JSON is a piece of technology clearly involving simultaneous or alternating emotions of love and hate. Mostly hate. At the same time people (over)use it everywhere. Kubernetes cluster configuration – checked. Grafana (or any other monitoring) dashboard – checked. Managing AWS account permissions – checked. At the same time, we strive for infrastructure as code […]

J-Fall 2023: The missing piece in your observability puzzle! – Mohammed Aboullaite

We’re living in an ever growing distributed world, making our services smaller, deployed and multiple container instances, deployed in different nodes and regions around the globe, making it even harder to profile our application, analyze and improve its performance. Continuous profiling is rapidly gaining interest and growing in popularity within the cloud native community. Unlike […]