VOOZH about

URL: https://www.javacodegeeks.com/author/grzegorz-mirek

⇱ Grzegorz Mirek, Author at Java Code Geeks


  • Core Java👁 Image
    Grzegorz MirekMarch 4th, 2019
    3 172

    Thread Local Allocation Buffers

    Recently, I’ve been working on a Java application that suffered some serious performance issues. Among many problems, the one which…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Grzegorz MirekJanuary 8th, 2019
    0 572

    The Right Flow For The Job: Which OAuth 2.0 Flow Should I Use?

    What is What in OAuth 2.0 OAuth 2.0 is a well-adopted delegated authorization framework which is already with us for…

    Read More »
  • Software Development👁 Image
    Grzegorz MirekSeptember 18th, 2018
    0 236

    Do You Really Know CORS?

    Cross-Origin Resource Sharing No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin http://www.sesamestreet.com  is therefore not allowed access. If…

    Read More »
  • Core Java👁 Image
    Grzegorz MirekMay 18th, 2018
    1 141

    Why debugging in production is so tempting?

    Debugging in Production Why debugging in production is so tempting? In one of my first jobs, one of the tasks…

    Read More »
  • Core Java👁 Image
    Grzegorz MirekMarch 27th, 2018
    0 861

    Understanding Java Buffer Pool

    Understanding Java Buffer Pool The buffer pool space is located outside of the garbage collector-managed memory. It’s a way to…

    Read More »
  • Core Java👁 Image
    Grzegorz MirekMarch 8th, 2018
    0 149

    Profiling in Production

    Profiling in Production If you ever had some serious issues with a performance of your Java application, most probably you…

    Read More »
  • Software Development👁 Image
    Grzegorz MirekDecember 19th, 2017
    0 618

    Ring Buffer – a Data Structure Behind Disruptor

    Ring Buffer – a Data Structure Behind Disruptor Disruptor is a high-performance library for passing messages between threads, developed and…

    Read More »
  • Core Java👁 Image
    Grzegorz MirekNovember 27th, 2017
    0 157

    A Tale of Two Iterators

    When you look at the most popular Java interview questions, you might encounter the one about fail-fast and fail-safe iterators:…

    Read More »
  • Core Java👁 Image
    Grzegorz MirekSeptember 18th, 2017
    2 233

    GC Explained: Algorithms

    As described in the previous post, we have four different garbage collectors available in HotSpot JVM. There are some significant…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close