Recent Posts

How is Leyden improving Java Performance? Part 3 of 3

Author: María Arias de Reyna Domínguez Original post on Foojay: Read More Table of Contents What is inside the Ahead of Time Cache? JVM Metadata JVM Profile and Linkage Data JVM Code and Code Management Data Leyden Training Data How Do I Know Leyden Is Helping?Training the applicationAnalyzing the Cache Are we training the right thing? Did we load all …

Read More »

How is Leyden improving Java Performance? Part 2 of 3

Author: María Arias de Reyna Domínguez Original post on Foojay: Read More Table of Contents How to use an AOT Cache How to properly execute the Training Run? Should I start using AOT Cache in Java already? Heavy Mathematical Example Simple REST API In part 1 of this series of 3 blog posts we introduced the specific performance challenges OpenJDK …

Read More »

Language Learning Flashcard System – Part 1

Author: Diego Freniche Brito Original post on Foojay: Read More Table of Contents Complete code exampleCreate a project using Spring InitializrAdding the MongoDB Connection URIOur logical modelOur MongoDB schemaOur model classesImproving our development cycleOur first API endpoints Decks Cards Adding empty endpoints for DecksChanging the default portTesting our endpointsRepositoriesServicesWiring up our ControllersNext steps My native language is Spanish. I’ve been …

Read More »