Home
About
🌐
English
  • Refactoring from imperative to reactive implementation

    Jan 27, 2020 microservice performance reactive spring boot

    Background As software industry is embracing the new Microservice Architecture paradigm, myriad applications have been built with Spring Boot framework. By the time organizations have got its early versions of microservice applications in production, industry has found out newer and better avenues for further …

    Read More
  • Understanding nuances of garbage collection and ways to tune it with real world example

    Nov 17, 2019 jvm performance tuning

    In one of my previous post I elaborated basics of JVM memory and also explained how garbage collection works. In this post we will try to understand various types of GC and how to tune and optimize them with a real world example. GC Taxonomy 1. Minor GC When garbage is collected from Young space it is called Minor GC. …

    Read More
  • Understanding JVM Memory Management

    Oct 23, 2017 jvm performance tuning

    Everyone of us as Software Engineers would have experienced memory leaks, OOM errors in our Java/JVM applications? In order to dissect such issues it is extremely important to understand the whats' and hows' of JVM memory and its management. JVM - Memory Management One of the many strengths of the JVM is that it …

    Read More
  • The curious case of CGLIB in generating Proxies !

    Jun 2, 2015 cglib OOM performance spring

    Recently I was required to identify a memory leak in one of the enterprise application running in production. Fortunately we were able to haveheap dumpsfrom the production environment. After analyzing few heap dumps I was able to trace a uniform pattern; which I felt might be one of the potential root causes for the …

    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Dhaval Shah

Pragmatic Software Craftsman, Technology Evangelist, Performance Engineering aficionado, perpetual student.
Read More

Recent Posts

  • Parallel processing with Virtual Threads - A comparative analysis
  • Parallel processing - A comparative analysis
  • Rafael Nadal - An Inspirational Leader Transcending Sports and Human Values 🎾💪🏼
  • Optimizing Linux's network stack
  • Migrating Spring Boot application from 2.x to 3.x
  • My journey to ace the CKAD exam
  • Performance Improvement Vs Performance Optimization
  • Optimizing Kafka Producers and Consumers

Categories

PERFORMANCE 14 SPRING-BOOT 10 CLOUD-NATIVE-ARCHITECTURE 7 TESTING 5 JVM 3 CHAOS-ENGINEERING 2 JDK 2 BEST-OF-THE-WEEK 1 INTROSPECTION 1 KAFKA 1 KUBERNETES 1 LEADERSHIP 1 MICROSERVICES 1 REACTIVE 1
All Categories
BEST-OF-THE-WEEK1 CHAOS-ENGINEERING2 CLOUD-NATIVE-ARCHITECTURE7 INTROSPECTION1 JDK2 JVM3 KAFKA1 KUBERNETES1 LEADERSHIP1 MICROSERVICES1 PERFORMANCE14 REACTIVE1 SPRING1 SPRING-BOOT10 TESTING5 UNCATEGORIZED1
[A~Z][0~9]

Tags

PERFORMANCE 14 SPRING-BOOT 11 MICROSERVICE 7 TUNING 7 CLOUD-NATIVE 6 TDD 4 JVM 3 SPRING 3 CHAOS-ENGINEERING 2 GRAFANA 2 JDK 2 LINUX 2 PROMETHEUS 2 XP 2
All Tags
ACTUATOR1 CERTIFICATION1 CGLIB1 CHAOS-ENGINEERING2 CLOUD-NATIVE6 GRAFANA2 INDEX1 JDK2 JVM3 KAFKA1 KUBERNETES1 LEADERSHIP1 LEARNING1 LINUX2 MICROSERVICE7 OOM1 PERFORMANCE14 PROMETHEUS2 REACTIVE1 SPRING3 SPRING-BOOT11 SPRING-CLOUD1 TDD4 TUNING7 XP2
[A~Z][0~9]

Copyright © 2025 DHAVAL SHAH. All Rights Reserved