Arash Ariani

Arash Ariani @arashariani

About: Hi, I'm Arash, a software engineer with a focus on Java and software architecture. I am passionate about building scalable and maintainable systems.

Location:
Iran - Tehran
Joined:
Aug 13, 2019

Arash Ariani
articles - 6 total

Simplify Your Java Business Code by Flow DSL

Let’s be honest – writing workflows in Java can feel like a never-ending game of try-catch, nested...

Learn More 5 1May 10

Understanding JPA Pessimistic Locking vs. Serializable Isolation in Transactions

Most database applications have to control concurrent access to data in order to prevent issues like...

Learn More 3 0Nov 9 '24

Handling Asynchronous Execution with Transactions in Spring: A Common Pitfall and How to Solve It

In modern Spring applications, it is common to combine asynchronous execution with transactional...

Learn More 6 0Nov 6 '24

Understanding JVM Lock Optimizations

Concurrency is very critical to the development of robust, scalable applications that can perform...

Learn More 2 0Sep 23 '24

Optimizing Database Performance with Concatenated Indexes

Overview In the world of database management, the efficiency of queries is paramount....

Learn More 0 0Dec 23 '23

A Guide to Sargable Queries

Overview In the vast realm of relational databases, query performance is a critical factor...

Learn More 0 1Dec 22 '23