Revisited-Design-Patterns-In-Modern-Java

The more design patterns we talk about, the less powerful a language is.
The more powerful a language is, the more we will use integrated features than design patterns.

list few design patterns which are really excited to use with the evolution of Java.

https://www.youtube.com/watch?v=kE5M6bwruhw

Read More

PropertyDescriptor

Reflection or runtime introspection is a powerful feature in Java. some cool features we use in Spring like copyProperties, core concepts are come from Jdk only.

Under JDK java.beans package, there are some key classes used for reflection.

  • Introspector
  • BeanInfo
  • PropertyDescriptor
  • MethodDescriptor

Read More

DeepSeek

use DeepSeek for one week, omg, really powerful for our tech guys.

Every answer exceeded my expectations and I could easily access and understand details that I didn’t know before or would have taken me a lot of time to know, now with deep seek, I feel like I have the world at my fingertips.

List one example I asked to DeepSeek.

Read More

JDBC and I

In the past 27 years, the JDBC specification has only been released 8 versions.

Read More

Ask Java Architects - Open Questions

Ask the Java Architects

Read More

Multiversion concurrency control

Vlad: How does MVCC work

Optimistic vs Pessimistic

Pessimistic vs Serializable

Lost Update In Oracle

Read More