Javamentor Javamentor Javamentor
  • Toggle menu
    Javamentor Javamentor Javamentor
    • Java Course
    • Services
    • About
    • Contact

    What should you know about SQL indexes as a Java developer?

    by Spasoje January 22, 2025

    The majority of developers don’t know a lot about SQL performance tuning. I find this topic very interesting and I…

    Performance Optimization, SQL 0

    Composite pattern with the real-world example

    by Spasoje January 22, 2025

    In this tutorial, we will solve a real-world problem and solve it with the composite pattern. The Real-world business problem that I…

    Patterns And Best Practices 0

    Bridge pattern with real-world example

    by Spasoje January 22, 2025

    In this tutorial, we will show the real-world problem and solve it with a bridge pattern. Real-world business problem that I had…

    Patterns And Best Practices 0

    Template pattern with real-world example

    by Spasoje January 22, 2025

    In this tutorial, we will solve the a real-world problem and solve it with the template pattern. The real-world business…

    Patterns And Best Practices 0

    Why do we use private mutex?

    by Spasoje January 21, 2025

    You may see something like this: And you start wondering: “Hey, why do we use synchronized (mutex), can’t we just use synchronized…

    Java, Multithreading 0

    How to make a major mistake with improper publication of the object

    by Spasoje January 21, 2025

    First, we need to define an improper publication. If in thread A you create the object X and in the…

    Java, Multithreading 0

    How many problems can you spot in this simple code?

    by Spasoje January 21, 2025

    Let’s try to create a program that runs ten threads and every thread adds a thousand numbers to the list….

    Java, Multithreading 0

    Memento pattern explained

    by Spasoje March 6, 2024

    In this post I will show you a memento pattern on one very simple example. I will not use a…

    Patterns And Best Practices 2

    Visitor, memento and state patterns combined

    by Spasoje March 6, 2024

    In this article, we will solve the problem that requires applying all of those three patterns. Before you continue to…

    Patterns And Best Practices 0

    State pattern with a real-world example

    by Spasoje March 6, 2024

    Overview of the pattern The core idea of the state pattern is that an object change behavior based on it’s state….

    Patterns And Best Practices 0
    • Previous
    • 1
    • 2
    • 3
    • Next
    • Java
    • Multithreading
    • Other
    • Patterns And Best Practices
    • Performance Optimization
    • Spring / Spring Boot
    • SQL
    • Testing

    Archives

    • February 2025
    • January 2025
    • March 2024
    • February 2024

    Categories

    • Java
    • Multithreading
    • Other
    • Patterns And Best Practices
    • Performance Optimization
    • Spring / Spring Boot
    • SQL
    • Testing