Recent Posts

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 »

JavaFX Nodes versus Canvas

Author: Frank Delporte Original post on Foojay: Read More Recently I was working on an article about Azul Zulu with JavaFX support for ARM systems, like the Raspberry Pi. As you can see in this video, I found out my little test application with a lot of “bouncing balls” started losing performance on the Raspberry Pi with more than 1000 …

Read More »