Tips on how to get your thousand-layer Javascript down to a manageable few, improving velocity. (more…)
Read more »
With over 20 years of existence, Java is still one of the most popular programming languages and is used in many enterprise applications. In SQL Server 2019, we added a Java language extension, which enables secure execution of Java programs in the contex... (more…)
Read more »
A mighty son of debugger and flamegraph. Contribute to 0xaa4eb/ulyp development by creating an account on GitHub. (more…)
Read more »
java.util.concurrent.ArrayBlockingQueue (j.u.c.ArrayBlockingQueue from here on) provides an elegant solution to the classic producer-consumer problem. To understand its internals, the post implements the data structure from-scratch and step-by-step, using... (more…)
Read more »
picocli - Annotation-based Java command line parsing library. Usage help with ANSI colors. Autocomplete. Nested subcommands. Easily included as source to avoid adding dependencies. (more…)
Read more »