Machine Learning isn't just meant for big machines with lots of GPUs. What if you can execute ML models on your phone! And with React Native it's not all that hard!
In this article, I'll discuss how you can take a real-world REST application example adapted to spring-cloud-function and speed up the cold start time using GraalVM.
Learn how to create High Order Components with Angular and how to send Components via @input() into another component using examples from a dynamic wrapper.
This article covers the basics of DI supported by the Spring Framework, including configuration types, injection variants, and how to inject different types.
This article is the last one in my mini-series dedicated to dependency injection with the Spring framework. Using generics to simplify injecting beans with Spring framework.
This article sets out to conduct a performance test on the Spring Boot Pet Clinic application to see whether any performance bottlenecks can be identified.
In this post, we are going to build an aggregator for API calls using the Enricher EIP. A tutorial on how to aggregate sequential calls to REST APIs in a single response.
Do you want to know a secret? OOP is fundamentally brain damaged. These aren't my words for the record, they're the collective wisdoms of the fathers of computing.
Spring Boot offers a metrics endpoint that you can use diagnostically to analyze the metrics gathered by the application. Keeping track of metrics for Spring Boot 2.x.
Hyperlambda is arguably the slowest programming language in the world, still its result is probably faster than anything you could do in any other language.
Some scenarios in microservice-based architecture involve multiple microservices. Read how completion of the scenario depends on the task completion of each microservice.