VOOZH about

URL: https://www.javacodegeeks.com/author/emmanouil-gkatziouras

⇱ Emmanouil Gkatziouras, Author at Java Code Geeks


  • Core Java👁 Image
    Emmanouil GkatziourasApril 28th, 2023
    1 940

    Java Concurrency: Condition

    Previously we checked on ReentRantLock and its fairness. One of the things we can stumble upon is the creation of…

    Read More »
  • Core Java👁 Image
    Emmanouil GkatziourasApril 11th, 2023
    0 502

    Java Concurrency: ReentRantLock Fairness

    Previously we saw some of the building blocks of concurrency in Java. In this blog we will focus on ReentRantLock.…

    Read More »
  • Core Java👁 Image
    Emmanouil GkatziourasMarch 23rd, 2023
    0 750

    Java Concurrency: The Lock interface

    Previously we implemented a thread safe counter using synchronized. We would like to swift from synchronized blocks to something more…

    Read More »
  • Core Java👁 Image
    Emmanouil GkatziourasMarch 10th, 2023
    0 750

    Java Concurrency: Synchronized

    Previously we had an introduction to threads in Java and some of the internals. On this blog we will proceed…

    Read More »
  • Core Java👁 Image
    Emmanouil GkatziourasJanuary 28th, 2023
    0 406

    Java and dynamic Proxies

    Dynamic proxies in Java is a simple and very useful feature. Usually we create an interface implementation and then compilation…

    Read More »
  • Core Java👁 Image
    Emmanouil GkatziourasJanuary 27th, 2023
    0 327

    Java Concurrency: Threads and Runnables

    Threads are everywhere, they are the basic building block of every server application out there. Usually in Java using threads…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasNovember 29th, 2022
    0 574

    Add ZipKin to your Spring application

    If your application contains multiple services interacting with each other the need for distributed tracing is increasing. You have a…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasNovember 17th, 2022
    0 628

    Use Redis GeoHash with Spring boot

    One very handy Data Structure when it comes to Redis is the GeoHash Data structure. Essentially it is a sorted…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasNovember 5th, 2022
    0 643

    Use JMH for your Java applications with Gradle

    If you want to benchmark you code, the Java Microbenchmark Harness is the tool of choice.In our example we shall…

    Read More »
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • 10
  • 20
  • ...
  • Last
Back to top button
Close