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

    Measure test coverage using Jacoco

    by Spasoje February 17, 2025

    In this tutorial, we will explain what test coverage is , and what is important regarding that topic. At the…

    Testing 0

    Unit testing Java architecture using ArchUnit

    by Spasoje February 7, 2025

    In this tutorial, I will show you how to unit test architecture of your Java application. This testing can be…

    Other, Testing 0

    How does Spring autoconfiguration work?

    by Spasoje February 4, 2025

    In this tutorial, we will explain how Spring autoconfiguration works. Creating a simple Spring Boot application Let’s create a simple…

    Spring / Spring Boot 0

    Spring vs Spring Boot

    by Spasoje February 3, 2025

    In this tutorial, we will explain the difference between Spring and Spring boot. We will create an application using only…

    Spring / Spring Boot 0

    Microbenchmarking with Java

    by Spasoje January 31, 2025

    In this tutorial, we will explain how to properly perform a microbenchmarking of Java classes using Java Microbenchmark Harness(JMH). What…

    Other, Performance Optimization 0

    Why do we need Java profilers?

    by Spasoje January 30, 2025

    In this tutorial, we will explain why we need Java profilers, and we will see visualvm (a very popular Java…

    Other, Performance Optimization 0

    Single Responsibility principle – Explanation and the real-world example

    by Spasoje January 25, 2025

    Let’s first explain a single responsibility principle on the class example and later we will show how it applies in…

    Patterns And Best Practices 0

    Compare the performance of AtomicLong and LongAdder classes

    by Spasoje January 25, 2025

    LongAdder class is added in Java 8. Official Java docs say: Under high contention, expected throughput of this class compared to AtomicLong is significantly…

    Java, Performance Optimization 0

    How to improve the performance of your spring boot tests a lot

    by Spasoje January 23, 2025

    Imagine you have one hundred spring boot test classes. When you start all of your tests, what is your intention:…

    Performance Optimization, Spring / Spring Boot, Testing 0

    How would you tune this SQL query?

    by Spasoje January 22, 2025

    Imagine having an index on person_id and you would like to perform the query: select bank_account_number from bank_account where person_id = :1…

    Performance Optimization, SQL 0
    • 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