what is your favorite programming trick/tool that not many People know about?

This page summarizes the projects mentioned and recommended in the original post on /r/java

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • async-profiler

    Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events

  • I have used visual vm quite a bit. https://github.com/async-profiler/async-profiler is also amazing... Throw the binary on the system and fire it up. It also profiles down into native code as well if you do that kind of thing.

  • Jailer

    Database Subsetting and Relational Data Browsing Tool.

  • I enjoy using Jailer to explore databases and visualize the flow of data.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • intellij-inspections

    Practical examples and articles for IntelliJ's Structural Search and Replace Templates

  • The paid version of IntelliJ also has "structural search and replace", which is amazing. You can create your own inspections and refactorings with it. Unfortunately it's not very well documented. This blog and this GH repo are good places to start to see how it works.

  • rewrite

    Automated mass refactoring of source code.

  • In a similar vein there is OpenRewrite which is an open-source project that works in a similar way. It also has a lot of great refactorings already built in, like doing all the grunt work for migrating to JUnit 5, or replacing string concatenation in SLF4J log calls with parameterized formatting.

  • FlameGraph

    Stack trace visualizer

  • Flamegraphs: https://www.brendangregg.com/flamegraphs.html

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts