Farzin PashaeeSpring Boot Configuration Server — Encryption and DecryptionThe Spring Boot framework has a feature called Spring Boot Configuration Server that lets you centralize the configuration of your…Apr 22Apr 22
Farzin PashaeeSpring Cloud Configuration Server Using Database — JDBC ModeAs part of the Spring Cloud ecosystem, you can have access to centralized configuration management for distributed systems. It makes it…Apr 17Apr 17
Farzin PashaeeinCodeXSpring Cloud Configuration Server Using File — Native ModeThe native mode for configuration in Spring Cloud refers to keeping configuration files locally on the host machine for the application…Apr 15Apr 15
Farzin PashaeeinTechnology TimesSpring Cloud Configuration Server Using GitTo make the creation of cloud-native apps simpler, Spring Cloud provides several capabilities and components. It deals with issues like…Apr 10Apr 10
Farzin PashaeeinTechnology TimesWhat is Java Virtual Thread?Threads can be your savior or can become your biggest headache, They are the smallest processing unit that can be used in Java. There are…Nov 22, 2023Nov 22, 2023
Farzin PashaeeSpring Boot Cache with HazelcastHazelcast is an open-source software program for data management and distributed computing. It offers a distributed, in-memory data grid…Nov 15, 2023Nov 15, 2023
Farzin PashaeeinTechnology TimesNew features in Java 21Java Development Kit (JDK) 21 is the most recent long-term support (LTS) version. This Version became widely available on September 19…Nov 13, 20231Nov 13, 20231
Farzin PashaeeinTechnology TimesOptimistic Locking in JPA with Version AnnotationConcurrency in a database refers to DBMS’s capacity to manage many concurrent activities or transactions from various users or processes…Sep 27, 20231Sep 27, 20231
Farzin PashaeeinTechnology TimesPublish & Consume Custome Events in Spring BootThe main focus of event-driven programming is events. An event is an excellent tool for separating a consumer-recognized activity from a…Jul 24, 2023Jul 24, 2023
Farzin PashaeeSpring Boot Application Events and ListenersAn event is an excellent tool to decouple an action that is recognized by a consumer and triggered by a producer. Spring Boot comes with a…Jul 24, 2023Jul 24, 2023