High performance HTTP proxy originally written by your friends at Lantern and now maintained by a stellar group of volunteer open source programmers. - adamfisk/LittleProxy... (more…)
Read more »
Suppose you've got a critical section of code, meaning only one process should execute it at a time. In the Java world, one solution is to slap synchronized on the method and call it a day. In Kotlin, we use @Synchronized to get the same effect: repeat(... (more…)
Read more »
Why can't production logs help you find the real root cause of your errors?
Read more »
Java and the JVM more generally are widely used for services everywhere, but often challenging to debug and manually test, particularly in… (more…)
Read more »
Trying to make the random algorithms that I and my friends code useful for algo enthusiasts (WIP). (more…)
Read more »