Inference in Painless I am an employee of Elastic at the time of writing Machine learning inference is just math. […]
Category: Java
Spring Boot for war
Spring Boot supports the following embedded servlet containers: Tomcat Jetty Undertow You can use Maven, Gradle, or Ant/Ivy as build […]
Getting Started With RSocket Part 2
In this blog, you will continue where you left off after Part 1. You will explore the RSocket communication models […]
[pt-br] ObjectMapper: Convertendo para tipos genericos.
Olá pessoal! Decidi fazer esse post, pois precisei fazer uma conversão usando classes genéricas. É um tanto simples, mas que […]
Have you Anemic or Rich Domain Model?
The Rich Domain Model is the technical part of Domain Driven Design. It is composed of many building blocks, but […]
Solution: Course Schedule III
This is part of a series of Leetcode solution explanations (index). If you liked this solution or found it useful, […]
Java for JavaScript Developer – week 2
This blog post continues a series “Java for JavaScript Developers”, in which I write about my Java learning path after […]
AWS SQS with spring boot & Localstack with Junit Testing
Preface Building microservices architecture often involves creating microservices communicating using a message bus or any means of loosely coupled means […]
History of Java And JavaScript names
Read the difference between Java & JavaScript https://buggyprogrammer.com/difference-between-java-and-javascript/
Easy modularity: Keeping your Gradle build scripts clean and eliminating duplication in your multi-module projects
I recently started breaking up the monolith I inherited at my current place of work. To make it easier for […]