In a recent webinar, experts discussed how AI can enhance application log analysis, addressing challenges in manual reviews amidst growing log volumes. Key topics included anomaly detection, error pattern identification, and event correlation across systems, all aimed at accelerating root cause analysis and improving incident response while maintaining engineering judgment.
How ‘yCrash Log’ uses AI & ML?
Application logs are crucial for engineers to troubleshoot production incidents, but manual inspection is often inefficient. The 'yCrash Log' tool utilizes AI and ML to analyze and structure unfiltered log data, identify errors, and provide solutions, improving incident response time and system reliability. It enhances traditional log management by automating root cause analysis.
‘Java 25 is out! Selection of my favorite features’ Webinar
Java 25 has launched, introducing significant enhancements aimed at modernizing Java applications. A recent webinar featuring expert Michael Inden focused on practical features such as pattern matching, string templates, structured concurrency, and unnamed classes. Attendees gained hands-on experience and insights into adopting these changes for improved code quality and productivity.
“Spring Boot 4.x + Java 25: Build Modern, High-Performance Apps” Webinar
This month’s webinar featured Josh Long, a renowned Java advocate, discussing Spring Boot 4.x and Java 25. He presented new capabilities like modular auto-configuration, built-in resilience, and modern authentication methods, emphasizing their impact on building scalable applications. The session provided valuable insights and practical demonstrations for developers preparing for future projects.
Spring Batch: Building robust processing jobs for text files
Spring Batch is a robust Java framework for building scalable ETL pipelines, featuring chunk-based processing, restart capabilities, and job scheduling. It requires a database for tracking job execution state, facilitating monitoring and troubleshooting. The article covers job creation, step execution, metadata management, and custom processing components while emphasizing best practices for efficient batch processing.
yCrash Buddy – Your AI Troubleshooting Assistant
yCrash Buddy is an AI Troubleshooting assistant aimed at enhancing team efficiency by tenfold. It analyzes incident reports and artifact dumps, providing interpretable insights and actionable recommendations. Upcoming features include autonomous troubleshooting, intelligent execution of engineer instructions, and automated performance testing. Available in Cloud and On-Prem editions, it requires a license for activation.
JAX London 2025 – 3 CRITICAL JAVA PERFORMANCE ISSUES EVERY ENGINEER SHOULD KNOW
JAX London is a premier four-day conference for Java and Software Architecture professionals. It addresses critical performance issues in Java applications, such as GC pauses, OutOfMemoryErrors, and backend slowdowns. Attendees will learn practical tools, tips, and techniques through case studies to optimize and enhance application performance effectively.
‘Advanced Heap Dump Analysis Techniques’ Webinar
In September, a webinar titled “Advanced Heap Dump Analysis Techniques” gathered developers and JVM enthusiasts to discuss efficient strategies for analyzing memory issues through heap dumps. Topics covered included querying with OQL, using APIs for automation, and correlating data to quickly identify memory leaks, ultimately promoting healthier Java applications.
yCrash Webinar Series Turns One: Top Java Performance Lessons from 16 Expert Sessions
The yCrash Webinar Series, held over a year, featured 16 webinars with 1,500+ attendees, addressing Java performance issues such as memory leaks and garbage collection. Led by expert Ram Lakshmanan, the sessions fostered a community focused on real-world challenges, enhancing understanding and collaboration among developers, engineers, and architects.
‘Matchmaking for JVMs: How to Pick the Perfect GC Partner’ Webinar
In August, a webinar titled "Matchmaking for JVMs: How to Pick the Perfect GC Partner" focused on selecting optimal Garbage Collector (GC) algorithms for Java performance. It highlighted various GC types, their trade-offs, and provided practical strategies, metrics for evaluation, and real-world examples to enhance application performance.
