Published inCoder's CornerHTTP/2 Flow ControlThe need for flow control arises in any system, whenever an entity produces items and another entity consumes them. That is, there should…May 11, 20193May 11, 20193
Functions, Circles, Parabolas, and TrigonometryThings you should know before studying calculusOct 20, 2018Oct 20, 2018
A Thrilling Tale of HumankindWho would have thought history could be this interesting…Sep 8, 2018Sep 8, 2018
Published inCoder's CornerTransport Layer Multiplexing and DemultiplexingIn this post we are going to talk about how multiplexing and demultiplexing happens at the transport layer. Before we jump into the…Aug 26, 20185Aug 26, 20185
Published inCoder's CornerFloating Point RepresentationNumbers with fractions that can be put in the form,May 22, 20181May 22, 20181
Published inCoder's CornerInteger OverflowHave you ever encountered a situation where adding two positive numbers resulted in a negative number or vice versa? You see such…May 19, 2018May 19, 2018
Published inCoder's CornerByte OrderingIn this brief post, we are going to talk about byte order.May 15, 2018May 15, 2018
Published inCoder's CornerHexadecimal NotationHexadecimal uses digits 0–9 and characters staring from ‘A’ to ‘F’ which altogether contains 16 different values. A single hexadecimal…May 13, 20181May 13, 20181
Published inCoder's CornerSigned and Unsigned NumbersHow computers represent numbersMay 11, 20181May 11, 20181