Sanjoy Das, Software Engineer. Blog on compilers, computer science, math, programming, virtual machines. (more…)
Read more »
Regression analysis is a statistical technique used to fit a model expressed in
terms of one or more variables to some data. In particular, it allows one to analyze the relationship of a dependent variable (also
referred to as the regressand) on one or ... (more…)
Read more »
Java.lang package provides a Long class which wraps a value of the primitive type long in an object. An object of type Long contains a single field whose type is long. (more…)
Read more »
TL;DRIn 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.
Read more »
As a Software Engineer, we should strive to understand the fundamental of the things that don’t work, and more importantly, be conscious… (more…)
Read more »