Java to Typescript converter

typescript-generator – Tool for generating TypeScript definition files (.d.ts) from Java JSON classes.

Similar

Java SPI

Java SPI is a standard java way to have binding between contracts and implementations. SPI used for several use cases such as Currency, Loca... (more…)

Read more »

Debugging SSL in Java using mitmproxy

In this post we’ll go over setting up the popular mitmproxy tool on an external host and configuring your Java programs to proxy traffic through it, allowing you to debug misbehaving HTTP clients and libraries. OverviewOccasionally, you’ll be faced wi...

Read more »

A Glimpse at Java 20

Java 20 is almost round the corner. We already have a good idea of what new things will be in it. So let us visit them in this newscase: Sequenced Collection... (more…)

Read more »