排序
openapi-processor-spring
openapi-processor-spring,openapi-processor-spring (or short: oap-spring) is an OpenAPI interface & model Java code generator for Spring Boot. It is generating code for annotati...
Introduction to the Aerospike JDBC driver
Introduction to the Aerospike JDBC driver, aerospike-jdbc-driver (4 Part Series) 1 Introduction to the Aerospike JDBC driver 2 Aerospike JDBC driver: SQL DDL compliance 3 Functions...
Building a Kotlin library with Gradle
Building a Kotlin library with Gradle, Introduction The most boring part of a library is the setting up part. Choosing the build systems, publishing builds, setting up code coverag...
Java & Files
Java & Files,Java has two file APIs. The original java.io.File API, available since Java 1.0 (1996). The newer java.nio.file.Path API, available since Java 1.7 (2011). What is the ...
Deploy Springboot App to Heroku with Github
Deploy Springboot App to Heroku with Github,Hey good peeps, long time - no hear. In this quarantine time I bring you something I've been working on lately, CD (continuous deploymen...
Modern Java for the Modern Dev
Modern Java for the Modern Dev,This is my personal experience while trying to push Java to the edge of my requirements of a Cloud-native environment. So these were the myths that a...
Introducing JPA and Hibernate
Introducing JPA and Hibernate,In the IT world linked to Java, especially in the IT consultancy, non-professionals often associate terms such as Hibernate, JPA, like a programming l...
From Services to Command and Handlers: use case driven code
From Services to Command and Handlers: use case driven code,Recently a colleague of mine showed me how MediatR works - a .NET implementation of the mediator design pattern ...
JVM memory usage monitoring tools
JVM memory usage monitoring tools,During the last few days I looked into JVM memory monitoring tools. That is one area of expertise that I am definitely not familiar with. The gene...
Industry Desktop App
Industry Desktop App, Aureate Industries Standalone Desktop Application Link to Code https://github.com/saurabhbazzad/Aureate-Industries-App How I built it I built this standalone ...
@Bean and @Component. What is the different? Which one should use be used?
@Bean and @Component. What is the different? Which one should use be used?,The most benefit of using a framework like Spring is auto-configuration. By only introducing the library ...
Leetcode May Challenge “Count Square Submatrices with All Ones”
Leetcode May Challenge 'Count Square Submatrices with All Ones',This is a leetcode question found in the May Challenge week 3.It's a medium level question, and I could only think o...