Recent Posts

Consequences of DORA on Java and OpenJDK with Azul

Author: Geertjan Wielenga Original post on Foojay: Read More The EU’s Digital Operational Resilience Act (DORA) is a regulatory framework aimed at enhancing the digital operational resilience of financial institutions within the European Union. Its primary goal is to ensure that financial entities can withstand, respond to, and recover from all types of ICT-related disruptions and threats, such as cyberattacks. …

Read More »

Get Started With Allocation Profiling

Author: Igor Kulakov Original post on Foojay: Read More Read in other languages: 中文 Español Português We often find ourselves in situations when code is not working properly, and we have no idea where to even begin investigating. Can’t we just stare at the code until the solution eventually comes to us? Sure, but this method probably won’t work without …

Read More »

How does it feel to test a compiler?

Author: Alexander Zakharenko Original post on Foojay: Read More Hi, my name is Alex. I work as a QA engineer on the Kotlin/Native team. I’m often asked by friends and colleagues what it’s like to test a compiler, so I decided to write an article about it. I’ll briefly talk about my path to compiler testing, the Kotlin/Native compiler, the …

Read More »