Recent Posts

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 »

Spec-Driven Development with AI: A New Approach and a Journey into the Past

Author: Simon Martinelli Original post on Foojay: Read More Table of Contents The Problem with Code-Centric DevelopmentRequirements as the Single Source of Truth The Complete Workflow Everything is Code, Everything is Versioned AI as the Consistency Engine The Structure: Independent EpicsA Real Example: System Use Case SpecificationThe ResultsWhy This Works for Business ApplicationsGetting StartedThe Future of Business Application Development The …

Read More »