排序
JOOQ Is Not a Replacement for Hibernate. They Solve Different Problems
JOOQ Is Not a Replacement for Hibernate. They Solve Different Problems, I've originally written this article in Russian. So, if you're native speaker, you can read it by this link....
Designing a Scalable Backend for Flash Sales
Designing a Scalable Backend for Flash Sales,In a recent discussion within my peer group, we delved into a compelling interview use case: designing a scalable backend for a marketp...
Freeware: Java Utility Package (Version 2024.12.08) released
Freeware: Java Utility Package (Version 2024.12.08) released,A fast and easy to use programming toolkit for the Java backend developer KLog: Save the last 10 errors even if logging...
Inside Database Management Tool
Inside Database Management Tool, Database Management Tool (2 Part Series) 1 Database Management Tool 2 Inside Database Management Tool In this article, we’ll dive into the inner w...
Comprehensive Guide to Building a Production-Level CI/CD Pipeline with Full-Stack Technologies
Comprehensive Guide to Building a Production-Level CI/CD Pipeline with Full-Stack Technologies , Comprehensive Guide to Building a Production-Level CI/CD Pipeline with Full-Stack T...
Hierarchical data with PostgreSQL and Spring Data JPA
Hierarchical data with PostgreSQL and Spring Data JPA, He who plants a tree, Plants a hope. Plant a tree by Lucy Larcom Intro In this post I'm ...
DAO Generator
DAO Generator,I found an awesome tool of JetBrains IDEA plugin https://plugins.jetbrains.com/plugin/24593-daogenerator It can not only generate DAO classes based on database schema...
Freeware: Java Utility Package (Version 2024.10.26) released
Freeware: Java Utility Package (Version 2024.10.26) released,A fast and easy to use programming toolkit for the Java backend developer KDB: Added option argTimeOutSec to exec() KDB...
Data API for Amazon Aurora Serverless v2 with AWS SDK for Java – Part 10 Aurora Serverless v2 Data API meets DevOps Guru or not?
Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 10 Aurora Serverless v2 Data API meets DevOps Guru or not?, DataAPIforAmazonAuroraServerlessv2 (11 Part Series...
Master Bidirectional One-to-One Relations in 5 Steps: Boost Spring Data JPA Efficiency
Master Bidirectional One-to-One Relations in 5 Steps: Boost Spring Data JPA Efficiency,Unlocking the Power of Bidirectional One-to-One Relations In this in-depth guide, we'll explo...
Vector Database and Spring IA
Vector Database and Spring IA,A vector database is a specialized type of database optimized for handling vector data, which is fundamental in the field of Artificial Intelligence (...
Evite redundâncias ao definir Entities do JPA
Evite redundâncias ao definir Entities do JPA,Se você for definir uma tabela, por favor, não faça isso! Vamos saber melhor por que! No JPA, uma classe é mapeada para uma tabel...