“Project Loom: Modern Scalable Concurrency for the Java” – Ron Pressler

Deep dive into Project Loom, fibers and tail calls in the JVM Links: * more on the talk: https://2020.accento.dev/talks/project-loom/ * more on Ron: https://… Read more

Similar

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 »