PinnedPublished inProgramming SharingEhcache Configuration in Spring BootAn article showing how to configure Ehcache in Spring Boot application. It’s covered for both Ehcache 2 and Ehcache 3.Sep 23, 20221Sep 23, 20221
PinnedPublished inProgramming SharingThe complete guide for Spring Cache AbstractionCaching is well-known as the most approach to increase application performance. Caching helps reduce the cost of CPU expensive operations…Oct 31, 20201Oct 31, 20201
Published inProgramming SharingThings should be known for building a distributed lock system with a databaseLearn about what distributed lock does and some key insights to consider with relational databaseNov 14, 2024Nov 14, 2024
Published inProgramming SharingWays to Handle Kafka Events FasterExplore ways to increase message consumption speed for KafkaNov 10, 20241Nov 10, 20241
Published inProgramming SharingIT Architecture Principles — itarch.infoBe noted that below content is copy from atarch.info, you can find the origin article here…Jun 30, 2024Jun 30, 2024
Published inProgramming SharingConfiguring Quartz in Spring Boot in cluster of servers.let learn how to configure Quartz to run concurrently with multiple server instances.Nov 10, 2023Nov 10, 2023
Published inProgramming SharingSlowdown Kafka event consuming in SpringNot all downstream systems have the capability to process high traffic so this article shows how to limit event consuming per timeframe to…Oct 26, 2023Oct 26, 2023
Published inProgramming SharingDatabase Migration with Flyway for Spring BootAn introduction to how to apply database migration using Flyway in Spring Boot appsMar 11, 2023Mar 11, 2023
Published inProgramming SharingConnecting Kafka in Spring BootGuidance for connecting Apache Kafka in Spring Boot application. And the explanation of the code in detail.Jan 5, 2023Jan 5, 2023
Published inProgramming SharingSending emails for local development in Java using devs-smtpThis article introduces an approach to testing sending email function while developing an application in your local development…Nov 4, 2022Nov 4, 2022