Recent Posts

Stochastic AI Agility: Breaking Cycles of Debt

Author: Miro Wengner Original post on Foojay: Read More The launch of ChatGPT in November 2022 has influenced and perhaps even changed the rules of the game in many areas. Although I personally focus on the IT industry, observations suggest that it is affecting the entire industry, including the lives of ordinary people. The article aims to discuss or address …

Read More »

JetBrains and Azul Collaborate on Kotlin Performance in Various JVMs

Author: Jiří Holuša Original post on Foojay: Read More Table of Contents Benchmarking Kotlin performance on Azul Platform Prime What’s next for JetBrains and Azul?  JetBrains and Azul are collaborating on a shared vision of running Kotlin-generated bytecode on a high-performance Java platform to find new ways to enhance runtime performance. Benchmarks of Kotlin performance on Azul Platform Prime have yielded some eye-opening …

Read More »

Building REST APIs in Java with Spring Boot

Author: Tim Kelly Original post on Foojay: Read More Table of Contents How can Spring help? Prerequisites Creating our appConnecting our database Our Book model Book repository Our REST controller CreateReadUpdateDeleteAdding DTOs and validation BookRequest BookResponse Updating the controller Testing the API Run the API Create Read Update Delete Conclusion REST has become the default choice for building web services, …

Read More »